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-tool
by mircorudolph
Implements a toy Model Context Protocol (MCP) server providing simple tools for random animal selection and dice rolling, primarily for demonstrating and integrating with LLMs via the MCP SDK.
Implements a toy Model Context Protocol (MCP) server providing simple tools for random animal selection and dice rolling, primarily for demonstrating and integrating with LLMs via the MCP SDK.
Setup Requirements
- ⚠️Python 3.12+ required
- ⚠️Anthropic MCP SDK (`mcp[cli]`) required
Verified SafeView Analysis
loom-warp
by mdlopresti
Provides a distributed agent communication infrastructure using NATS JetStream for features like agent registry, channel-based messaging, direct messaging, and a work queue system.
Provides a distributed agent communication infrastructure using NATS JetStream for features like agent registry, channel-based messaging, direct messaging, and a work queue system.
Setup Requirements
- ⚠️Requires a running NATS server with JetStream enabled (e.g., `nats-server -js`). A `docker-compose.yml` is provided for local setup of NATS.
- ⚠️For production deployments, a Kubernetes cluster (v1.28+), `kubectl`, and a storage provisioner for PersistentVolumeClaims are essential.
- ⚠️Configuration is loaded from `.mcp-config.json` in the project directory (or parent directories) or `~/.nats-mcp/config.json`, with environment variables taking highest precedence.
Verified SafeView Analysis
mcp-server-http-streamable
by drkhannah
This server provides a streamable HTTP API for retrieving real-time cryptocurrency prices using CoinGecko.
This server provides a streamable HTTP API for retrieving real-time cryptocurrency prices using CoinGecko.
Setup Requirements
- ⚠️Requires Python 3.12 or higher
Verified SafeView Analysis
sherlock-mcp-docs
by Flowmatic-AI
This MCP server provides Dutch RVO data for subsidies, meldcodes, and address information, offering structured analysis and reporting capabilities for LLM clients.
This MCP server provides Dutch RVO data for subsidies, meldcodes, and address information, offering structured analysis and reporting capabilities for LLM clients.
Setup Requirements
- ⚠️No authentication required or active, leading to public access to all server capabilities and data.
- ⚠️Requires an MCP-compatible client (e.g., FastMCP Python client, Claude Desktop, VS Code MCP-plugin) to interact with the server.
Review RequiredView Analysis
MCP-Server
by Sameernayeema8
This server exposes an LLM with tools to interact with the PokéAPI, enabling it to fetch Pokémon data, list popular Pokémon, and assemble tournament squads.
This server exposes an LLM with tools to interact with the PokéAPI, enabling it to fetch Pokémon data, list popular Pokémon, and assemble tournament squads.
Setup Requirements
- ⚠️Requires Python 3.13+ as specified in `pyproject.toml`, which contradicts the `README.md`'s mention of Python 3.8+.
- ⚠️Node.js may be required for certain LLM hosts, though not explicitly for the Python server itself.
Verified SafeView Analysis
mcp-servers
by 1olegshev
Synthesizes comprehensive release status reports by coordinating data from Jira and Slack servers, often for daily release readiness checks.
Synthesizes comprehensive release status reports by coordinating data from Jira and Slack servers, often for daily release readiness checks.
Setup Requirements
- ⚠️Requires manual update of project paths in `.vscode/mcp.json`.
- ⚠️API access tokens for Slack (XOXC/XOXD session tokens require browser extraction), Jira, and Confluence must be manually obtained and configured in the root `.env` file.
- ⚠️For advanced Slack analysis features (issue detection, test classification), a local Ollama server must be running (e.g., `ollama serve`) with the specified Qwen3 model, requiring local LLM setup and suitable hardware.
Verified SafeView Analysis
MCP_server_knowhow
by chidamodu
To practice and experiment with different implementations using a Minecraft Coder Pack (MCP) server.
To practice and experiment with different implementations using a Minecraft Coder Pack (MCP) server.
Setup Requirements
- ⚠️Requires a pre-existing or separately set up Minecraft Coder Pack (MCP) server environment to be useful for its stated goal.
Verified SafeView Analysis
mcp2rest
by ulasbilgen
Manages multiple Model Context Protocol (MCP) servers and exposes their tools via a universal REST API, enabling access from any programming language.
Manages multiple Model Context Protocol (MCP) servers and exposes their tools via a universal REST API, enabling access from any programming language.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0.
- ⚠️The REST API is unauthenticated; exposing it on a public network interface (e.g., 0.0.0.0) grants full control to anyone.
- ⚠️Configuration files store API keys and other secrets in plaintext.
- ⚠️Requires PM2 to be installed for robust service management (auto-installed via `npx pm2` if not present).
Review RequiredView Analysis
publicmcp
by stringtheoryaccelerator
Automates checking fire danger levels and applying for burn permits in Maine using web scraping.
Automates checking fire danger levels and applying for burn permits in Maine using web scraping.
Setup Requirements
- ⚠️Requires Node.js (v18 or higher recommended) and npm/yarn.
- ⚠️Requires Chrome/Chromium to be installed locally for Puppeteer to function.
- ⚠️Web scraping can be fragile and break if target websites change their HTML structure, requiring code updates.
Verified SafeView Analysis
MCP-MCP
by ValentinTarnovsky
Assists Minecraft Java plugin developers with documentation, dependency management, and project analysis.
Assists Minecraft Java plugin developers with documentation, dependency management, and project analysis.
Setup Requirements
- ⚠️Requires Node.js 18+ installed.
- ⚠️Global installation via `npm link` is recommended, which might require administrative privileges.
Verified SafeView Analysis
weather-mcp-server
by laoyouf
Provides real-time weather information for specified cities by querying the wttr.in API, primarily for use within agent frameworks like HelloAgents.
Provides real-time weather information for specified cities by querying the wttr.in API, primarily for use within agent frameworks like HelloAgents.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires installation of 'hello-agents' and 'requests' Python packages.
- ⚠️Requires internet connectivity to access the wttr.in weather API.
Verified SafeView Analysis
Multi-Tenant-Cafe-Application
by CharlieAtki
A multi-tenant cafe ordering platform integrating AI-powered shopping assistance and business analytics through a microservices architecture.
A multi-tenant cafe ordering platform integrating AI-powered shopping assistance and business analytics through a microservices architecture.
Setup Requirements
- ⚠️Requires an OpenAI API Key for the AI Agent Service (which is a paid service).
- ⚠️Requires Docker and Docker Compose for easy setup and running of all microservices.
- ⚠️Multiple `.env` files must be manually created and configured in each service directory with specific environment variables (e.g., MongoDB URI, JWT secrets, Cloudinary URL, OpenAI API Key, service URLs).