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)
alpha_vantage_mcp
by alphavantage
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires an Alpha Vantage API Key.
- ⚠️Requires Python 3.13+ for the server component.
- ⚠️The `uv` package manager is a hard dependency for building and running the server.
- ⚠️Cloud deployment on AWS is complex, requiring manual setup of IAM roles, S3 buckets, CloudFront distributions, and an ACM certificate in `us-east-1`.
Verified SafeView Analysis
mcp-server-box
by box-community
The Box MCP Server provides a Microservice Context Protocol (MCP) interface to interact with the Box API, enabling AI agents and other clients to perform various file, folder, collaboration, metadata, and AI-powered operations on Box content.
The Box MCP Server provides a Microservice Context Protocol (MCP) interface to interact with the Box API, enabling AI agents and other clients to perform various file, folder, collaboration, metadata, and AI-powered operations on Box content.
Setup Requirements
- ⚠️Requires extensive Box Custom App configuration (OAuth, CCG, or JWT) via the Box Developer Console, including pre-registering all callback URLs for OAuth flows.
- ⚠️Heavily relies on environment variables (often from a .env file) for all Box API and MCP server authentication credentials; misconfiguration will lead to startup or runtime errors.
- ⚠️The `uv` tool is recommended for Python dependency management and execution, which might require an additional setup step for some users.
Review RequiredView Analysis
mcp-node
by algolia
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Node.js >= 22.0.0.
- ⚠️macOS users must manually remove the quarantine flag from the executable to run it (`xattr -r -d com.apple.quarantine <path_to_executable>`). Windows and Linux support is indicated as 'coming soon'.
- ⚠️Requires an Algolia account and initial authentication via a browser, which is handled locally by the server.
- ⚠️Requires specific JSON configuration to be added to Claude Desktop settings, followed by a restart of Claude Desktop.
Verified SafeView Analysis
fhir-mcp-server
by wso2
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
The FHIR MCP Server acts as a bridge between AI/LLM tools and FHIR APIs, enabling seamless search, retrieval, and analysis of clinical information.
Setup Requirements
- ⚠️Requires an accessible FHIR API server to function.
- ⚠️For local Docker/Docker Compose setups, authorization must be explicitly disabled (`FHIR_SERVER_DISABLE_AUTHORIZATION=True`), a limitation noted to be fixed in future releases.
- ⚠️Requires configuration of FHIR server details and potentially OAuth client credentials via environment variables for proper operation.
Verified SafeView Analysis
Handler
by alDuncanson
An A2A (Agent-to-Agent) Protocol client and developer toolkit providing CLI, TUI, local server agent, and MCP server for interacting with AI agents.
An A2A (Agent-to-Agent) Protocol client and developer toolkit providing CLI, TUI, local server agent, and MCP server for interacting with AI agents.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Running the local A2A agent server ('handler server agent') requires Ollama to be installed and running locally, and may prompt to pull models if not available.
- ⚠️Installation with 'pipx' or 'uv tool install' is recommended for a smooth experience, or 'pip' for standard package management.
Verified SafeView Analysis
mcpick
by spences10
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
Manages MCP server configurations for Claude Code to optimize context usage and performance by enabling/disabling servers, creating backups, and using profiles.
Setup Requirements
- ⚠️Requires Node.js 22+.
- ⚠️Requires Claude Code to be installed and configured on the system.
- ⚠️If building from source, pnpm is recommended.
Verified SafeView Analysis
memory-mcp-server-go
by okooo5km
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
A Model Context Protocol server providing knowledge graph management capabilities for LLMs to maintain memory across conversations.
Setup Requirements
- ⚠️For manual installations (e.g., downloading binaries or building from source), users must manually add the server executable's directory to their system's PATH.
- ⚠️The quick install script (`curl | bash`) is not supported on Windows; Windows users must download the pre-built `.zip` binary and configure their PATH manually.
- ⚠️For network transports (SSE, Streamable HTTP), authentication is optional and disabled by default. It is critical to enable it using the `--auth-bearer <token>` flag for any non-local deployment.
Verified SafeView Analysis
phpMyFAQ
by thorsten
The phpMyFAQ MCP Server allows Large Language Models (LLMs) to query a phpMyFAQ installation to provide contextually relevant answers based on its FAQ content, enabling AI assistants to access and utilize the knowledge base.
The phpMyFAQ MCP Server allows Large Language Models (LLMs) to query a phpMyFAQ installation to provide contextually relevant answers based on its FAQ content, enabling AI assistants to access and utilize the knowledge base.
Setup Requirements
- ⚠️PHP 8.4+ is required.
- ⚠️Requires an external database (MySQL, MariaDB, PostgreSQL, Microsoft SQL Server, or SQLite3).
- ⚠️AI-assisted translation features require API keys for external (potentially paid) translation services (e.g., Google, DeepL, Azure, Amazon).
- ⚠️If using Elasticsearch or OpenSearch, the host system needs `vm.max_map_count` kernel setting configured to at least 262144.
Verified SafeView Analysis
mcp-execution
by bug-ops
Transforms any Model Context Protocol (MCP) server into executable, type-safe TypeScript tools for AI agents, enabling progressive loading and achieving significant token savings.
Transforms any Model Context Protocol (MCP) server into executable, type-safe TypeScript tools for AI agents, enabling progressive loading and achieving significant token savings.
Setup Requirements
- ⚠️Requires Rust 1.89+ for building from source.
- ⚠️Requires Node.js 18+ for running generated TypeScript tools.
- ⚠️Requires user to create/manage `~/.claude/mcp.json` for server configurations.
Verified SafeView Analysis
mcp-trino
by tuannvm
Enables AI assistants to interact with Trino's distributed SQL query engine for data analytics through a standardized Model Context Protocol (MCP) server.
Enables AI assistants to interact with Trino's distributed SQL query engine for data analytics through a standardized Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires a running Trino cluster for data access.
- ⚠️Requires Kubernetes 1.19+ and Helm 3.0+ for Helm chart deployments (with EKS specific integrations if using AWS).
- ⚠️OAuth authentication requires a configured OIDC provider and careful setup of client IDs, secrets, issuer URLs, audience, and redirect URIs; JWT_SECRET is critical for multi-pod deployments.
- ⚠️Performance for AI queries can be significantly improved by configuring TRINO_ALLOWED_SCHEMAS/CATALOGS/TABLES to restrict the data scope.
Verified SafeView Analysis
logfire-mcp
by pydantic
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire, including executing arbitrary SQL queries.
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire, including executing arbitrary SQL queries.
Setup Requirements
- ⚠️Requires 'uv' for installation and execution.
- ⚠️Requires a Pydantic Logfire read token (LOGFIRE_READ_TOKEN environment variable or --read-token argument).
- ⚠️Requires LOGFIRE_BASE_URL if running Logfire in a self-hosted environment.
- ⚠️The server's internal age limit for queries is 210 days, despite the README stating 7 days, which can lead to unexpectedly large and costly queries.
Verified SafeView Analysis
action_mcp
by seuros
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
ActionMCP is a Ruby gem providing Model Context Protocol (MCP) server capabilities to Rails applications, enabling AI assistants to connect to external data sources and tools.
Setup Requirements
- ⚠️Requires a Ruby on Rails application (Ruby 3.4.8+/4.0.0+, Rails 8.1.1+).
- ⚠️Requires a relational database (PostgreSQL, MySQL, or SQLite3) for session, message, and task persistence, involving database migrations during setup.
- ⚠️Potential for middleware conflicts in existing Rails applications; often requires using a minimal Rack setup (`mcp_vanilla.ru`) to avoid issues with web-specific middleware.