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)
mcp_server
by vuphandungha
A general-purpose server component; its specific functionality is unknown due to missing source code for analysis.
A general-purpose server component; its specific functionality is unknown due to missing source code for analysis.
Review RequiredView Analysis
sam-sample-mcp-apps
by Hugo-Pare
Provides customer support and helpdesk capabilities with Basic Authentication and role-based access control.
Provides customer support and helpdesk capabilities with Basic Authentication and role-based access control.
Verified SafeView Analysis
aistudio-gemini-mcp
by xumingjun5208
Acts as a bridge for MCP clients to interact with Google Gemini models, enabling multi-turn conversations, file/image analysis, and web search capabilities.
Acts as a bridge for MCP clients to interact with Google Gemini models, enabling multi-turn conversations, file/image analysis, and web search capabilities.
Setup Requirements
- ⚠️Requires AIStudioProxyAPI backend running on `http://127.0.0.1:2048` or a configured URL.
- ⚠️Requires `uv` package manager for dependency installation (recommended).
- ⚠️Requires Google Gemini API access (mediated via AIStudioProxyAPI).
Verified SafeView Analysis
ckan-mcp
by openascot
Exposes CKAN open-data portals to AI assistants and other MCP-aware clients for data discovery, analysis, retrieval, and local downloads.
Exposes CKAN open-data portals to AI assistants and other MCP-aware clients for data discovery, analysis, retrieval, and local downloads.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires `curl` and the POSIX `file` command to be available on the system's PATH for dataset downloading.
- ⚠️Uses `uv` or `pip` for Python dependency management. `uv` is recommended in the contributing guide.
Verified SafeView Analysis
bedrock-kb-mcp
by mikelovesrobots
This server is designed to provide an API endpoint for a knowledge base, likely interacting with the Model Context Protocol.
This server is designed to provide an API endpoint for a knowledge base, likely interacting with the Model Context Protocol.
Setup Requirements
- ⚠️TypeScript Execution: The `start` script `node src/index.ts` will likely fail as Node.js cannot directly execute `.ts` files. It requires `ts-node` (not listed as a dependency) or a prior TypeScript compilation step (no explicit `build` script or `prestart` hook).
- ⚠️Model Context Protocol Configuration: Interaction with `@modelcontextprotocol/sdk` will require specific configuration (e.g., API keys, endpoint URLs) for the Model Context Protocol, which are not defined in the provided code.
Verified SafeView Analysis
MCP_Server
by datacool
An MCP server designed to fetch real-time weather information based on the user's IP address by integrating with ipinfo.io and Open-Meteo APIs.
An MCP server designed to fetch real-time weather information based on the user's IP address by integrating with ipinfo.io and Open-Meteo APIs.
Setup Requirements
- ⚠️Requires Python 3.x environment
- ⚠️Requires `fastmcp` Python package
- ⚠️Requires `requests` Python package
Verified SafeView Analysis
mcp-server-test
by MosJefOrg
To define and list available MCP (Multiplayer Compatibility Protocol) servers, serving as a configuration or discovery file for client applications.
To define and list available MCP (Multiplayer Compatibility Protocol) servers, serving as a configuration or discovery file for client applications.
Verified SafeView Analysis
mcp_unhcr
by rvibek
Provides AI agents with access to UNHCR data on forcibly displaced persons for population statistics, asylum applications, and decisions.
Provides AI agents with access to UNHCR data on forcibly displaced persons for population statistics, asylum applications, and decisions.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires installation of Python packages 'mcp', 'fastmcp', 'requests', and 'smithery'.
Verified SafeView Analysis
mcp_todo
by thijs-hakkenberg
A Git-based Model Context Protocol (MCP) server for collaborative todo management, accessible via Claude Desktop/Code, a web-based Kanban board, and an upcoming Telegram bot.
A Git-based Model Context Protocol (MCP) server for collaborative todo management, accessible via Claude Desktop/Code, a web-based Kanban board, and an upcoming Telegram bot.
Setup Requirements
- ⚠️Requires manual initialization of a local Git repository for todo storage (git init, initial commit).
- ⚠️The Telegram bot component, when fully implemented, will require a local Ollama instance (gemma2:2b model) for natural language processing.
- ⚠️The Telegram bot component requires a Telegram Bot Token and an Authorized User ID for access control.
Verified SafeView Analysis
mm2024-mcp
by frcooper
Provides a Model Context Protocol server to automate MediaMonkey 5/2024 on Windows via its COM interface, enabling control and plugin development.
Provides a Model Context Protocol server to automate MediaMonkey 5/2024 on Windows via its COM interface, enabling control and plugin development.
Setup Requirements
- ⚠️Requires Windows host with MediaMonkey 5+/2024 installed.
- ⚠️Requires Python 3.11+.
- ⚠️Relies on `pywin32` for COM automation, which is Windows-specific.
- ⚠️Requires an MCP host (e.g., VS Code with Copilot) to interact with the server.
Verified SafeView Analysis
greenroom
by chrisbrickey
Provides entertainment recommendations and analysis utilities to agents via a Model Context Protocol (MCP) server, integrating with TMDB and leveraging LLMs.
Provides entertainment recommendations and analysis utilities to agents via a Model Context Protocol (MCP) server, integrating with TMDB and leveraging LLMs.
Setup Requirements
- ⚠️Python 3.10+ required (README suggests 3.12)
- ⚠️TMDB API Key required (free registration at themoviedb.org)
- ⚠️Ollama local server required for multi-agent LLM comparisons (e.g., 'llama3.2:latest' model)
Verified SafeView Analysis
my_mcp
by jaideepsai-narayan
Provides DuckDuckGo search and Open-Meteo weather information as MCP tools for agent integration.
Provides DuckDuckGo search and Open-Meteo weather information as MCP tools for agent integration.
Setup Requirements
- ⚠️Requires `mcp` library (FastMCP) for `weather.py` and `duckduckgo_mcp_server.py`
- ⚠️Requires `fastapi` and `uvicorn` for `duckduckgo_mcp_http.py`
- ⚠️All network requests use `verify=False`, disabling SSL certificate verification.