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-server-fuzzer
by Agent-Hellboy
Fuzzing and security testing of Model Context Protocol (MCP) servers across multiple transport protocols (HTTP, SSE, Stdio) to validate functionality, robustness, and protocol compliance.
Fuzzing and security testing of Model Context Protocol (MCP) servers across multiple transport protocols (HTTP, SSE, Stdio) to validate functionality, robustness, and protocol compliance.
Setup Requirements
- ⚠️Requires Node.js 18+ and npm for building and running some target MCP servers (e.g., 'Everything MCP Server' for e2e tests).
- ⚠️Requires Python 3.10+ for the fuzzer itself; some e2e tests specify Python 3.13+.
- ⚠️Docker is required for containerized testing environments; network configuration differs for Linux (`--network host`) versus macOS/Windows (`http://host.docker.internal`) when accessing host servers.
- ⚠️For source installations, the MCP spec is vendored as a Git submodule and requires `git submodule update --init --recursive`.
Verified SafeView Analysis
mcp
by infobip
Build conversational AI agents capable of interacting with the Infobip platform for omnichannel communication (SMS, WhatsApp, Viber, etc.) using the Model Context Protocol (MCP).
Build conversational AI agents capable of interacting with the Infobip platform for omnichannel communication (SMS, WhatsApp, Viber, etc.) using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires an Infobip account with API access and appropriate scopes (e.g., sms:manage). This is a paid service.
- ⚠️Requires an Azure OpenAI account with a deployed model, or an AWS account with Bedrock access and a specific model ID. These are paid AI services.
- ⚠️Requires specific SDKs depending on the chosen demo: .NET 9.0+ SDK (for C#), Python 3.12+ with 'uv' (for Python), or Node.js with 'npm' (for JavaScript).
Verified SafeView Analysis
hindsight-mcp
by foscomputerservices
An MCP server that maintains a searchable knowledge base of development learnings, common errors, coding patterns, and best practices to assist developers.
An MCP server that maintains a searchable knowledge base of development learnings, common errors, coding patterns, and best practices to assist developers.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Manual client configuration for Claude Desktop/Code is required if not using the Homebrew `hindsight-init` script.
- ⚠️The knowledge base is stored locally in an SQLite database, which may not suit users requiring cloud synchronization or shared team knowledge.
Verified SafeView Analysis
mailtrap-mcp
by mailtrap
The Mailtrap MCP server provides tools for sending transactional emails and managing email templates, including a sandbox environment for testing.
The Mailtrap MCP server provides tools for sending transactional emails and managing email templates, including a sandbox environment for testing.
Setup Requirements
- ⚠️Requires a Mailtrap account and API token (paid service potentially involved for full functionality).
- ⚠️Domain verification is necessary for sending actual transactional emails.
- ⚠️Specific Mailtrap Account ID is required for template management operations.
- ⚠️A Mailtrap Test Inbox ID is required for sandbox email functionality.
Verified SafeView Analysis
mcp-servers
by CheckPointSW
Provides AI assistants with capabilities for malware analysis, file scanning, and threat detection by integrating with Check Point's Threat Emulation and Anti-Virus cloud services.
Provides AI assistants with capabilities for malware analysis, file scanning, and threat detection by integrating with Check Point's Threat Emulation and Anti-Virus cloud services.
Setup Requirements
- ⚠️Requires Node.js 20+ and npm 10+ to run.
- ⚠️Requires a valid Check Point Threat Emulation API Key (or other specific credentials for other MCP servers in the monorepo) which must be obtained from Check Point.
- ⚠️The 'file_path' parameter for file upload must point to an uncompressed text file (e.g., for CPInfo Analysis, raw data for Threat Emulation). Compressed archives require manual extraction.
- ⚠️Using complex tools or processing large files (e.g., for CPInfo Analysis) may incur higher token costs and potentially require a paid subscription to the AI model provider.
Verified SafeView Analysis
bluera-knowledge
by blueraai
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.
Provides a semantic knowledge base and intelligent web crawling capabilities to power coding agents, enabling them to search internal project files, Git repositories, and crawled web documentation.
Setup Requirements
- ⚠️Requires Claude Code CLI to be installed and accessible in the system's PATH for intelligent crawling and content extraction features.
- ⚠️Requires Python 3 along with specific dependencies (e.g., crawl4ai) which are managed by the hooks/check-dependencies.sh script, for web crawling and Python AST parsing.
- ⚠️Downloads and utilizes local Hugging Face embedding models (e.g., Xenova/all-MiniLM-L6-v2) which consume significant disk space (100-200MB) and RAM during processing.
Verified SafeView Analysis
Claude_GPT_MCP
by stefans71
Allows Claude Code users to query over 200+ other AI models via OpenRouter for tasks like code review, second opinions, and architectural feedback, without leaving their coding environment.
Allows Claude Code users to query over 200+ other AI models via OpenRouter for tasks like code review, second opinions, and architectural feedback, without leaving their coding environment.
Setup Requirements
- ⚠️Requires an active Claude Code CLI installation (which requires a Pro subscription or Anthropic API key).
- ⚠️Requires Node.js version 18 or higher to be installed.
- ⚠️Requires an OpenRouter API Key, which may incur costs depending on model usage and OpenRouter's pricing (though a free tier is available).
Verified SafeView Analysis
ai-sessions-mcp
by yoavf
Allows AI agents to search, list, and read your previous local coding sessions from multiple CLI coding agents.
Allows AI agents to search, list, and read your previous local coding sessions from multiple CLI coding agents.
Setup Requirements
- ⚠️Requires Go 1.25 or later to build from source.
- ⚠️Requires an MCP-compatible AI client (e.g., Claude Code, OpenAI Codex, Gemini CLI) to use as a server.
- ⚠️Manual PATH configuration may be required after installation via `install.sh`.
Verified SafeView Analysis
ggmcp
by GitGuardian
A focused MCP server for developers, providing remediation tools for secrets detected in code and honeytoken management capabilities.
A focused MCP server for developers, providing remediation tools for secrets detected in code and honeytoken management capabilities.
Setup Requirements
- ⚠️Requires `uv` for package installation and dependency management.
- ⚠️Requires Python 3.10+ (Python 3.13+ is recommended for development).
- ⚠️Authentication with GitGuardian is necessary, either via a Personal Access Token (PAT) environment variable or an interactive OAuth 2.0 PKCE flow (opens a browser).
- ⚠️Honeytoken management features may be omitted for self-hosted GitGuardian instances unless specifically enabled and the user holds a 'manager' role with appropriate scopes.
Verified SafeView Analysis
skillz
by Algiras
Skillz enables AI agents to dynamically build, manage, and execute custom tools at runtime using WebAssembly and scripts, with features like persistent memory, Docker service orchestration, and external MCP server integration.
Skillz enables AI agents to dynamically build, manage, and execute custom tools at runtime using WebAssembly and scripts, with features like persistent memory, Docker service orchestration, and external MCP server integration.
Setup Requirements
- ⚠️Requires `rustup target add wasm32-wasip1` for WASM tool compilation.
- ⚠️Docker must be installed and running for Docker service management.
- ⚠️Ensure `~/.cargo/bin` is in your PATH for client visibility, or use absolute path.
Verified SafeView Analysis
Stardew-Sage
by Zhang-986
An AI-powered assistant for Stardew Valley, providing conversational AI, RAG-powered search, multimodal image analysis, daily game insights, and personalized recommendations.
An AI-powered assistant for Stardew Valley, providing conversational AI, RAG-powered search, multimodal image analysis, daily game insights, and personalized recommendations.
Setup Requirements
- ⚠️Requires a paid ZhipuAI (or OpenAI compatible) API Key for AI operations.
- ⚠️Requires MySQL 8.0+ database, with schema and data imported from `database.sql`.
- ⚠️Requires RedisStack (Redis with RediSearch module) for vector store functionality, standard Redis is insufficient.
- ⚠️Java 17+ and Node.js 8.9+ (with npm) are required for backend and frontend components respectively.
Review RequiredView Analysis
vault-mcp-server
by hashicorp
Provides a Model Context Protocol (MCP) server implementation to integrate HashiCorp Vault secrets management and PKI operations with LLM clients.
Provides a Model Context Protocol (MCP) server implementation to integrate HashiCorp Vault secrets management and PKI operations with LLM clients.
Setup Requirements
- ⚠️Requires Docker.
- ⚠️Requires a running HashiCorp Vault server.
- ⚠️Requires a valid Vault token with appropriate permissions.