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)
a2a-mcp
by a2anet
This server acts as a Model Context Protocol (MCP) gateway to facilitate interactions between an LLM client and external A2A (Agent2Agent) protocol agents, enabling message exchange, conversation management, and structured viewing of artifacts.
This server acts as a Model Context Protocol (MCP) gateway to facilitate interactions between an LLM client and external A2A (Agent2Agent) protocol agents, enabling message exchange, conversation management, and structured viewing of artifacts.
Setup Requirements
- ⚠️Requires Python 3.13 or newer.
- ⚠️Requires `uv` (a Python package manager and executor) installed to run using the quick start method.
- ⚠️Requires the `A2A_AGENT_CARDS` environment variable to be set, containing a JSON stringified list of agent card URLs and optional custom headers.
Verified SafeView Analysis
alation-ai-agent-sdk
by Alation
The MCP server enables AI agents and models to retrieve and leverage metadata from the Alation Data Catalog during inference, supporting use cases like data curation, search, and intelligent query generation.
The MCP server enables AI agents and models to retrieve and leverage metadata from the Alation Data Catalog during inference, supporting use cases like data curation, search, and intelligent query generation.
Setup Requirements
- ⚠️Requires access to an Alation Data Catalog instance and specific Alation credentials (Service Account recommended, which usually requires admin privileges).
- ⚠️Requires API keys for integrated LLM providers (e.g., OpenAI, Anthropic, Google Bedrock), which are typically paid services.
- ⚠️Local testing with tools like MCP Inspector may encounter SSL certificate issues when used behind corporate VPNs (e.g., Zscaler), requiring specific Node.js configuration to trust corporate root certificates.
Verified SafeView Analysis
Integrates IBM Data Intelligence services with Model Context Protocol (MCP) clients, enabling LLM agents to access and manage data assets, lineage, data protection rules, metadata imports, and data products.
Integrates IBM Data Intelligence services with Model Context Protocol (MCP) clients, enabling LLM agents to access and manage data assets, lineage, data protection rules, metadata imports, and data products.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Requires access to an IBM Data Intelligence SaaS or Cloud Pak for Data (CPD) 5.2.1+ instance, with `DI_SERVICE_URL` and authentication (`DI_APIKEY` or `DI_AUTH_TOKEN`) configured.
- ⚠️For HTTPS mode, SSL certificate (`--ssl-cert`) and private key (`--ssl-key`) files are mandatory and must be properly managed.
- ⚠️The `uvx` tool is recommended for installation and running; users might need to install `uv` first.
Verified SafeView Analysis
copilot-kit
by ikcode-dev
Provides a curated collection of GitHub Copilot prompts, instructions, and configurations to enhance developer productivity and streamline AI-assisted programming workflows in VS Code.
Provides a curated collection of GitHub Copilot prompts, instructions, and configurations to enhance developer productivity and streamline AI-assisted programming workflows in VS Code.
Setup Requirements
- ⚠️Requires an active GitHub Copilot Chat subscription for full functionality.
- ⚠️Requires VS Code with GitHub Copilot Chat extension (version 1.106 or later for Custom Agents) and Model Context Protocol (MCP) enabled in settings.
- ⚠️Some external MCP servers referenced by this kit (e.g., Sequential Thinking, Context7) may require additional prerequisites like Node.js or specific API keys, which are configured outside of this repository's direct source code.
Verified SafeView Analysis
Kolada-MCP
by isakskogstad
Facilitates LLM access to comprehensive Swedish municipal and regional statistics from the Kolada API for key performance indicator (KPI) data retrieval and analysis.
Facilitates LLM access to comprehensive Swedish municipal and regional statistics from the Kolada API for key performance indicator (KPI) data retrieval and analysis.
Setup Requirements
- ⚠️By default, the server runs with 'Open Access' and no authentication (e.g., via `MCP_AUTH_TOKEN`) is enforced for HTTP/SSE endpoints. This creates an unauthenticated proxy to the Kolada API and is a significant security risk for public deployments.
- ⚠️The server acts as a proxy to the external Kolada API (https://api.kolada.se/v3); its availability and data quality are dependent on that external service.
- ⚠️Most tool descriptions, prompt templates, and general documentation within the source code are primarily in Swedish, which may pose a barrier for non-Swedish speaking developers or AI models.
Review RequiredView Analysis
mcpbi
by jonaolden
Provides a Model Context Protocol (MCP) server for local Power BI Tabular Models, enabling LLM clients to interact for debugging, analysis, and DAX query composition.
Provides a Model Context Protocol (MCP) server for local Power BI Tabular Models, enabling LLM clients to interact for debugging, analysis, and DAX query composition.
Setup Requirements
- ⚠️Requires Power BI Desktop running with a PBIX file open.
- ⚠️Windows OS is required.
- ⚠️.NET 8.0 SDK or Runtime is required.
- ⚠️Initial setup requires running a discovery CLI tool to configure Power BI connection details (port, database ID).
Verified SafeView Analysis
pierre_mcp_server
by Async-IO
Conversational AI fitness coaching and data analysis platform with provider integrations and user management.
Conversational AI fitness coaching and data analysis platform with provider integrations and user management.
Setup Requirements
- ⚠️Requires `PIERRE_MASTER_ENCRYPTION_KEY` environment variable, which is critical for encryption and must be consistent across deployments.
- ⚠️Requires a database (SQLite or PostgreSQL) to be set up and configured via the `DATABASE_URL` environment variable.
- ⚠️Requires configuration for at least one LLM provider (e.g., `GEMINI_API_KEY` or `GROQ_API_KEY`) for AI conversational features to work.
Verified SafeView Analysis
KOLADA-MCP
by KSAklfszf921
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.
Provides LLMs and AI chatbots with direct access to over 5,000 Key Performance Indicators and statistical data for all 290 Swedish municipalities and 21 regions from the Kolada API.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher to run (specified in `package.json`).
- ⚠️Requires an active internet connection to fetch data from the external Kolada API (`https://api.kolada.se/v3`).
- ⚠️When running locally to expose HTTP/SSE endpoints, the `MCP_MODE` environment variable must be set to 'http' (e.g., `MCP_MODE=http npx kolada-mcp-http`) to prevent it from defaulting to STDIN/STDOUT mode.
Verified SafeView Analysis
tasksync-mcp
by 4regab
Facilitates feedback-oriented AI-assisted development by enabling real-time user feedback and media viewing for agents, reducing speculative operations and improving efficiency.
Facilitates feedback-oriented AI-assisted development by enabling real-time user feedback and media viewing for agents, reducing speculative operations and improving efficiency.
Setup Requirements
- ⚠️Requires Node.js and npm/npx runtime environment.
- ⚠️Must explicitly specify allowed directories on startup (`/path/to/directory`), or the server will default to only allowing access within the current working directory, which might be too restrictive.
- ⚠️The `get_feedback` tool will block the agent for up to 5 minutes (by default) while waiting for user input, requiring active user participation.
Verified SafeView Analysis
mcp-game-asset-gen
by Flux159
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
An MCP server for generating various game development assets, including images, videos, audio, and 3D models using multiple AI providers.
Setup Requirements
- ⚠️Requires OPENAI_API_KEY environment variable (Paid API)
- ⚠️Requires GEMINI_API_KEY environment variable (Paid API)
- ⚠️Requires FAL_AI_API_KEY environment variable (Paid API)
- ⚠️Requires 'curl' command-line tool to be installed and available in the system's PATH.
Verified SafeView Analysis
banrepco_mcp
by kevyder
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
Provides a remote Model Context Protocol (MCP) server for accessing Colombian financial indicators like inflation and exchange rates (TRM) for integration with AI models and tools.
Setup Requirements
- ⚠️Requires deployment on Cloudflare Workers platform.
- ⚠️Requires the `BAN_REP_CO_API_URL` environment variable to be configured, pointing to the external financial data API.
- ⚠️Requires Cloudflare Durable Objects (`MCP_OBJECT`) to be configured and bound.
Verified SafeView Analysis
qdrant-mcp-server
by mhalder
This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.
This server provides semantic search capabilities using Qdrant vector database, primarily focused on code vectorization for intelligent codebase indexing and semantic code search, as well as general document search.
Setup Requirements
- ⚠️Requires Node.js 22+ to run.
- ⚠️Requires Qdrant and Ollama (default embedding provider) to be running, typically via Podman or Docker Compose, and the Ollama embedding model (`nomic-embed-text`) must be pulled.
- ⚠️API keys are required for OpenAI, Cohere, and Voyage AI embedding providers if not using Ollama, and for secured Qdrant instances.