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-simulator
by atlanssia
Simulate Model Context Protocol (MCP) servers with dynamic configuration and AI-powered mock data generation, facilitating MCP client development, API prototyping, and integration testing.
Simulate Model Context Protocol (MCP) servers with dynamic configuration and AI-powered mock data generation, facilitating MCP client development, API prototyping, and integration testing.
Setup Requirements
- ⚠️Requires an LLM API Key (e.g., OpenAI, SiliconFlow, ModelScope) for AI-powered features, which can incur costs.
- ⚠️Go 1.22+ and Node.js 18+ (with npm) are prerequisites for building the application from source.
- ⚠️Virtual servers cannot currently be deleted via the API or Web UI, which can lead to accumulation if not managed manually in the `./data` directory.
Verified SafeView Analysis
mcp-maven-deps
by toms74209200
Provides a Model Context Protocol (MCP) server for searching Maven and Gradle dependencies.
Provides a Model Context Protocol (MCP) server for searching Maven and Gradle dependencies.
Setup Requirements
- ⚠️Requires Deno 2.0.0 or later.
- ⚠️Requires network permission (`--allow-net`) when run with Deno.
- ⚠️Pre-built binary usage is currently Linux-specific and requires manual installation steps.
Verified SafeView Analysis
property-MCP
by noahw345
Connects Claude AI to real estate data via the ATTOM Data API to fetch property information for a given address.
Connects Claude AI to real estate data via the ATTOM Data API to fetch property information for a given address.
Setup Requirements
- ⚠️Requires an ATTOM_API_KEY, which typically involves a paid subscription or registration with ATTOM Data Solutions.
- ⚠️Requires Python 3.12+ (implied by Claude Desktop configuration example).
Verified SafeView Analysis
solid5-geo-mcp
by GustaafS
A geo-spatial chatbot and Model Context Protocol (MCP) server for querying Microsoft Fabric SQL databases.
A geo-spatial chatbot and Model Context Protocol (MCP) server for querying Microsoft Fabric SQL databases.
Setup Requirements
- ⚠️Requires Anthropic API Key (Paid)
- ⚠️Requires Python 3.11+
- ⚠️Requires Microsoft Fabric SQL database configuration with geo-spatial data (specific schema expected)
- ⚠️Requires ODBC Driver 18 for SQL Server
- ⚠️Azure AD setup is required for full authentication features (Auth_Enabled=true by default)
Verified SafeView Analysis
SpaceMissionLaunchPrep
by tsinviking
A multi-agent system that streamlines SpaceX rideshare payload integration by providing AI-driven tools for fit checks, hazard classification, cost estimates, document checklists, timelines, and orbital dynamics.
A multi-agent system that streamlines SpaceX rideshare payload integration by providing AI-driven tools for fit checks, hazard classification, cost estimates, document checklists, timelines, and orbital dynamics.
Setup Requirements
- ⚠️The `ingest.py` script must be run once to download PDF manuals and initialize the local ChromaDB vector store before the server can start.
- ⚠️Requires internet access during the initial ingestion phase to download PDF manuals and during operation for real-time orbital data.
Verified SafeView Analysis
mcp-homescan
by aplaceforallmystuff
MCP server for local network device discovery, security scanning, and inventory management, with support for Obsidian export.
MCP server for local network device discovery, security scanning, and inventory management, with support for Obsidian export.
Setup Requirements
- ⚠️Requires Node.js 18+
- ⚠️Only runs on macOS or Linux (relies on the `arp` command)
- ⚠️Correct `HOMESCAN_SUBNET` environment variable configuration is crucial for proper network scanning
Verified SafeView Analysis
mcp-product-server
by jashpal2003
Provides a Micro-Capability Protocol (MCP) endpoint for retrieving mock product usage analytics for specific customers.
Provides a Micro-Capability Protocol (MCP) endpoint for retrieving mock product usage analytics for specific customers.
Setup Requirements
- ⚠️Requires Node.js runtime (version 14 or higher recommended based on Express.js dependencies).
Verified SafeView Analysis
xcf.ai
by SuperBox64
This repository hosts the static website for xcf.ai, an Xcode MCP Server, primarily serving as a documentation and marketing platform.
This repository hosts the static website for xcf.ai, an Xcode MCP Server, primarily serving as a documentation and marketing platform.
Verified SafeView Analysis
mcp-tutorial
by belyaerenturk
This project serves as a basic tutorial or example for developing Minecraft Forge mods for version 1.12.2.
This project serves as a basic tutorial or example for developing Minecraft Forge mods for version 1.12.2.
Setup Requirements
- ⚠️Requires Java Development Kit (JDK) to build and run.
- ⚠️Requires a Minecraft Forge 1.12.2 installation to run.
- ⚠️Requires Gradle for building the mod.
Verified SafeView Analysis
reactnative-mcp-server
by danve
Provides searchable access to NativePHP documentation for AI assistants via an MCP server.
Provides searchable access to NativePHP documentation for AI assistants via an MCP server.
Setup Requirements
- ⚠️Requires Python 3.8 or higher.
- ⚠️Requires the absolute path to the server's Python executable and script for Claude Desktop integration.
Verified SafeView Analysis
esic-mcp-courses
by callebescos
A web server for managing educational courses, likely involving user authentication and database interaction for course content.
A web server for managing educational courses, likely involving user authentication and database interaction for course content.
Setup Requirements
- ⚠️Requires a PostgreSQL database instance to be running and accessible.
- ⚠️Node.js and npm must be installed.
- ⚠️The hardcoded cookie secret 'your-secret-key' must be replaced with an environment variable for production use.
Review RequiredView Analysis
WEB3-MCP
by MaitreyaM
An MCP server enabling AI agents to perform Ethereum blockchain operations, including wallet management, ERC-20 token handling, DeFi swaps on Uniswap V3, and generic smart contract interactions on Sepolia or Mainnet.
An MCP server enabling AI agents to perform Ethereum blockchain operations, including wallet management, ERC-20 token handling, DeFi swaps on Uniswap V3, and generic smart contract interactions on Sepolia or Mainnet.
Setup Requirements
- ⚠️Requires a valid Ethereum RPC endpoint (e.g., Infura, Alchemy) configured via `WEB3_PROVIDER_URL`, which may involve registration or paid plans for high usage.
- ⚠️Requires an `AGENT_PRIVATE_KEY` for a dedicated wallet, which carries inherent security risks and necessitates careful management and monitoring by the user.
- ⚠️Effective and safe use, especially with generic smart contract interaction, requires a solid understanding of blockchain fundamentals (addresses, gas fees, ABIs).