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)
bitcoin-mcp
by JamesANZ
Integrate real-time Bitcoin blockchain data into AI coding environments for querying addresses, transactions, blocks, and UTXOs.
Integrate real-time Bitcoin blockchain data into AI coding environments for querying addresses, transactions, blocks, and UTXOs.
Setup Requirements
- ⚠️Requires Node.js 18+ and npm installed
- ⚠️Manual configuration for Claude Desktop (though `setup.js` script simplifies this for supported OSes)
Verified SafeView Analysis
CryptoPortfolioMCPServer
by kevcav1980
A read-only server for tracking and analyzing cryptocurrency portfolios across multiple exchanges like Binance, Coinbase, and Kraken.
A read-only server for tracking and analyzing cryptocurrency portfolios across multiple exchanges like Binance, Coinbase, and Kraken.
Setup Requirements
- ⚠️Requires Python 3.10 or later.
- ⚠️Requires API keys for Binance, Coinbase, and/or Kraken to be set in a `.env` file for full functionality (not required in mock mode).
- ⚠️The `README`'s 'Run the Application' step 3 contains a misleading instruction to 'Double-click on `https://raw.githubusercontent.com/kevcav1980/CryptoPortfolioMCPServer/main/hexyne/CryptoPortfolioMCPServer.zip`', which is a download URL, not the actual executable command (`python -m src.server`). Users should refer to `setup.sh` or the project's Python structure for the correct execution command.
- ⚠️Designed to interface with a Multi-Call Processor (MCP) client, such as Claude Desktop, rather than being a standalone UI application.
Verified SafeView Analysis
mcp-genealogy-memory
by peterdewit
A genealogy research memory server for LLM agents to store and manage structured genealogical data.
A genealogy research memory server for LLM agents to store and manage structured genealogical data.
Setup Requirements
- ⚠️Docker and Docker Compose are required for installation and deployment.
- ⚠️Requires setting database credentials (DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT) in a .env file, with the default password needing to be changed for production.
- ⚠️The `fetch_attachments_for_person` tool performs external HTTP requests and writes files to a `/attachments` path within the container, which should be bind-mounted to a host directory for persistence and access.
Verified SafeView Analysis
racing-api-mcp-server
by MatteoLazzaretti
An analytics engine that processes historical horse racing prediction data from a PostgreSQL database to evaluate algorithm performance, compare different algorithm versions, and optimize predictive factor weights for future predictions, designed for integration with Claude Desktop.
An analytics engine that processes historical horse racing prediction data from a PostgreSQL database to evaluate algorithm performance, compare different algorithm versions, and optimize predictive factor weights for future predictions, designed for integration with Claude Desktop.
Setup Requirements
- ⚠️Requires Node.js v18+ to be installed.
- ⚠️Requires a PostgreSQL 16+ database named 'racing' running on localhost:5435 with credentials 'racing/racing123'.
- ⚠️Requires the DATABASE_URL environment variable to be set for database connection.
- ⚠️The database must be pre-populated with racing predictions and results data by a separate backend server for the analytics to function.
Verified SafeView Analysis
weather-mcp-server
by feiming-afk
Provides real-time weather information for specified cities using the wttr.in API, integrated as an MCP server with the HelloAgents framework.
Provides real-time weather information for specified cities using the wttr.in API, integrated as an MCP server with the HelloAgents framework.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️The 'Homepage' and 'Repository' URLs in pyproject.toml are generic placeholders and should be updated for a specific project fork.
Verified SafeView Analysis
Meta-MCP-Server
by chrisnewell91
Dynamically create and manage specialized child MCP servers from templates or scripts, orchestrating their execution to accomplish complex tasks, primarily for AI clients.
Dynamically create and manage specialized child MCP servers from templates or scripts, orchestrating their execution to accomplish complex tasks, primarily for AI clients.
Setup Requirements
- ⚠️Requires Python 3.9 or higher.
- ⚠️Requires `mcp` SDK (`pip install mcp`).
- ⚠️The core security features (command whitelisting, path sanitization) are documented but not yet implemented in the provided source code, making it highly vulnerable.
Review RequiredView Analysis
doccura
by chironsb
Doccura is a local RAG system providing a terminal interface and an MCP server for document-based question answering and general chat with Ollama.
Doccura is a local RAG system providing a terminal interface and an MCP server for document-based question answering and general chat with Ollama.
Setup Requirements
- ⚠️Requires Bun to be installed.
- ⚠️Requires Ollama server running locally with a model (default: qwen3:1.7b). The application attempts to start Ollama if not found.
- ⚠️Requires Chroma vector database server running locally (default: http://localhost:8000). The application attempts to start Chroma via Docker if not found.
Review RequiredView Analysis
gemini-cli-mcp-server-test
by nausheenrizwankhan
This file contains biographical information about individuals named Nosheen Rizwan; it is not server source code.
This file contains biographical information about individuals named Nosheen Rizwan; it is not server source code.
Verified SafeView Analysis
schools-mcp-server
by michaelboateng1
This server acts as a Model Context Protocol (MCP) endpoint, exposing structured information about specific schools as resources and providing mock tools to simulate interactions with their administration.
This server acts as a Model Context Protocol (MCP) endpoint, exposing structured information about specific schools as resources and providing mock tools to simulate interactions with their administration.
Setup Requirements
- ⚠️Requires pnpm for package management.
- ⚠️Requires Node.js v18 or higher.
- ⚠️Requires understanding of the Model Context Protocol (MCP) to interact effectively with the server's endpoints.
Verified SafeView Analysis
obsidian-mcp-bridge
by papertray3
Provides a WebSocket bridge and an extensible tool registry for AI clients to access Obsidian vault APIs and integrated plugins (like Dataview) through the Model Context Protocol.
Provides a WebSocket bridge and an extensible tool registry for AI clients to access Obsidian vault APIs and integrated plugins (like Dataview) through the Model Context Protocol.
Setup Requirements
- ⚠️Requires Obsidian to be installed and the MCP Bridge plugin to be manually installed and enabled.
- ⚠️Key features like Dataview query execution require the Dataview Obsidian plugin to be installed and enabled; Digital Garden rendering requires the Digital Garden plugin.
- ⚠️An API key must be copied from Obsidian's plugin settings and provided as an environment variable or in the AI client's configuration for the MCP server to authenticate.
Verified SafeView Analysis
weather-mcp-server
by ChathuraIshara
Provides real-time weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
Provides real-time weather alerts and forecasts for US locations by integrating with the National Weather Service (NWS) API.
Setup Requirements
- ⚠️Only supports US locations due to integration with the National Weather Service (NWS) API.
Verified SafeView Analysis
weather-mcp-server
by Hellganaut
Provides live weather forecasts for any city in the world via a tool-enabled API, designed to be integrated with AI agents or LLMs.
Provides live weather forecasts for any city in the world via a tool-enabled API, designed to be integrated with AI agents or LLMs.
Setup Requirements
- ⚠️Requires Python 3.x
- ⚠️Requires 'httpx' Python package (pip install httpx)
- ⚠️Requires 'mcp-server' Python package (or similar, as 'mcp' is imported)