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(7632)
mcp-sequentialthinking-tools
by spences10
Guides LLM-driven problem-solving by breaking down complex problems into manageable steps and recommending appropriate MCP tools at each stage.
Guides LLM-driven problem-solving by breaking down complex problems into manageable steps and recommending appropriate MCP tools at each stage.
Setup Requirements
- ⚠️Requires an MCP client for configuration and interaction.
- ⚠️Relies on the LLM client to manage and potentially truncate the 'previous_steps' parameter sent to the tool to avoid exceeding context window limits and high token costs.
- ⚠️Requires Node.js and npm (via npx) to run.
Verified SafeView Analysis
ukrainian-stats-mcp-server
by VladyslavMykhailyshyn
Provides AI models with structured access to Ukrainian statistical data from the State Statistics Service of Ukraine via their SDMX API v3, including comprehensive metadata and flexible data retrieval.
Provides AI models with structured access to Ukrainian statistical data from the State Statistics Service of Ukraine via their SDMX API v3, including comprehensive metadata and flexible data retrieval.
Setup Requirements
- ⚠️Requires Node.js 18 or higher.
- ⚠️Requires manual configuration in Claude Desktop's `claude_desktop_config.json`.
- ⚠️Requires internet connectivity to `https://stat.gov.ua` to fetch data.
Verified SafeView Analysis
Context-Engine
by m1rl0k
Context-Engine is a plug-and-play MCP retrieval stack that unifies code indexing, hybrid search, and optional LLM decoding to enable product teams to quickly ship context-aware AI agents for large or fast-changing codebases.
Context-Engine is a plug-and-play MCP retrieval stack that unifies code indexing, hybrid search, and optional LLM decoding to enable product teams to quickly ship context-aware AI agents for large or fast-changing codebases.
Setup Requirements
- ⚠️Requires Kubernetes cluster (1.19+), kubectl, and Docker image built/pushed for remote deployment.
- ⚠️Python 3.x with 'requests', 'urllib3', and 'charset_normalizer' dependencies required for the VS Code extension's client (auto-install to venv supported).
- ⚠️Requires Qdrant vector database (included in Docker Compose/Kubernetes manifests).
- ⚠️Llama.cpp local LLM decoder is enabled by default ('REFRAG_DECODER=1') and needs to be running (either as a Docker container or natively on Apple Silicon).
- ⚠️Using remote LLM providers (GLM, MiniMax) will incur API costs and requires respective API keys (e.g., GLM_API_KEY).
- ⚠️Path mapping between host and container roots (contextEngineUploader.hostRoot, contextEngineUploader.containerRoot) needs careful configuration for remote indexing.
Verified SafeView Analysis
RiMCP_hybrid
by h7lu
A local RAG (Retrieval-Augmented Generation) server providing semantic and lexical search, and graph-based navigation for RimWorld game source code and XML definitions to AI assistants.
A local RAG (Retrieval-Augmented Generation) server providing semantic and lexical search, and graph-based navigation for RimWorld game source code and XML definitions to AI assistants.
Setup Requirements
- ⚠️Requires manual export and placement of RimWorld game data (C# source, XML Defs) into a specified directory.
- ⚠️Requires both .NET 8.0 SDK and Python 3.9+ runtime environments to be installed.
- ⚠️Requires downloading a large embedding model (e.g., e5-base-v2, multiple GBs) from HuggingFace, which may require git lfs.
- ⚠️Requires running two separate server processes concurrently (a Python embedding server and a .NET MCP server) for full functionality.
Verified SafeView Analysis
codex-mcp-go
by w31r4
Wraps OpenAI's Codex CLI to serve it as an MCP tool for AI clients, enabling multi-turn conversations and sandbox-controlled code execution.
Wraps OpenAI's Codex CLI to serve it as an MCP tool for AI clients, enabling multi-turn conversations and sandbox-controlled code execution.
Setup Requirements
- ⚠️Requires OpenAI's `codex` CLI to be installed globally and configured.
- ⚠️Requires Go 1.24+ if building from source.
- ⚠️`OPENAI_API_KEY` is required for the underlying Codex CLI (typically passed via environment variable by the client).
Review RequiredView Analysis
rulego
by rulego
An independent, high-performance rule engine service designed for orchestrating applications, IoT devices, large AI models, and automating data processing and workflows, often in edge computing environments.
An independent, high-performance rule engine service designed for orchestrating applications, IoT devices, large AI models, and automating data processing and workflows, often in edge computing environments.
Setup Requirements
- ⚠️Authentication is disabled by default (`require_auth = false` in `config.conf`), making it insecure for production environments. It must be manually enabled and configured with custom credentials.
- ⚠️To utilize various extension components (AI, IoT, CI/CD, ETL, FastHTTP), specific `go build -tags` flags are required during compilation. A standard `go build .` won't include all features.
- ⚠️The `exec_node` component allows running shell commands. Its `cmd_white_list` configuration in `config.conf` must be carefully reviewed and restricted to prevent command injection vulnerabilities, especially if untrusted users can modify rule chains.
Review RequiredView Analysis
nettune
by jtsang4
Nettune acts as an MCP stdio wrapper for a network diagnostics and TCP optimization tool, enabling AI-assisted configuration of Linux server network settings.
Nettune acts as an MCP stdio wrapper for a network diagnostics and TCP optimization tool, enabling AI-assisted configuration of Linux server network settings.
Setup Requirements
- ⚠️Requires root privileges on the server (sudo).
- ⚠️Requires manual TLS termination (e.g., nginx reverse proxy) for secure production deployments due to default HTTP communication.
- ⚠️The server component is designed for Linux systems; client wrapper supports other OS but core optimizations are Linux-specific.
Review RequiredView Analysis
mcp
by oracle
Fetches Oracle Cloud Infrastructure (OCI) service pricing from Oracle’s public Price List API (cetools).
Fetches Oracle Cloud Infrastructure (OCI) service pricing from Oracle’s public Price List API (cetools).
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires active internet access to reach Oracle's public API endpoints.
- ⚠️Requires installation of Python packages: fastmcp, httpx, babel, and pycountry.
Verified SafeView Analysis
ethereum-mcp
by clumsynonono
Ethereum data analytics for Research Incentive Group (RIG) research, covering Blob, DEX, Staking, MEV, BuilderNet, and L2 MEV metrics.
Ethereum data analytics for Research Incentive Group (RIG) research, covering Blob, DEX, Staking, MEV, BuilderNet, and L2 MEV metrics.
Setup Requirements
- ⚠️Requires a Dune Analytics API Key (`DUNE_API_KEY`) to be set in the `.env` file.
- ⚠️Most data tools require manual configuration of Dune Query IDs in `src/utils/queryConfig.ts` before they can fetch data.
- ⚠️Requires `npm install` and `npm run build` to be executed once after cloning and after modifying `src/utils/queryConfig.ts`.
- ⚠️Requires restarting the Claude Desktop application for configuration changes to take effect.
Verified SafeView Analysis
ethereum-dune-mcp
by clumsynonono
Ethereum blockchain data analytics and research for RIG (Research Incentive Group), providing metrics on Blob, DEX, Staking, MEV, and L2 activities via Dune Analytics.
Ethereum blockchain data analytics and research for RIG (Research Incentive Group), providing metrics on Blob, DEX, Staking, MEV, and L2 activities via Dune Analytics.
Setup Requirements
- ⚠️Requires a Dune API Key (free registration, but API calls can consume credits).
- ⚠️Many tools require manual configuration of Dune Query IDs in `src/utils/queryConfig.ts` after finding them on Dune Analytics.
- ⚠️Requires configuration within `claude_desktop_config.json` with the absolute path to the compiled `index.js` file.
Verified SafeView Analysis
awesome-mcp-devtools
by punkpeye
A curated list of developer tools, SDKs, libraries, utilities, and resources for building and interacting with Model Context Protocol (MCP) servers.
A curated list of developer tools, SDKs, libraries, utilities, and resources for building and interacting with Model Context Protocol (MCP) servers.
Verified SafeView Analysis
ayunis-legal-mcp
by ayunis-core
A system for semantic search and retrieval of German legal texts, enabling AI assistants to query legal documents using vector embeddings.
A system for semantic search and retrieval of German legal texts, enabling AI assistants to query legal documents using vector embeddings.
Setup Requirements
- ⚠️Requires Ollama service running and a specific hardcoded embedding model (ryanshillington/Qwen3-Embedding-4B:latest) must be manually pulled.
- ⚠️Docker and Docker Compose are essential for orchestrating the multi-service architecture (PostgreSQL, Store API, MCP Server).
- ⚠️Production deployments critically need to implement authentication, rate-limiting, and change the default PostgreSQL password, as these are known security limitations acknowledged in the project's security policy.