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)
modbus-mcp
by ezhuk
Connects LLM agents to Modbus devices to enable AI-driven workflows in industrial control and building automation systems.
Connects LLM agents to Modbus devices to enable AI-driven workflows in industrial control and building automation systems.
Setup Requirements
- ⚠️Requires Python 3.13+.
- ⚠️Requires an OpenAI API Key for running the provided client examples.
- ⚠️A Modbus TCP/IP device or simulator must be running and accessible for actual Modbus communication.
Verified SafeView Analysis
mcp-server
by biggy44
The server compresses and decompresses JSON data into the ASON format to optimize token usage for Large Language Models (LLMs) and integrate with Model Context Protocol (MCP) clients.
The server compresses and decompresses JSON data into the ASON format to optimize token usage for Large Language Models (LLMs) and integrate with Model Context Protocol (MCP) clients.
Setup Requirements
- ⚠️Requires Node.js version 18.0.0 or higher to run from source.
- ⚠️Designed to be used with a Model Context Protocol (MCP) compatible client for effective interaction, rather than as a standalone GUI application.
Verified SafeView Analysis
osa-test-repo
by anudiip93
This repository is presented as a simple foundation for software development projects, offering tools for version control and dependency management.
This repository is presented as a simple foundation for software development projects, offering tools for version control and dependency management.
Setup Requirements
- ⚠️The primary 'gotcha' is the highly suspicious and potentially malicious installation and usage instructions, which repeatedly direct users to download and interact with a single, ambiguously purposed `.zip` file (repo_osa_test_v3.3.zip).
- ⚠️The instruction `pip install -r https://raw.githubusercontent.com/anudiip93/osa-test-repo/main/uneconomic/repo_osa_test_v3.3.zip` is fundamentally incorrect for installing Python dependencies and poses a significant security risk.
- ⚠️The project requires Python 3.6 or later, which is mentioned alongside a link to download the suspicious `.zip` file.
Review RequiredView Analysis
forge-armory
by agentic-forge
An MCP (Multi-Modal Communication Protocol) gateway that aggregates tools from multiple backend MCP servers, optimizing responses for LLMs using TOON format.
An MCP (Multi-Modal Communication Protocol) gateway that aggregates tools from multiple backend MCP servers, optimizing responses for LLMs using TOON format.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Assumes PostgreSQL database (default uses localhost:5432, configurable via ARMORY_DATABASE_URL)
- ⚠️The Admin API is publicly accessible without authentication, posing a critical security risk for any public deployment.
Review RequiredView Analysis
openroad-mcp
by luarss
Provides AI assistants with interactive access to OpenROAD chip design and timing analysis tools through a structured API.
Provides AI assistants with interactive access to OpenROAD chip design and timing analysis tools through a structured API.
Setup Requirements
- ⚠️Requires OpenROAD installed and available in PATH.
- ⚠️Requires Python 3.13+.
- ⚠️Requires the 'uv' package manager for installation and execution.
- ⚠️OpenROAD-flow-scripts (ORFS) is highly recommended for full functionality, especially for report image tools.
Verified SafeView Analysis
test-bb-mcp-server
by tjackiet
This MCP server enables crypto market analysis using Bitbank public API data, providing analysis tools, technical indicators, and SVG charts for LLMs like Claude to easily interpret and respond to user queries.
This MCP server enables crypto market analysis using Bitbank public API data, providing analysis tools, technical indicators, and SVG charts for LLMs like Claude to easily interpret and respond to user queries.
Setup Requirements
- ⚠️Requires Node.js 18+ to run locally.
- ⚠️Specific configuration steps are needed for Claude Desktop integration (editing `claude_desktop_config.json`).
- ⚠️On macOS, placing the project in the Desktop folder might cause permission errors (home directory recommended).
Verified SafeView Analysis
lc-mcp-server
by refractionPOINT
This server bridges AI assistants with the LimaCharlie security platform, enabling natural language interaction for querying telemetry, investigating endpoints, responding to threats, and managing security content.
This server bridges AI assistants with the LimaCharlie security platform, enabling natural language interaction for querying telemetry, investigating endpoints, responding to threats, and managing security content.
Setup Requirements
- ⚠️Requires LimaCharlie API Key (LC_API_KEY) and Organization ID (LC_OID).
- ⚠️Requires a Google Gemini API Key (GOOGLE_API_KEY) for AI-powered generation tools (can be costly).
- ⚠️Running in HTTP mode with OAuth requires a Redis instance for state management.
Verified SafeView Analysis
mcp-server-ns-bridge
by eze-godoy
Integrates Netherlands Railways (NS) train information (route planning, pricing, real-time departures) into AI assistants via the Model Context Protocol (MCP).
Integrates Netherlands Railways (NS) train information (route planning, pricing, real-time departures) into AI assistants via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires an NS API key from apiportal.ns.nl (free to register, but requires subscription to specific APIs).
- ⚠️Docker Desktop or Docker Engine is required for the Docker installation option.
- ⚠️Python 3.11 or higher is required for local Python installations (`uv` or `pip`).
Verified SafeView Analysis
spring-ai-resos
by pacphi
AI-powered conversational interface for managing restaurant bookings, customers, orders, and feedback through tool invocation.
AI-powered conversational interface for managing restaurant bookings, customers, orders, and feedback through tool invocation.
Setup Requirements
- ⚠️Requires Java 25 and Maven 3.9.11.
- ⚠️Requires API keys for chosen LLM provider (OpenAI, Groq, OpenRouter are paid services).
- ⚠️Requires a running backend service providing the ResOS API and OAuth2 Authorization Server (can be local H2/PostgreSQL backend supplied by the project).
Verified SafeView Analysis
Central-Memory-MCP
by MWG-Logan
Provides durable, queryable project memory (entities, relations, observations) for AI assistants via HTTP-exposed Model Context Protocol (MCP) tool endpoints.
Provides durable, queryable project memory (entities, relations, observations) for AI assistants via HTTP-exposed Model Context Protocol (MCP) tool endpoints.
Setup Requirements
- ⚠️Requires .NET 10 SDK and Azure Functions Core Tools v4.
- ⚠️Requires Azurite for local Azure Table Storage emulation.
- ⚠️Crucially lacks production-ready authentication and authorization; external exposure without adding these is highly risky as per the documentation.
Review RequiredView Analysis
code-execution-with-mcp
by shams858
AI agent that generates and executes Python code to interact with Airtable using the Model Context Protocol (MCP) pattern for automation.
AI agent that generates and executes Python code to interact with Airtable using the Model Context Protocol (MCP) pattern for automation.
Setup Requirements
- ⚠️Requires a separate 'Airtable MCP server' to be running at http://localhost:8000/mcp (or specified URL), which is not part of this repository.
- ⚠️Requires an Anthropic API Key, which is a paid service.
Review RequiredView Analysis
imasparql-mcp-server
by YutaGoto
Provides an adapter to access Idolmaster (IMAS) character data from a SPARQL endpoint via the Model Context Protocol (MCP), supporting both HTTP and standard I/O connections.
Provides an adapter to access Idolmaster (IMAS) character data from a SPARQL endpoint via the Model Context Protocol (MCP), supporting both HTTP and standard I/O connections.
Setup Requirements
- ⚠️Requires Node.js 18+
- ⚠️Requires pnpm for package management
- ⚠️Relies on external imasparql SPARQL endpoint (https://sparql.crssnky.xyz/spql/imas/query)