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-servers
by horison-ai
Provides integration servers for Horison's agentic chat service to connect with external applications like Google Drive, Gmail, and Outlook.
Provides integration servers for Horison's agentic chat service to connect with external applications like Google Drive, Gmail, and Outlook.
Setup Requirements
- ⚠️Requires a parent `agentic-chat-service` to spawn subprocesses.
- ⚠️Relies on an external `connectivity-service` for OAuth authentication.
- ⚠️Requires careful handling of git submodules during cloning and updates.
Verified SafeView Analysis
test-remote-server
by HiteshKumarMeghwar
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
This server provides basic arithmetic and random number generation capabilities through an MCP interface.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Port 8000 must be available for the server to run.
Verified SafeView Analysis
Eidos
by PundarikakshNTripathi
Eidos is an agentic MCP server that provides verified, reasoned feedback on low-level system programming tasks to AI coding agents, acting as a "Ground Truth Engine".
Eidos is an agentic MCP server that provides verified, reasoned feedback on low-level system programming tasks to AI coding agents, acting as a "Ground Truth Engine".
Setup Requirements
- ⚠️Requires Google Gemini API Key (Paid service).
- ⚠️Docker must be installed and running for sandboxed execution of system tools.
- ⚠️Python 3.14+ is specified as the runtime environment in the README and badges.
Verified SafeView Analysis
service-catalog-mcp-server
by MarcGrol
The Service Catalog MCP Server allows AI agents to query and understand the architecture, module ownership, interface dependencies, database usage, and Service Level Objectives (SLOs) of large software platforms via natural language.
The Service Catalog MCP Server allows AI agents to query and understand the architecture, module ownership, interface dependencies, database usage, and Service Level Objectives (SLOs) of large software platforms via natural language.
Setup Requirements
- ⚠️Requires Go toolchain for building (`make`).
- ⚠️Requires manual configuration in LLM agent settings (e.g., `~/.gemini/settings.json` or `claude_desktop_config.json`) to specify the server executable path.
- ⚠️For network-exposed transports (HTTP/SSE), API key authentication is optional and must be explicitly configured (`-api-key`) to prevent unauthorized access.
Verified SafeView Analysis
investing-mcp
by VinnyCarter05
Parse and query investment statements from multiple institutions (Questrade, IBKR, Scotia, TD Direct) using natural language and structured queries, providing portfolio analytics and Monte Carlo simulations.
Parse and query investment statements from multiple institutions (Questrade, IBKR, Scotia, TD Direct) using natural language and structured queries, providing portfolio analytics and Monte Carlo simulations.
Setup Requirements
- ⚠️Requires local PDF/CSV files for indexing (not direct broker integrations).
- ⚠️Requires Python 3.10 or higher.
- ⚠️Paths for data and databases are relative to the project structure; deviations may require explicit environment variable configuration or path adjustments (e.g., in `~/.claude/.mcp.json`).
- ⚠️Uses `yfinance` for S&P 500 historical data in Monte Carlo simulations, which makes external API calls to Yahoo Finance (no API key required, but relies on external service availability).
Verified SafeView Analysis
tty-mcp-server
by ljchg12-hue
An MCP server that enables secure execution of TTY/PTY commands and interactive shell sessions for AI assistants or other clients.
An MCP server that enables secure execution of TTY/PTY commands and interactive shell sessions for AI assistants or other clients.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️The `node-pty` dependency, being a native addon, might require local build tools (e.g., C++ compiler, Python) during `npm install` on certain OS/architectures if pre-built binaries are unavailable.
- ⚠️Requires an MCP client (e.g., Claude Code) to be configured (via `~/.mcp.json`) to connect to and utilize this server.
Verified SafeView Analysis
spring-ai-mcp-server
by rk31339
A Spring Boot-based Model Context Protocol (MCP) server for AI-powered equity order management, providing tools for trading operations and market analysis.
A Spring Boot-based Model Context Protocol (MCP) server for AI-powered equity order management, providing tools for trading operations and market analysis.
Setup Requirements
- ⚠️Requires Java 17 or higher
- ⚠️Requires Maven 3.6+
Verified SafeView Analysis
figma-mcp-server
by alucardeht
This server acts as an intermediary to receive Figma webhooks and forward them to another specified server for further processing or integration.
This server acts as an intermediary to receive Figma webhooks and forward them to another specified server for further processing or integration.
Setup Requirements
- ⚠️Requires `FIGMA_API_KEY` environment variable.
- ⚠️Requires `MCP_SERVER_URL` environment variable pointing to the ultimate destination server.
- ⚠️Requires the server to be publicly accessible for Figma to send webhooks to.
Verified SafeView Analysis
minimal_mcp_server_httpStreamable
by korplydev
A minimal Model Context Protocol (MCP) server demonstrating tool registration and exporting data in TOON format via a streamable HTTP transport.
A minimal Model Context Protocol (MCP) server demonstrating tool registration and exporting data in TOON format via a streamable HTTP transport.
Setup Requirements
- ⚠️Requires Node.js and npm/yarn installed to run.
- ⚠️This is an MCP server, providing tools for an LLM to consume, not an LLM-powered application itself.
Verified SafeView Analysis
rekah-unreal-mcp
by tkdgur4427
Provides Language Server Protocol (LSP) tools for Unreal Engine C++ development, enabling code analysis and navigation through a FastMCP server, specifically leveraging clangd.
Provides Language Server Protocol (LSP) tools for Unreal Engine C++ development, enabling code analysis and navigation through a FastMCP server, specifically leveraging clangd.
Setup Requirements
- ⚠️Requires 'clangd' to be installed and available in the system's PATH.
- ⚠️An Unreal Engine C++ project requires a 'compile_commands.json' file for 'clangd' to function correctly. Instructions for generating it are provided by the setup tool.
- ⚠️Requires Python 3.11 or higher.
- ⚠️The server runs on the 'FastMCP' framework, which needs to be installed (e.g., 'mcp[cli]').