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(9120)
syncore
by oldnordic
A Model Context Protocol (MCP) server providing a unified interface to 65+ AI-native development tools, including persistent memory, dual-domain vector search, tree-sitter based code analysis, knowledge graphs (Neo4j), task management, and multi-agent coordination.
A Model Context Protocol (MCP) server providing a unified interface to 65+ AI-native development tools, including persistent memory, dual-domain vector search, tree-sitter based code analysis, knowledge graphs (Neo4j), task management, and multi-agent coordination.
Setup Requirements
- ⚠️Requires Rust toolchain (cargo) for building.
- ⚠️Requires Ollama running locally for all AI-powered features (IntelliTask, sequential reasoning).
- ⚠️Requires a Neo4j instance for all graph-related features.
- ⚠️Downloads approximately 500MB of HuggingFace embedding models on first run, requiring internet access and disk space.
- ⚠️Initial startup consumes ~500MB RAM due to loaded embedding models.
- ⚠️Uses various language-specific tools (e.g., `clangd`, `gopls`, `eslint`, `javac`) through plugins, which need to be installed and available in the environment.
- ⚠️Sensitive configurations like Neo4j credentials (`NEO4J_PASS`) must be set via environment variables for full graph functionality.
Verified SafeView Analysis
MCP-Open-Discovery-with-AMQP
by nagual69
A production-ready infrastructure discovery and CMDB platform, delivering 53 tools via the Model Context Protocol (MCP) SDK for AI assistants, automation, and enterprise infrastructure management.
A production-ready infrastructure discovery and CMDB platform, delivering 53 tools via the Model Context Protocol (MCP) SDK for AI assistants, automation, and enterprise infrastructure management.
Setup Requirements
- ⚠️Requires Docker & Docker Compose for easy deployment of the full stack (server, RabbitMQ, optional monitoring).
- ⚠️Requires Node.js version 23 or higher, as specified in `package.json`.
- ⚠️Specific Nmap scan types (`nmap_tcp_syn_scan`, `nmap_udp_scan`) require elevated privileges (e.g., `CAP_NET_RAW`, `CAP_NET_ADMIN` capabilities or `--privileged` mode) in the Docker container for full functionality.
- ⚠️Full functionality, including multi-transport and hot-reload broadcasting, relies on a running RabbitMQ (AMQP) instance.
Verified SafeView Analysis
pentesting-mcp-servers-checklist
by appsecco
Provides a comprehensive checklist for security practitioners to pentest Model Context Protocol (MCP) servers and AI agents.
Provides a comprehensive checklist for security practitioners to pentest Model Context Protocol (MCP) servers and AI agents.
Verified SafeView Analysis
jsoncut-mcp-server
by jsoncut
Enables AI agents to programmatically generate and validate image and video configurations via the Model Context Protocol (MCP) for the Jsoncut API.
Enables AI agents to programmatically generate and validate image and video configurations via the Model Context Protocol (MCP) for the Jsoncut API.
Setup Requirements
- ⚠️The repository is explicitly marked as 'OUTDATED' and 'no longer maintained', recommending use of the official public server.
- ⚠️Requires a Jsoncut API Key, which typically implies a paid service.
- ⚠️Requires Node.js >= 18 for local execution using npx.
Verified SafeView Analysis
claude-memory-mcp
by adamkwhite
Provides searchable local storage for Claude conversation history, enabling context retrieval during current sessions.
Provides searchable local storage for Claude conversation history, enabling context retrieval during current sessions.
Setup Requirements
- ⚠️Requires Python 3.11+ (tested with 3.11.12).
- ⚠️Ubuntu/WSL environment is recommended, suggesting potential compatibility/setup challenges on other operating systems.
- ⚠️The recommended installation command requires manual replacement of the project's absolute path.
Verified SafeView Analysis
iam-lens-mcp
by agarabhishek
Provides AWS IAM analysis capabilities through a Model Context Protocol (MCP) server, enabling AI assistants to query and simulate IAM permissions and configurations using natural language.
Provides AWS IAM analysis capabilities through a Model Context Protocol (MCP) server, enabling AI assistants to query and simulate IAM permissions and configurations using natural language.
Setup Requirements
- ⚠️Requires installation of multiple tools (uv, npm, iam-collect, iam-lens) with different package managers.
- ⚠️Python 3.13 or higher is a prerequisite, which might be newer than system defaults for some users.
- ⚠️Requires manual configuration of Claude Desktop's `claude_desktop_config.json` with absolute paths for both the server directory and the `iam-collect.jsonc` file, which can be error-prone.
Verified SafeView Analysis
cordra-mcp
by dnlbauer
Provides AI assistants with read-only access to explore and understand Cordra digital object repositories, including schema discovery, object retrieval, and content search.
Provides AI assistants with read-only access to explore and understand Cordra digital object repositories, including schema discovery, object retrieval, and content search.
Setup Requirements
- ⚠️Requires a running and accessible Cordra repository, specified by CORDRA_BASE_URL.
- ⚠️Authentication (CORDRA_USERNAME, CORDRA_PASSWORD) may be required for accessing private Cordra instances or administrative objects.
- ⚠️Requires Python 3.11 or newer to run.
Verified SafeView Analysis
financial-mcp-servers
by deeptendies
A repository for discovering, organizing, and running Model Context Protocol (MCP) servers primarily focused on financial, market, and cryptocurrency data sources.
A repository for discovering, organizing, and running Model Context Protocol (MCP) servers primarily focused on financial, market, and cryptocurrency data sources.
Setup Requirements
- ⚠️Requires Node.js v18+.
- ⚠️Many managed MCP servers require API keys for external financial data services, which may be paid or require registration (e.g., Financial Modeling Prep, Alpha Vantage).
- ⚠️Relies on `npx` to fetch and execute npm packages, requiring network access to `registry.npmjs.org` and trust in upstream package integrity.
Review RequiredView Analysis
app-mcp-server
by prefeitura-rio
This server acts as a backend for a conversational AI assistant for the Rio de Janeiro municipality, providing a suite of specialized tools and data access, including city information, real-time data, calculations, multi-step workflows, web search, and alert management.
This server acts as a backend for a conversational AI assistant for the Rio de Janeiro municipality, providing a suite of specialized tools and data access, including city information, real-time data, calculations, multi-step workflows, web search, and alert management.
Setup Requirements
- ⚠️The default `VALID_TOKENS="token"` in the example environment file is insecure and must be replaced with a strong, unique token in production.
- ⚠️Requires numerous environment variables for external API keys (e.g., Google Maps, Gemini, Dharma, PGM, RMI, Typesense, Surkai, BigQuery credentials). Misconfiguration or missing keys will lead to runtime failures.
- ⚠️Disables SSL verification (`"verify": False`) for requests to the PGM API. This is a critical security risk for production environments if not justified by a highly secure internal network, and should be reviewed.
- ⚠️For non-local environments (`IS_LOCAL=False`), the `multi_step_service` defaults to `StateMode.REDIS`, requiring a running Redis instance for state management.
Verified SafeView Analysis
mcp
by h1ddenpr0cess20
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.
Exposing various third-party RapidAPI services (jobs, finance, food, entertainment, social, real estate, news, search) as a collection of FastMCP servers for tool integration.
Setup Requirements
- ⚠️Requires a RapidAPI key and specific API subscriptions on RapidAPI (some may be paid, as detailed in `docs/domain_providers.md`).
- ⚠️Requires Python 3.10+.
- ⚠️The server exposes FastMCP tools, implying interaction with an MCP client for full functionality rather than direct web access.
Verified SafeView Analysis
mcp-dev-journal
by GuiArSt
An MCP server for AI agents to create and query developer journal entries from git commits, document project summaries, and integrate with project management tools like Linear.
An MCP server for AI agents to create and query developer journal entries from git commits, document project summaries, and integrate with project management tools like Linear.
Setup Requirements
- ⚠️Requires at least one AI API key (Anthropic, OpenAI, or Google) for journal entry/summary generation, which typically involves paid services.
- ⚠️For cloud deployments (e.g., Vercel), the SQLite database ('journal.db') must be hosted externally (e.g., AWS S3, remote database), as the default expects a local file path.
- ⚠️If integrating with the companion web app ('Tartarus') for repository tools and attachment download URLs, 'TARTARUS_URL' and 'MCP_API_KEY' environment variables must be properly configured for secure inter-service communication.
Verified SafeView Analysis
azure-devops-mcp
by jaybird-us
An MCP server that enables Claude to interact with Azure DevOps work items, projects, sprints, and relationships directly through natural language.
An MCP server that enables Claude to interact with Azure DevOps work items, projects, sprints, and relationships directly through natural language.
Setup Requirements
- ⚠️Requires Node.js v18.0.0 or higher to be installed.
- ⚠️Requires Azure CLI to be installed and configured with `az login`.
- ⚠️Requires the Azure DevOps extension for Azure CLI (`az extension add --name azure-devops`).
- ⚠️Requires an Azure DevOps organization to be configured, either via an environment variable (`AZURE_DEVOPS_ORG`) or Azure CLI defaults.