oracle.oci-service-manager-proxy-mcp-server
Provides MCP server integration for Oracle Cloud Infrastructure services.
us-gov-open-data-mcp
Provides an MCP server (via stdio and HTTP Stream) and a TypeScript SDK that expose 300+ tools across 40+ U.S. government (and some international) open-data APIs, with module-level selective loading, disk-backed caching, and built-in rate limiting/retry.
mcp-bridgekit
MCP BridgeKit is an embeddable bridge that exposes MCP stdio (JSON-RPC over stdin/stdout) tools as HTTP endpoints for web/mobile clients. It provides per-user MCP session management, timeout handling with Redis/RQ background job fallback, job polling/SSE updates, tool discovery, and a live dashboard via FastAPI.
ebay-mcp
ebay-mcp is a local Model Context Protocol (MCP) server (STDIO/optionally HTTP) that exposes ~325 tools for accessing eBay Sell REST APIs, including inventory, orders, marketing, analytics, and OAuth/token management. It provides an interactive setup wizard to configure eBay credentials and perform OAuth 2.0 to obtain/refresh user tokens.
asap-protocol
asap-protocol provides an agent-to-agent communication and task coordination protocol with stateful orchestration (state machine + snapshotting/resumability), schema-first interoperability (Pydantic/JSON Schema), and support for tool execution/coordination via MCP in a single message envelope. It also includes observability identifiers and multiple security options (Bearer auth, OAuth2/JWT, Ed25519 signed manifests, optional mTLS, replay prevention, rate limiting) plus CLI utilities and a compliance harness.
kroger-mcp
Provides a FastMCP server that exposes Kroger shopping capabilities (store lookup, product search, and cart/order operations) to AI assistants via MCP, backed by the kroger-api Python library and Kroger API OAuth2 credentials. Includes local-only cart tracking for viewing/removal/clearing and a workflow for adding items to a real Kroger cart.
stackoverflow-mcp-server
Provides a Python Model Context Protocol (MCP) server that lets AI assistants search and retrieve Stack Overflow content (questions/answers) and perform related helpers like searching by query or error text, fetching a question by ID, and analyzing stack traces. It wraps Stack Exchange API access and includes configurable rate limiting.
pdf-manipulation-mcp-server-fastmcp
Provides a Python MCP (Model Context Protocol) server exposing tools to directly manipulate PDF files (text, images, annotations, form fields, page operations, cropping, and metadata) using PyMuPDF/official MCP FastMCP.
sagemcp
Sage MCP is a multi-tenant platform for hosting and managing MCP (Model Context Protocol) servers with connector plugins, tenant isolation, and built-in OAuth 2.0 / API-key authentication. It provides a web UI and CLI to configure tenants/connectors and exposes MCP transport via HTTP/WebSocket/SSE with session management and rate limiting.
loanpro-mcp-server
LoanPro MCP server (Go) that implements MCP tooling for read-only access to LoanPro loan and customer data, exposing tools over HTTP (JSON-RPC at /mcp), SSE, and stdio transports.
mcp-server-openapi
Provides an MCP server that reads an OpenAPI 3.0/3.1 specification (JSON) and dynamically generates MCP tools for each API endpoint/method. When called by an MCP client (e.g., Claude Desktop), it validates parameters, constructs the HTTP request (including path/query/header/body), applies an optional configured Authorization header, and returns formatted JSON responses with errors.
mcp-server
Provides a local Model Context Protocol (MCP) server for the Perses application, allowing MCP-capable LLM hosts to manage Perses resources (projects, dashboards, datasources, roles, variables, plugins). Supports stdio (local) and HTTP (remote/shared) transports and can run in read-only mode.
orange-mcp-server-ccxt
MCP server that wraps CCXT (CryptoCurrency eXchange Trading library) to provide cryptocurrency exchange integration, market data, and trading functionality through the Model Context Protocol interface.
fusio
Fusio is a self-hosted API management platform that sits between data sources/microservices and API consumers. It provides routing and gateway functionality, authentication, documentation, and automated SDK generation; it also supports AI-agent tool integration via custom backend logic and native MCP support.
musicbrainz
MusicBrainz is a community-maintained music metadata database and public API that lets you search and retrieve information about artists, releases, recordings, recordings relationships, and related entities.
autotask-mcp
Provides an MCP (Model Context Protocol) server that connects an AI assistant to Kaseya Autotask PSA, exposing ~39 tools for common MSP workflows such as searching/creating/updating companies, contacts, tickets, time entries, projects, billing items, notes, and attachments, with optional HTTP Streamable transport and an MCP bundle for desktop clients.
mcp-proxy-for-aws
Provides an MCP proxy server and a Python client library that connect MCP clients/frameworks to MCP servers running on AWS that require AWS IAM (SigV4) authentication, by signing MCP/HTTP requests using local AWS credentials.
apisql-mcp
An MCP server (Node.js) that lets MCP clients execute SQL against multiple database types via an apiSQL API gateway, with support for runtime switching between configured data sources (DS/SUDB), and both DDL/DML plus stored procedures/UDFs. It can run over MCP stdio by default and also offers a streamable HTTP transport mode.
obsidian-web-mcp
obsidian-web-mcp is a Python MCP server that exposes an Obsidian vault over HTTPS so remote MCP clients (e.g., Claude web/phone) can read and write Markdown files. It provides tools for reading/writing files, updating YAML frontmatter, searching (body and frontmatter), listing directories, moving/renaming, and soft-deleting to a .trash folder. It claims OAuth 2.0 (authorization code flow with PKCE), bearer-token validation per request, Cloudflare Tunnel-based exposure, path traversal protections, and atomic writes to avoid partial file states that could break Obsidian Sync.
monarch-mcp-server
monarch-mcp-server is a Python MCP server that connects an MCP-capable client (e.g., Claude Desktop/Claude Code) to the Monarch Money personal finance platform, exposing tools for accounts, transactions, budgets, cashflow, and investment holdings. It relies on an authentication setup script and persists an authenticated session locally for use by the MCP server.
go_mcp_server_moex
go_mcp_server_moex exposes selected MOEX ISS endpoints via an MCP server (mcp-go). It can run over multiple transports (stdio, HTTP, SSE) and provides MCP tools that map to MOEX endpoints for engines/markets/boards/securities and security history.
pymcp-sse
pymcp-sse is an asynchronous Python library to build Model Context Protocol (MCP) servers and clients that communicate over HTTP/SSE. It provides base classes for server/client, tool registration and discovery, server push/notification support with keep-alives, and a multi-server client abstraction. It also includes an LLM client abstraction for integration with LLM providers (e.g., an Anthropic Claude example).
mono-mcp
Provides a Model Context Protocol (MCP) server exposing Nigerian banking-related tools (e.g., account linking, balance/info, BVN lookup, payments, transaction history) and a webhook endpoint (/mono/webhook) for real-time banking events with HMAC signature verification and storage for later retrieval.
supergateway
Supergateway bridges MCP servers that run over stdio to network transports (SSE, WebSockets, or Streamable HTTP) and can also proxy remote SSE/Streamable HTTP MCP servers back to a local stdio interface.
openapi-mcp-generator
openapi-mcp-generator is a CLI (and programmatic Node.js API) that converts an OpenAPI 3.0+ specification into a generated MCP server project. The generated MCP server proxies requests to the underlying REST API, adds runtime validation via Zod, and supports multiple MCP transports (stdio, web/SSE, and StreamableHTTP).
grafbase
Grafbase is a self-hosted GraphQL Federation gateway (built in Rust) for composing and executing Apollo Federation v2 subgraphs, with extensibility via WebAssembly extensions and optional MCP server support.
microsoft-onedrive-mcp-server-by-cdata
Provides an MCP (Model Context Protocol) server that exposes Microsoft OneDrive data as relational tables by wrapping CData's JDBC Driver for Microsoft OneDrive. The MCP server is described as read-only and supports tool-based table/column discovery and running SQL SELECT queries via stdio.
hacker-mcp-server-POC
An MCP (Model Context Protocol) server that exposes Hacker News data as callable tools. It provides tools to fetch news lists (top/new/best), fetch story details with comments, fetch user profiles/recent activity, and search Hacker News via the Algolia API; it includes input validation with zod and HTTP calls via axios.
databricks-mcp-server-by-cdata
Provides a local, read-only Model Context Protocol (MCP) server that exposes Databricks data through CData’s JDBC driver as MCP tools (e.g., get_tables, get_columns, run_query) for LLM clients like Claude Desktop.
ubidots-mcp-server
Provides an MCP (Model Context Protocol) stdio proxy that connects MCP clients to Ubidots, using an environment token (X_AUTH_TOKEN) and forwarding requests to an upstream MCP base URL (default https://mcp.ubidots.com/mcp).
xml-documents-mcp-server-by-cdata
Provides a read-only MCP server that exposes XML Documents data (via CData JDBC Driver for XML Documents) as MCP tools for listing tables/columns and running SELECT queries. Intended for local use with MCP clients like Claude Desktop via stdio.
tuskr-mcp-server
Provides an MCP (Model Context Protocol) server that connects an MCP client to the Tuskr REST API, supporting bearer token authentication and configurable MCP transport (HTTP or stdio).
microsoft-project-mcp-server-by-cdata
Provides a local, stdio-based MCP server that exposes Microsoft Project data via tools (get_tables, get_columns, run_query) by wrapping the CData JDBC Driver for Microsoft Project, enabling LLM clients to query live project data without writing SQL.
fetch-mcp
fetch-mcp is an MCP server that provides tools to fetch arbitrary URLs (returning HTML or Markdown) and to fetch YouTube video transcripts.
sap-netweaver-gateway-mcp-server-by-cdata
Provides a read-only Model Context Protocol (MCP) server that exposes live SAP Netweaver Gateway data (via CData JDBC Driver for SAP Netweaver Gateway) to MCP-capable clients (e.g., Claude Desktop). It maps gateway data to relational/SQL-like access and exposes MCP tools to list tables/columns and run SELECT queries.
rss-mcp-server-by-cdata
Provides a read-only Model Context Protocol (MCP) server that exposes RSS data (via CData JDBC Driver for RSS) to MCP-capable clients (e.g., Claude Desktop). It wraps the JDBC driver so the client can list tables/columns and run SQL SELECT queries over RSS-modeled relational tables.
activecampaign-mcp-server-by-cdata
A locally hosted, read-only MCP server that exposes ActiveCampaign data through CData's JDBC Driver as simple MCP tools (get tables, get columns, run SELECT queries). It runs as a stdio process on the same machine as the MCP client (e.g., Claude Desktop) and uses a provided .prp configuration to point to the JDBC driver and connection details.
ebay-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes eBay (via CData JDBC Driver for eBay) as MCP tools for listing tables/columns and running SQL SELECT queries. Intended for use with MCP clients like Claude Desktop through stdio.
jira-skill
Provides Agent Skills–compatible Jira integration for AI agents via two skills: jira-communication (Python CLI scripts for Jira API operations) and jira-syntax (Jira wiki markup syntax/templates/validation). Includes scripts for searching, issue get/update, worklogs, attachments, comments, transitions, sprints/boards, and utility functions like listing fields/users/link types.
jira-service-management-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes Jira Service Management data to MCP clients by wrapping the CData JDBC Driver and presenting it as simple MCP tools (list tables/columns, run read-only SQL SELECT). The server communicates over stdio to clients running on the same machine.
robotmcp-server
robotmcp-server is a modular Model Context Protocol (MCP) server (Python/FastAPI) that discovers/loads MCP tools from git submodules, exposes an MCP-compatible HTTP transport endpoint, and can secure access via OAuth 2.1 with Supabase-backed user/session handling. It also supports Cloudflare Tunnel access and provides CLI commands for module management and connectivity verification.
sage-cloud-accounting-mcp-server-by-cdata
Provides a local MCP (Model Context Protocol) server that wraps the CData JDBC Driver for Sage Cloud Accounting, exposing the underlying data as MCP tools (get tables, get columns, run SQL SELECT) so an LLM client can query live accounting data without writing SQL manually.
yapi-mcp-server
Provides an MCP (Model Context Protocol) server that integrates an AI assistant with a YAPI API management instance. It exposes MCP tools to list YAPI projects/categories/interfaces, search interfaces, fetch interface details, and manage/refresh a local cache (including cache stats and per-project cache clearing).
etherscan-mcp-server
Provides a Model Context Protocol (MCP) server (Go) that wraps the Etherscan API V2 to let LLM applications query multi-chain blockchain data such as balances, blocks, transactions, contract ABI/source, gas oracle, and token/NFT transfers.
linkedin-mcp-server
Provides an MCP server that uses browser automation to search LinkedIn for people, companies, and jobs, scrape profile/feed data, and return structured JSON via MCP tools (stdio or streamable-http).
data-api-builder
Data API builder (DAB) generates a containerized CRUD data API from supported database schemas, exposing secure REST and GraphQL endpoints (and mentions MCP support as coming soon). It includes a CLI (dab) for configuration, adds entities with permissions, and can run in development or production modes.
azure-devops-mcp-server-by-cdata
Provides a local, read-only MCP server that wraps the CData JDBC Driver for Azure DevOps, exposing Azure DevOps entities as SQL-accessible “tables” and making them available to MCP clients (e.g., Claude Desktop) via tool calls like get_tables, get_columns, and run_query over stdio.
mcp-gateway
An MCP (Model Context Protocol) gateway/registry that centralizes MCP server discovery and management, virtualizes HTTP services as MCP tools, and exposes MCP-compatible transports (e.g., HTTP JSON-RPC, SSE, WebSocket, streamable HTTP, stdio bridge) behind an enterprise-style API gateway with authentication, RBAC, rate limiting, logging/auditing, and content filtering.
odoo-mcp-server-by-cdata
Provides a local MCP Server (stdio-based) that exposes Odoo data via CData’s JDBC Driver. It supplies MCP tools to list tables/columns and run read queries (and documentation mentions CRUD generally, but tools listed are get_tables/get_columns/run_query).
zed-mcp-server-webflow
Provides a Zed context server extension that integrates the Webflow MCP Server, configured via a Webflow token, so Zed’s Agent Panel can use Webflow-related actions/data through MCP.
adp-mcp-server-by-cdata
Provides a local, read-only MCP server that exposes ADP data through a simple MCP tool interface backed by CData JDBC Drivers. Intended for use with AI clients (e.g., Claude Desktop) to query live ADP information via natural-language requests or JSON-RPC tool calls.
openapi-mcp-server
Provides an MCP (Model Context Protocol) server that helps AI clients search and explore OpenAPI specifications (from oapis.org), including generating simple-language summaries and locating relevant operations/endpoints. Supports OpenAPI files in both JSON and YAML and is intended for Claude Desktop/Cursor via an MCP URL.
zoho-crm-mcp-server-by-cdata
Provides a local read-only MCP server that exposes Zoho CRM data through CData JDBC Drivers, wrapping the driver into MCP tools (get tables, get columns, run SELECT queries) usable by local MCP clients via stdio.
sonar-mcp-server
Provides an MCP server (stdio and SSE) for interacting with the SonarQube Cloud (SonarQube Cloud API) from an MCP-capable client, using a SONAR_TOKEN for authentication.
basecamp-mcp-server-by-cdata
Provides a read-only Model Context Protocol (MCP) server that exposes Basecamp data through CData JDBC Drivers, allowing an MCP-capable client (e.g., Claude Desktop) to discover tables/columns and run read (SELECT) queries without writing SQL.
agent-bridge
AgentBridge is a local, two-process bridge that enables bidirectional collaboration between Claude Code and Codex during the same working session by forwarding messages via an MCP channel (Claude side) and a local Codex app-server proxy/control WebSocket (Codex side).
political-finance-mcp-server
Provides an MCP server for AI agents to query US political finance data such as campaign contributions/spending, PAC spending, lobbying-related records, and congressional member voting behavior, using upstream public APIs (e.g., FEC and ProPublica Congress).
airtable-mcp-server-by-cdata
Provides a local, stdio-based MCP server that wraps CData’s JDBC Driver for Airtable, exposing Airtable tables/columns and SQL SELECT querying (and it claims broader CRUD in the managed offerings, but this repo is explicitly read-only). Intended for LLM clients like Claude Desktop to retrieve live Airtable data using MCP tools without writing SQL.
local-mcp-gateway
Local MCP Gateway is a self-hosted control-plane/proxy that aggregates multiple MCP servers behind profile-specific HTTP endpoints, with a web UI for managing MCP servers, profiles, tools, logging/observability, and access control (API keys and OAuth 2.1).
mcp-mongodb-novel-server
Provides a Model Context Protocol (MCP) server that exposes MongoDB-backed content to LLMs, with an SSE-based MCP interface for JSON-RPC 2.0 calls and a separate REST CRUD API for managing novels/chapters/characters/Q&A data.
mcp-server-as-http
Runs an HTTP server that exposes a REST endpoint to forward requests to one or more Model Context Protocol (MCP) servers. It supports bearer-token authentication (optionally disabled), loads MCP server commands from a JSON configuration file, and includes a health check and logging.
openapi-mcp-server
Provides a Spring Boot/WebMVC-based MCP server that exposes backend REST/OpenAPI-described APIs as MCP tools, with support for multiple sessions and pluggable authentication via a UserContextSetter.
linkedin-mcp-server
linkedin-mcp-server is a Model Context Protocol (MCP) server that connects an MCP-compatible LLM/agent to LinkedIn APIs for tasks like people search and profile retrieval, using OAuth 2.0 credentials provided via environment variables.
microsoft-exchange-mcp-server-by-cdata
Provides a locally hosted, read-only MCP server that wraps the CData JDBC Driver for Microsoft Exchange. It exposes Exchange data as relational SQL tables via MCP tools (get_tables, get_columns, run_query) using stdio for client communication (e.g., Claude Desktop).
toolhive-cloud-ui
toolhive-cloud-ui is a Next.js web UI that lets you visualize MCP (Model Context Protocol) servers running in your infrastructure, surfacing metadata and providing copy-ready endpoints to speed up AI agent integrations. It relies on toolhive-registry-server as a backend implementing the MCP Registry API and uses OIDC-based authentication (with an OIDC mock and MSW mock API for local development).
axum-http-mcp-server
Provides an Axum-based MCP server (compiled to WebAssembly in the README) that exposes an HTTP JSON-RPC endpoint (/api/counter in the example) and implements at least a sample tool named "counter" with operations like increment, decrement, and get_value.
p6plab.azure-pricing-mcp-server
MCP server package intended to expose Azure pricing-related capabilities to an AI agent via the Model Context Protocol. (Exact methods/behavior and pricing data sources cannot be confirmed from the provided information.)
tinyurl-mcp-server
Provides an MCP server that creates TinyURL short links using the TinyURL API, configured via an API key in environment variables.
mcp-oracledb-server
An MCP (Model Context Protocol) server that connects to an Oracle database and exposes a large set of tools for database/schema/user/table management, analytics and performance diagnostics (e.g., AWR/ADDM/DBMS_STATS), and (optionally) Oracle 23c vector search and AI-assisted content/query operations. It also supports a REST mode for testing alongside the default stdio MCP transport.
senzing-api-server
Senzing API Server package that exposes Senzing data/entity resolution capabilities over a network interface (providing endpoints to manage ingestion and query entities/records, backed by Senzing configuration and databases).
ibm-fhir-server
IBM FHIR Server is a service that implements the HL7® FHIR standard API for creating, reading, updating, deleting, and searching clinical/health data resources (FHIR resources) over HTTP.
weatherstack-mcp-server
An MCP (Model Context Protocol) server intended to provide Weatherstack-based weather lookup capabilities to AI agents (e.g., fetch current conditions/forecasts for locations) via MCP tool calls.
postgres-mcp-server
Provides an MCP (Model Context Protocol) server that enables an AI assistant to interact with a PostgreSQL database using three tools: execute_query (SELECT/read), ddl_query (schema changes), and modify_query (INSERT/UPDATE/DELETE). The README claims queries are validated and restricted to block dangerous operations (e.g., DROP/administrative commands) before execution.
tos-mcp-server
tos-mcp-server is an MCP (Model Context Protocol) server package intended to expose “Terms of Service” (and related policy) content and/or lookup capabilities to LLMs via MCP tools.
McpWeatherServer
An MCP (Model Context Protocol) server intended to fetch and return weather information to an agent/client via MCP tools.
go-weather-mcp-server
A Model Context Protocol (MCP) server written in Go that retrieves weather data from api.weather.gov and exposes it to MCP clients.
pycspemcpserver
pycspemcpserver appears to be an MCP (Model Context Protocol) server implementation in Python for CSP-based content/policy (exact functionality not provided in the prompt).
graphql-engine-server-builder
A build-time/server scaffolding package intended to help users construct and run a GraphQL server (likely by wiring schema, resolvers, and server runtime) for GraphQL-based applications.
mcp-server-template
Provides a minimal MCP (Model Context Protocol) server template built with FastMCP for deployment on Render, exposing an HTTP endpoint suitable for MCP Streamable HTTP transport (e.g., at /mcp). Includes a basic pattern for adding tools via @mcp.tool and simple local testing instructions with the MCP inspector.
mybuz-mcp-server
mybuz-mcp-server is an MCP server that exposes tools intended to interact with a database and retrieve customer-related data so an LLM can answer questions about customers. The README provides only high-level setup/inspection instructions and a local URL, without describing specific tools or schemas.
weatherinfohttpstreammcpserver
A named MCP server package intended to provide weather information via the Model Context Protocol (MCP), likely by streaming HTTP responses from an external weather source and exposing them as MCP tools to an agent.
douban-openapi-server
Not enough repository content was provided to evaluate douban-openapi-server. Based only on the package name, it likely exposes a server implementing an OpenAPI interface for accessing/serving Douban-related data, but there are no concrete details (endpoints, auth, docs, error formats, deployment notes) to score accurately.
chat21-http-server
chat21-http-server appears to be an HTTP server wrapper for a chat-oriented service (“chat21”). Based on the package name alone, it likely exposes an HTTP interface for sending chat requests and receiving responses.
simple-vertx-mcp-server
A basic MCP (Model Context Protocol) server implemented using Vert.x, intended to be used with MCP clients such as Claude Desktop; the repo README points to a walkthrough for setup/details.
mcp-server-springboot
A Spring Boot backend intended for the MCP project, exposing RESTful APIs for core business logic and integrating OpenAI GPT for intelligent processing.
pandoc-mcp-server
An MCP server project intended to integrate Pandoc and MinerU, exposing capabilities via the Model Context Protocol (MCP). However, the provided README content does not include any actual setup, configuration, endpoints/tools, or usage details for the server.
ipl-schedule-api-mcp-server
An MCP server for an IPL schedule API (based on the repository name), but the provided repository content does not include any implementation details, endpoint definitions, or MCP tool descriptions.
exposr-server
exposr-server appears to be a server-side component that exposes an “exposr” service/interface for use by other systems. However, no README/repo/package manifest content was provided here, so the concrete endpoints, auth model, and behavior cannot be verified from observable facts.
adserver
Insufficient information was provided about the adserver package (no README/repo metadata/package manifest/interface description). As a result, this evaluation can only reflect that the package’s capabilities, interfaces, and operational characteristics are unknown.
circled-server
No package contents (README, repo metadata, manifest) were provided for circled-server, so its functionality cannot be determined from observable facts.
idea-license-server
idea-license-server appears to be a server that provides/validates software idea and license information (e.g., serving license status or enforcing license checks), based on its name only. No repository/README/API details were provided in the prompt, so concrete behavior cannot be verified.
Redbook-Search-Comment-MCP2.0
No repository/README content, manifests, endpoints, or MCP details were provided for Redbook-Search-Comment-MCP2.0, so its functionality cannot be verified.
rest-server
Information insufficient to evaluate: the provided prompt includes only the package name (rest-server) and the output schema, but not the package README/repo contents, API specification, endpoints, auth details, or any manifest/metadata.
sce-api-server
A server-side API package (sce-api-server) that likely exposes HTTP endpoints for an application/back-end service. However, the provided prompt includes no README/repo/package manifest content, so the exact capabilities, endpoints, auth model, and data handling cannot be verified from available information.
steam
The “steam” package (based on the provided name only) is assumed to provide access to Steam-related functionality, such as querying Steam entities (e.g., users/apps) or integrating with Steam services, but no README/repo details were provided to confirm exact behavior.