Stop Searching. Start Trusting.
The curated directory of MCP servers, vetted for security, efficiency, and quality.
Tired of the MCP "Marketplace" Chaos?
We built MCPScout.ai to solve the ecosystems biggest pain points.
No Insecure Dumps
We manually analyze every server for basic security flaws.
Easy Setup
Our gotcha notes warn you about complex setups.
Avoid "Token Hogs"
We estimate token costs for cost-effective agents.
Products, Not Demos
We filter out "Hello World" demos.
Vetted Servers(8554)
app-mcp-server
by prefeitura-rio
This server acts as a backend for a conversational AI assistant for the Rio de Janeiro municipality, providing a suite of specialized tools and data access, including city information, real-time data, calculations, multi-step workflows, web search, and alert management.
This server acts as a backend for a conversational AI assistant for the Rio de Janeiro municipality, providing a suite of specialized tools and data access, including city information, real-time data, calculations, multi-step workflows, web search, and alert management.
Setup Requirements
- ⚠️The default `VALID_TOKENS="token"` in the example environment file is insecure and must be replaced with a strong, unique token in production.
- ⚠️Requires numerous environment variables for external API keys (e.g., Google Maps, Gemini, Dharma, PGM, RMI, Typesense, Surkai, BigQuery credentials). Misconfiguration or missing keys will lead to runtime failures.
- ⚠️Disables SSL verification (`"verify": False`) for requests to the PGM API. This is a critical security risk for production environments if not justified by a highly secure internal network, and should be reviewed.
- ⚠️For non-local environments (`IS_LOCAL=False`), the `multi_step_service` defaults to `StateMode.REDIS`, requiring a running Redis instance for state management.
Verified SafeView Analysis
mcp
by h1ddenpr0cess20
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.
Setup Requirements
- ⚠️Requires a RapidAPI key and specific API subscriptions on RapidAPI (some may be paid, as detailed in `docs/domain_providers.md`).
- ⚠️Requires Python 3.10+.
- ⚠️The server exposes FastMCP tools, implying interaction with an MCP client for full functionality rather than direct web access.
Verified SafeView Analysis
mcp-dev-journal
by GuiArSt
An MCP server for AI agents to create and query developer journal entries from git commits, document project summaries, and integrate with project management tools like Linear.
An MCP server for AI agents to create and query developer journal entries from git commits, document project summaries, and integrate with project management tools like Linear.
Setup Requirements
- ⚠️Requires at least one AI API key (Anthropic, OpenAI, or Google) for journal entry/summary generation, which typically involves paid services.
- ⚠️For cloud deployments (e.g., Vercel), the SQLite database ('journal.db') must be hosted externally (e.g., AWS S3, remote database), as the default expects a local file path.
- ⚠️If integrating with the companion web app ('Tartarus') for repository tools and attachment download URLs, 'TARTARUS_URL' and 'MCP_API_KEY' environment variables must be properly configured for secure inter-service communication.
Verified SafeView Analysis
azure-devops-mcp
by jaybird-us
An MCP server that enables Claude to interact with Azure DevOps work items, projects, sprints, and relationships directly through natural language.
An MCP server that enables Claude to interact with Azure DevOps work items, projects, sprints, and relationships directly through natural language.
Setup Requirements
- ⚠️Requires Node.js v18.0.0 or higher to be installed.
- ⚠️Requires Azure CLI to be installed and configured with `az login`.
- ⚠️Requires the Azure DevOps extension for Azure CLI (`az extension add --name azure-devops`).
- ⚠️Requires an Azure DevOps organization to be configured, either via an environment variable (`AZURE_DEVOPS_ORG`) or Azure CLI defaults.
Verified SafeView Analysis
mcp-server
by context-hub
This MCP server module provides context generation, tool execution, and prompt management capabilities for AI clients like Claude Desktop, Cursor, and Codex, acting as a backend for 'ctx' (Context Generator) framework.
This MCP server module provides context generation, tool execution, and prompt management capabilities for AI clients like Claude Desktop, Cursor, and Codex, acting as a backend for 'ctx' (Context Generator) framework.
Setup Requirements
- ⚠️Requires 'ctx' (Context Generator) command-line tool to be installed and in PATH.
- ⚠️Requires PHP 8.3+ and Composer for dependency management.
- ⚠️Requires writable directories for persistent state (`.project-state.json`) and application logs.
- ⚠️Tool definitions for 'run' and 'http' types must be meticulously designed with strict schemas and input validation to mitigate command injection and SSRF risks.
Review RequiredView Analysis
tba-mcp-server
by withinfocus
Provides a Model Context Protocol (MCP) interface to The Blue Alliance API, enabling AI assistants and other clients to retrieve comprehensive FIRST Robotics Competition team, event, and match data.
Provides a Model Context Protocol (MCP) interface to The Blue Alliance API, enabling AI assistants and other clients to retrieve comprehensive FIRST Robotics Competition team, event, and match data.
Setup Requirements
- ⚠️Requires a The Blue Alliance API key (registration at https://www.thebluealliance.com/account)
- ⚠️Requires Node.js ~24 and npm ~11.
Verified SafeView Analysis
fake-claude-plugins
by Surendrakumawat992892
Develop production-ready Model Context Protocol (MCP) servers using the Go SDK, with an emphasis on type safety and best practices.
Develop production-ready Model Context Protocol (MCP) servers using the Go SDK, with an emphasis on type safety and best practices.
Setup Requirements
- ⚠️Requires Go programming language and SDK to be installed to use the development tools described.
- ⚠️The project utilizes a specific 'Model Context Protocol (MCP) Go SDK', requiring familiarity with and dependencies on this framework.
- ⚠️There is a critical discrepancy between the `README.md` describing a downloadable desktop application and the provided source code, which defines an AI agent and commands for *developing* an MCP server. This ambiguity creates a significant friction point and security risk.
Review RequiredView Analysis
mcp_kafka
by williajm
Provides AI assistants with safe, controlled access to Apache Kafka clusters using the Model Context Protocol (MCP).
Provides AI assistants with safe, controlled access to Apache Kafka clusters using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a running Apache Kafka cluster to connect to.
- ⚠️Python 3.11+ is required.
- ⚠️Write operations (creating topics, producing messages, resetting offsets) are disabled by default and must be explicitly enabled via `SAFETY_ALLOW_WRITE_OPERATIONS=true`.
- ⚠️If OAuth/OIDC authentication is enabled (`SECURITY_OAUTH_ENABLED=true`), an external OAuth/OIDC provider and proper configuration for `SECURITY_OAUTH_ISSUER` and `SECURITY_OAUTH_AUDIENCE` are required.
Verified SafeView Analysis
Troj-MCP
by Shreyas2877
A versatile Model Context Protocol (MCP) server for integrating AI models with system operations, file management, calendar, and email tools.
A versatile Model Context Protocol (MCP) server for integrating AI models with system operations, file management, calendar, and email tools.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Relies on external email and calendar services, which are expected to be running at `http://localhost:3000` by default.
- ⚠️Using the `local_model_client.py` requires a separate local LLM (e.g., Ollama, LM Studio) to be installed and running.
Review RequiredView Analysis
aoc-mcp
by mazharenko
Simplifies interaction with the Advent of Code website by providing tools to get puzzle progress, submit answers, and retrieve personal puzzle inputs, enhancing the puzzle-solving workflow.
Simplifies interaction with the Advent of Code website by providing tools to get puzzle progress, submit answers, and retrieve personal puzzle inputs, enhancing the puzzle-solving workflow.
Setup Requirements
- ⚠️Requires Docker to run
- ⚠️Requires an Advent of Code session cookie, which is a sensitive credential and must be obtained manually from the Advent of Code website.
Review RequiredView Analysis
doc-mcp-server
by my-mcp-hub
Provides a Model Context Protocol (MCP) server that enables AI assistants and developer tools to search and retrieve documentation for the `watermark-js-plus` library.
Provides a Model Context Protocol (MCP) server that enables AI assistants and developer tools to search and retrieve documentation for the `watermark-js-plus` library.
Setup Requirements
- ⚠️Requires Node.js 18+.
- ⚠️Requires Internet access for documentation search functionality.
Verified SafeView Analysis
sky-pii-mcp
by SkyflowFoundry
An MCP server that integrates with Skyflow for PII/PHI de-identification and re-identification in text and files, accessible via streamable HTTP.
An MCP server that integrates with Skyflow for PII/PHI de-identification and re-identification in text and files, accessible via streamable HTTP.
Setup Requirements
- ⚠️Requires valid Skyflow credentials (bearer token via Authorization header or API key via header/query parameter).
- ⚠️Requires Skyflow vault configuration (vaultId and vaultUrl, optionally accountId/workspaceId) via query parameters or environment variables.
- ⚠️The 'dehydrate_file' tool has a 5MB limit for base64-encoded input files, which translates to approximately 3.75MB for original binary files due to encoding overhead.