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)
python-mcp-server
by PinXian53
This project implements a Model Context Protocol (MCP) server providing weather information tools (alerts and forecasts) via Server-Sent Events (SSE), demonstrating how AI agents can interact with external services.
This project implements a Model Context Protocol (MCP) server providing weather information tools (alerts and forecasts) via Server-Sent Events (SSE), demonstrating how AI agents can interact with external services.
Setup Requirements
- ⚠️Requires `uv` for environment and package management.
- ⚠️Requires Python 3.11 or newer.
- ⚠️Relies on the external National Weather Service (NWS) API for data.
Verified SafeView Analysis
MultiServer-Mcp
by dearnidhi
Demonstrates building and interacting with multiple Microservice-Compatible Protocol (MCP) servers for math and text processing using a LangChain MCP client for direct tool invocation.
Demonstrates building and interacting with multiple Microservice-Compatible Protocol (MCP) servers for math and text processing using a LangChain MCP client for direct tool invocation.
Setup Requirements
- ⚠️Requires Python 3.13+.
- ⚠️Requires UV for project initialization.
- ⚠️A .env file containing GROQ_API_KEY is expected to be present, though the key is not explicitly used for LLM calls in the provided client.py example.
Verified SafeView Analysis
fmp_mcp_server
by damianboh
Serves real-time financial data via Model Context Protocol (MCP) to AI agents and LLM applications for various financial analyses.
Serves real-time financial data via Model Context Protocol (MCP) to AI agents and LLM applications for various financial analyses.
Setup Requirements
- ⚠️Requires Python 3.9+
- ⚠️Requires a Financial Modeling Prep (FMP) API Key (free tier has limitations for full access)
- ⚠️Requires a paid ChatGPT Plus account for Developer Mode if used with ChatGPT Custom Tools
- ⚠️Requires exposing a local port to the internet via Cloudflare Tunnel or Ngrok for external LLM access
Verified SafeView Analysis
nagoya-bus-mcp
by ymyzk
Provides tools to query Nagoya City bus timetables and real-time approach information for LLM agents.
Provides tools to query Nagoya City bus timetables and real-time approach information for LLM agents.
Setup Requirements
- ⚠️Requires Python 3.11+
Verified SafeView Analysis
gorse
by dataontap
The server provides a comprehensive backend for a global eSIM connectivity platform, integrating AI-driven activation, blockchain-based rewards, various mobile telecommunication services, and a Model Context Protocol (MCP) server for AI assistant interaction.
The server provides a comprehensive backend for a global eSIM connectivity platform, integrating AI-driven activation, blockchain-based rewards, various mobile telecommunication services, and a Model Context Protocol (MCP) server for AI assistant interaction.
Setup Requirements
- ⚠️Requires PostgreSQL database connection configured via `DATABASE_URL`.
- ⚠️Extensive API key configuration for various third-party services: Stripe, OXIO, ElevenLabs, Gemini, Ethereum (Etherscan), and Resend/SMTP.
- ⚠️Firebase Admin SDK requires proper server-side authentication setup (e.g., `GOOGLE_APPLICATION_CREDENTIALS` environment variable pointing to a service account JSON file).
Verified SafeView Analysis
Govee-MCP
by joeynyc
Controls Govee smart lights via natural language commands using an MCP-compatible AI assistant.
Controls Govee smart lights via natural language commands using an MCP-compatible AI assistant.
Setup Requirements
- ⚠️Requires a Govee Developer API Key (free for personal use, but needs manual acquisition).
- ⚠️Recommended: Configure a device allowlist by manually retrieving device IDs after initial setup for enhanced security.
- ⚠️Requires Node.js version 18.0.0 or higher.
Verified SafeView Analysis
mcpRAG
by rajagopal17
A Retrieval-Augmented Generation (RAG) system for document-based question answering using local embeddings and a Gemini LLM.
A Retrieval-Augmented Generation (RAG) system for document-based question answering using local embeddings and a Gemini LLM.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Ollama must be installed and running locally with the 'nomic-embed-text' model pulled.
- ⚠️A Gemini API key needs to be obtained and configured in a '.env' file.
- ⚠️Initial document embeddings and FAISS index must be created by running 'ollamaEmbed.py' before querying.
Verified SafeView Analysis
chess_analysis_tool
by Swaymaw
Provides AI-powered chess game analysis, including per-move insights, best lines, and AI commentary, to help players improve.
Provides AI-powered chess game analysis, including per-move insights, best lines, and AI commentary, to help players improve.
Setup Requirements
- ⚠️Requires Python 3.13+ (currently in beta/RC), which might necessitate installing a specific development build of Python.
- ⚠️Users must download and configure the paths to local chess engine binaries (Stockfish, LC0). The provided paths are OS-specific and will likely need adjustment.
- ⚠️A `GOOGLE_API_KEY` is required for AI commentary, indicating reliance on a paid external LLM service.
Verified SafeView Analysis
mcp-for-argo-workflows
by Joibel
Enables AI assistants to interact with and manage Argo Workflows via a standardized Model Context Protocol (MCP) server.
Enables AI assistants to interact with and manage Argo Workflows via a standardized Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires a running Kubernetes cluster with Argo Workflows installed.
- ⚠️Requires Kubernetes access (via kubeconfig or Argo Server token).
- ⚠️The default Kubernetes RBAC (`ClusterRole`) granted to the server provides extensive permissions (full CRUD on Argo resources, access to pods/logs), demanding careful consideration in production environments.
- ⚠️For HTTP/SSE transport, external authentication middleware is explicitly required for production deployments, as the server itself does not provide client authentication.
Verified SafeView Analysis
mezmo-mcp
by mezmo
Enables AI assistants and IDE chat agents to interact with the Mezmo observability platform for streamlined log analysis and root-cause analysis.
Enables AI assistants and IDE chat agents to interact with the Mezmo observability platform for streamlined log analysis and root-cause analysis.
Setup Requirements
- ⚠️Mezmo Service Key (required for authentication)
- ⚠️Node.js >= 18 (for `mcp-remote` bridge)
- ⚠️Potential `npx` argument-escaping issues (requires specific environment variable setup for Authorization header)
Verified SafeView Analysis
verdex-mcp
by verdexhq
AI-first browser automation for Playwright test authoring, enabling AI coding assistants to generate robust, container-scoped, and content-filtered Playwright selectors for end-to-end tests.
AI-first browser automation for Playwright test authoring, enabling AI coding assistants to generate robust, container-scoped, and content-filtered Playwright selectors for end-to-end tests.
Setup Requirements
- ⚠️Requires Node.js version >= 18.
- ⚠️Requires installing Chromium browser binaries (e.g., `npx playwright install chromium` if not already installed by Puppeteer).
- ⚠️Multi-role authentication requires user-provided JSON files for each role; these files must be securely managed and properly formatted.
- ⚠️Requires configuration within an MCP client's `mcpServers` settings to be used as an AI tool.
Verified SafeView Analysis
capture-mcp-server
by blencorp
An AI-native server that integrates SAM.gov, USASpending.gov, and Tango APIs to analyze federal procurement and spending data through natural language queries.
An AI-native server that integrates SAM.gov, USASpending.gov, and Tango APIs to analyze federal procurement and spending data through natural language queries.
Setup Requirements
- ⚠️Requires Node.js 18+.
- ⚠️Full functionality (15 tools) requires API keys for SAM.gov (can take ~24 hours to activate) and Tango (may involve pricing tiers).
- ⚠️Hosted deployment on AWS requires an AWS account, AWS CLI, and AWS CDK CLI, with appropriate permissions configured.