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)
dollar-arg-mcp-server
by LDTorres
Provides real-time dollar exchange rates in Argentina via a Model Context Protocol (MCP) server.
Provides real-time dollar exchange rates in Argentina via a Model Context Protocol (MCP) server.
Setup Requirements
- ⚠️Requires pnpm package manager to install dependencies and run scripts.
Verified SafeView Analysis
sonarqube-mcp-server
by 9506hqwy
Provides a Model Context Protocol (MCP) server that exposes SonarQube API functionalities, allowing external tools, such as AI agents, to interact with and manage SonarQube instances.
Provides a Model Context Protocol (MCP) server that exposes SonarQube API functionalities, allowing external tools, such as AI agents, to interact with and manage SonarQube instances.
Setup Requirements
- ⚠️Requires a running SonarQube server to connect to.
- ⚠️Requires valid SonarQube API credentials (token or username/password) with appropriate permissions for the desired operations.
- ⚠️Building from source requires Go (version not specified, but typically recent stable), while running pre-built images requires Docker.
Verified SafeView Analysis
GeminiMcpServer
by Ifrazahoor
The provided source code is a GitHub profile markdown file, not an MCP server. Cannot determine the server's use case.
The provided source code is a GitHub profile markdown file, not an MCP server. Cannot determine the server's use case.
Setup Requirements
- ⚠️Actual server source code for 'GeminiMcpServer' is missing and only a GitHub profile markdown file was provided.
Review RequiredView Analysis
Tor-Search-MCP
by BigBang142
Browse the web and search anonymously using the Tor network, fetching full page content from search results or specific URLs while maintaining privacy.
Browse the web and search anonymously using the Tor network, fetching full page content from search results or specific URLs while maintaining privacy.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires Tor Browser to be installed and its profile initialized (the installer attempts to automate this, but a manual launch of Tor Browser might be necessary once).
- ⚠️On Linux, for headless execution (without a graphical display), `pyvirtualdisplay` and `xvfb` must be installed (e.g., `pip install pyvirtualdisplay && sudo apt-get install xvfb`).
Verified SafeView Analysis
remote-mcp-server
by iamthite
Provides basic arithmetic operations and random number generation via a simple API.
Provides basic arithmetic operations and random number generation via a simple API.
Setup Requirements
- ⚠️Requires Python 3.14 or higher
Verified SafeView Analysis
loops-mcp-server
by robertalv
Integrate Loops.so email marketing API into MCP-compatible clients like Claude Desktop, Cursor, or VS Code to manage contacts, send events, and transactional emails.
Integrate Loops.so email marketing API into MCP-compatible clients like Claude Desktop, Cursor, or VS Code to manage contacts, send events, and transactional emails.
Setup Requirements
- ⚠️Requires a Loops.so API Key (obtained from your Loops.so account settings)
- ⚠️Requires Node.js version 18.0.0 or higher
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop, Cursor, VS Code with MCP extension) for interaction
Verified SafeView Analysis
MCP-server-CRUD-elasticsearch
by danielsaban
Manages Italian city data through CRUD operations, exposing these capabilities as tools for AI assistants via an MCP server.
Manages Italian city data through CRUD operations, exposing these capabilities as tools for AI assistants via an MCP server.
Setup Requirements
- ⚠️Requires Docker & Docker Compose for full setup (Elasticsearch and CRUD API).
- ⚠️Requires Node.js 20+.
- ⚠️The MCP server depends on the CRUD API server being actively running.
Verified SafeView Analysis
devops_server
by AmrKhater0011
An end-to-end example project showcasing automated software deployment of a full-stack server application.
An end-to-end example project showcasing automated software deployment of a full-stack server application.
Setup Requirements
- ⚠️Requires a PostgreSQL database instance.
- ⚠️Requires a NATS server instance for messaging.
- ⚠️Requires a Discord webhook URL for notifications.
- ⚠️Requires Google Cloud credentials and a bucket for database backups.
Review RequiredView Analysis
MCPTox-Benchmark
by zhiqiangwang4
This server provides a collection of intentionally vulnerable and manipulated tool definitions designed for benchmarking and testing the security robustness of AI agents or systems interacting with diverse external services.
This server provides a collection of intentionally vulnerable and manipulated tool definitions designed for benchmarking and testing the security robustness of AI agents or systems interacting with diverse external services.
Setup Requirements
- ⚠️Extreme Security Risk: Running this server will intentionally execute malicious operations, leading to severe data loss, privacy breaches, and infrastructure damage on the system it operates on or interacts with. This is not a benign benchmark.
- ⚠️Requires Access to Sensitive System Resources: Many tools attempt to read/write critical system files (/etc/passwd, ~/.ssh/id_rsa) or perform network exfiltration, requiring elevated permissions and access to external services (file system, network, browser, various APIs like GitHub, Slack, etc.).
- ⚠️Complex Malicious Chain Dependencies: The 'Template-1' and 'Template-2' paradigms enforce specific pre-conditions that must be met (often involving another malicious action) before the primary tool can even be called, making interaction and analysis complex.
Review RequiredView Analysis
3d-printing-tools
by nbjoin
Provides AI-powered tools and knowledge base services for 3D printing assistance, including G-code analysis, troubleshooting, and settings optimization for FlashForge printers.
Provides AI-powered tools and knowledge base services for 3D printing assistance, including G-code analysis, troubleshooting, and settings optimization for FlashForge printers.
Setup Requirements
- ⚠️Implicit dependency on 'better-sqlite3' for the 'knowledge-base' server, which is a native Node.js module and often requires system-level build tools (e.g., Python, C++ compiler) to be installed for 'npm install' to succeed.
- ⚠️Requires integration into the Model Context Protocol (MCP) ecosystem (e.g., via VS Code extension) as these are not standalone web services.
Review RequiredView Analysis
svt-texttv-mcp
by isakskogstad
Access Swedish teletext content (news, sports, weather, TV schedules) from SVT Text-TV via the Model Context Protocol.
Access Swedish teletext content (news, sports, weather, TV schedules) from SVT Text-TV via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
Verified SafeView Analysis
mysql-mcp-server
by yukihito-jokyu
A Model Context Protocol (MCP) server providing read-only access to MySQL database schema information and sample data for LLM agents or backend development.
A Model Context Protocol (MCP) server providing read-only access to MySQL database schema information and sample data for LLM agents or backend development.
Setup Requirements
- ⚠️Requires a running MySQL database.
- ⚠️The default MySQL port in the CLI options is `8080`, which is uncommon for MySQL (typically `3306`). Users must explicitly set `--port 3306` or use a correct port for their MySQL instance.