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
by fazilataqveem19
This project implements a basic server for a Minecraft-like protocol, handling client connections, packet processing, and fundamental game state.
This project implements a basic server for a Minecraft-like protocol, handling client connections, packet processing, and fundamental game state.
Setup Requirements
- ⚠️Requires Python 3
Verified SafeView Analysis
newyork-taxi-mcp-server-project
by Raghav0005
Provides analytical insights and search capabilities for NYC taxi trip data from January 2025.
Provides analytical insights and search capabilities for NYC taxi trip data from January 2025.
Setup Requirements
- ⚠️Requires significant local data files (parquet, csv) to be present in a 'data' directory (3.5M+ trips).
- ⚠️Requires pre-installation of Python libraries: pandas, pyarrow, fastmcp, whoosh.
- ⚠️Initial setup involves generating a Whoosh search index (548k documents) which can take time and disk space.
Verified SafeView Analysis
yfnhanced-mcp
by kanishka-namdeo
Provides a resilient and validated financial data infrastructure for AI assistants, transforming unreliable APIs into dependable sources for investment platforms and trading systems.
Provides a resilient and validated financial data infrastructure for AI assistants, transforming unreliable APIs into dependable sources for investment platforms and trading systems.
Setup Requirements
- ⚠️Significant financial statement tools (`get_balance_sheet`, `get_income_statement`, `get_cash_flow_statement`) are currently broken due to deprecation of underlying Yahoo Finance APIs and validation issues with the new `fundamentalsTimeSeries` API.
- ⚠️Crypto (`get_crypto_quote`) and Forex (`get_forex_quote`) tools return placeholder/mock data, not real-time values, requiring custom implementation for live data.
- ⚠️Other tools like `get_news` and `get_options` are reported to be broken due to API integration issues ('invalid options', 'set-cookie header missing'), requiring fixes to the Yahoo Finance library interaction.
Verified SafeView Analysis
MCP-Control-Lite
by ganeshmalkar
Manages Model Context Protocol (MCP) servers for AI coding assistants on macOS, offering configuration, synchronization, and monitoring capabilities through a native desktop GUI and CLI.
Manages Model Context Protocol (MCP) servers for AI coding assistants on macOS, offering configuration, synchronization, and monitoring capabilities through a native desktop GUI and CLI.
Setup Requirements
- ⚠️Requires macOS 10.15 (Catalina) or higher.
- ⚠️Requires Node.js and npm for installing and managing MCP server packages from NPM.
- ⚠️Relies on system binaries like 'curl' and 'mdfind' being available and functioning correctly.
Review RequiredView Analysis
Varon-AI
by kyisoe101
Varon AI is an intelligent multi-agent system designed to automate everyday tasks, including web search, messaging, coding, design, and data scraping, by coordinating a team of specialized AI agents.
Varon AI is an intelligent multi-agent system designed to automate everyday tasks, including web search, messaging, coding, design, and data scraping, by coordinating a team of specialized AI agents.
Setup Requirements
- ⚠️Requires Node.js 18+.
- ⚠️Requires a MongoDB instance and `MONGO_URL` environment variable.
- ⚠️Requires a Google Cloud Project with OAuth client ID and secret (`GOOGLE_CLIENT_ID`, `GOOGLE_CLIENT_SECRET`).
- ⚠️Requires an SMTP service (e.g., Brevo) and credentials (`SMTP_USER`, `SMTP_PASSWORD`) for email verification.
- ⚠️Requires a Google Gemini API Key, likely two separate keys (`VARON_AI_API_KEY`, `VARON_AI_TEAM_API_KEY`) for main AI and specialist agents.
- ⚠️Requires a SerpAPI Key for web search capabilities.
- ⚠️Puppeteer (used for scraping) may require additional OS-specific dependencies (e.g., browser binaries, `libgconf-2-4` on Linux).
Verified SafeView Analysis
odoo-mcp-server
by deeprunnerai
An MCP server enabling AI assistants like Claude to interact with Odoo ERP for reading and writing data across various modules.
An MCP server enabling AI assistants like Claude to interact with Odoo ERP for reading and writing data across various modules.
Setup Requirements
- ⚠️Requires Node.js (version 18+) installed locally on the user's machine.
- ⚠️Requires manual configuration in Claude Code's settings (~/.claude.json) including the absolute path to the server's executable.
- ⚠️Odoo authentication credentials (URL, DB, username, password) must be securely provided as environment variables.
Verified SafeView Analysis
mcp-prometheus
by jeanlopezxyz
MCP Server for Prometheus monitoring, enabling AI assistants to query metrics, analyze trends, and monitor infrastructure health.
MCP Server for Prometheus monitoring, enabling AI assistants to query metrics, analyze trends, and monitor infrastructure health.
Setup Requirements
- ⚠️Requires Java 21+
- ⚠️Requires a running Prometheus instance accessible from the server
Verified SafeView Analysis
MCP-OneNote-golang
by gebl
Seamless integration of AI assistants with Microsoft OneNote for knowledge management and content organization via the Model Context Protocol (MCP).
Seamless integration of AI assistants with Microsoft OneNote for knowledge management and content organization via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Microsoft Azure App Registration with 'Notes.ReadWrite' delegated API permissions and a configured redirect URI.
- ⚠️Requires Go 1.21+ for local development or Docker Engine for containerized deployment.
- ⚠️OAuth 2.0 PKCE authentication flow requires a one-time browser interaction for initial setup or re-authentication.
Verified SafeView Analysis
secpluger
by Aldiharley
Automates multi-step penetration testing workflows, including reconnaissance, vulnerability scanning, exploitation, and reporting, with AI orchestration and evidence collection.
Automates multi-step penetration testing workflows, including reconnaissance, vulnerability scanning, exploitation, and reporting, with AI orchestration and evidence collection.
Setup Requirements
- ⚠️Requires installation of numerous external security tools (e.g., Nmap, Gobuster, SQLMap, Nuclei, Nikto, tshark, mitmproxy, hydra, rustscan, playwright).
- ⚠️Many tools require root/sudo privileges or specific user permissions (e.g., tshark/Wireshark requires adding user to 'wireshark' group and setting dumpcap permissions).
- ⚠️BurpSuite integration requires BurpSuite Professional and 'burp-rest-api' running separately.
- ⚠️Screenshot capture requires Playwright to be installed and browser binaries downloaded ('playwright install chromium').
- ⚠️Optimal functionality may require an NVD API key for comprehensive CVE lookups.
Review RequiredView Analysis
mcp-server
by charlesdassonville
Acts as a generic server application, its specific purpose cannot be determined without source code.
Acts as a generic server application, its specific purpose cannot be determined without source code.
Review RequiredView Analysis
mcp-skeleton-python
by deb-sahu
A generic template for building Model Context Protocol (MCP) servers with a modular architecture for plug-and-play business logic.
A generic template for building Model Context Protocol (MCP) servers with a modular architecture for plug-and-play business logic.
Setup Requirements
- ⚠️Requires Poetry for local development
- ⚠️Requires Python 3.10+
- ⚠️Example tools must be replaced with your custom business logic for actual use cases
Verified SafeView Analysis
MCP-SERVER
by Avidan87
Estimates food portion sizes from images using depth estimation for a KAI agent, focusing on Nigerian cuisine.
Estimates food portion sizes from images using depth estimation for a KAI agent, focusing on Nigerian cuisine.
Setup Requirements
- ⚠️Initial Docker build can take 15-20 minutes due to the Depth Anything V2 model download (~100MB).
- ⚠️Warm inference on CPU (e.g., Railway serverless) can take 30-60 seconds per request, leading to long response times and high CPU-hour consumption.