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)
cezzis-com-cocktails-mcp
by mtnvencenzo
Provides a Model Context Protocol (MCP) server that gives AI agents secure, first-class access to Cezzis.com cocktail data for searching, retrieving details, authenticating, and rating cocktails.
Provides a Model Context Protocol (MCP) server that gives AI agents secure, first-class access to Cezzis.com cocktail data for searching, retrieving details, authenticating, and rating cocktails.
Setup Requirements
- ⚠️Requires Go 1.25+ for local development and compilation.
- ⚠️Requires a subscription key (`COCKTAILS_API_XKEY`) for the upstream Cezzis.com Cocktails API and `AISEARCH_API_XKEY` for Azure AI Search, which must be provided via environment variables or Azure Key Vault.
- ⚠️Full functionality (e.g., user ratings, login) depends on proper configuration of Auth0 (`AUTH0_DOMAIN`, `AUTH0_CLIENT_ID`, `AUTH0_AUDIENCE`, `AUTH0_SCOPES`) and Azure CosmosDB (`COSMOS_CONNECTION_STRING` or `COSMOS_ACCOUNT_ENDPOINT`, `COSMOS_DATABASE_NAME`, `COSMOS_CONTAINER_NAME`) for secure token storage.
Verified SafeView Analysis
Merinfo.se-MCP
by KSAklfszf921
A Model Context Protocol server for retrieving and analyzing Swedish company information from merinfo.se and allabolag.se, using robust web scraping and intelligent caching mechanisms.
A Model Context Protocol server for retrieving and analyzing Swedish company information from merinfo.se and allabolag.se, using robust web scraping and intelligent caching mechanisms.
Setup Requirements
- ⚠️Requires Node.js 18+ and npm/yarn for execution.
- ⚠️Playwright browser dependencies (Chromium) might require additional system-level packages depending on the host environment and configuration (e.g., outside of Docker, or without a specified `PLAYWRIGHT_CHROMIUM_EXECUTABLE_PATH`).
- ⚠️An initial database setup is required by running `npm run setup-db` before starting the server.
Verified SafeView Analysis
cursor-n8n-builder
by Khanhshuyen
An MCP server enabling AI assistants to manage n8n workflows (create, update, delete, activate, deactivate, and trigger) and view execution details via the n8n REST API.
An MCP server enabling AI assistants to manage n8n workflows (create, update, delete, activate, deactivate, and trigger) and view execution details via the n8n REST API.
Setup Requirements
- ⚠️Requires Node.js 18+ to run.
- ⚠️Requires a running n8n instance with API access enabled.
- ⚠️Mandatory environment variables: N8N_API_URL and N8N_API_KEY.
- ⚠️Requires manual configuration in Cursor's .cursor/mcp.json (automated by the 'setup' command, but still a specific step).
Verified SafeView Analysis
ai-memory-mcp
by lapino-web
Provides Claude Desktop with access to an external AI memory system for context retrieval.
Provides Claude Desktop with access to an external AI memory system for context retrieval.
Setup Requirements
- ⚠️Requires SSH access to a remote server, and configuration to run as `root` (security risk; a dedicated user with minimal permissions is recommended).
- ⚠️Assumes an existing AI Memory System is accessible by the remote server where the script runs.
- ⚠️Requires manual deployment of the `ai_memory_mcp_server.py` script to the `/tmp/ai-memory-mcp/` directory on the remote server.
Review RequiredView Analysis
mcp-server-agent
by suman724
Demonstrates an intelligent agent utilizing an MCP (Model Context Protocol) server for mathematical operations and showcases Agent-to-Agent (A2A) communication.
Demonstrates an intelligent agent utilizing an MCP (Model Context Protocol) server for mathematical operations and showcases Agent-to-Agent (A2A) communication.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️The MCP server must be running (`make server`) for the agent and client to function.
- ⚠️The Calculator Agent must be running in A2A server mode (`make run-agent-server`) for the A2A invoker.
- ⚠️An LLM API key (e.g., `API_KEY` for Gemini) or a configured local LLM (e.g., Ollama with LiteLLM) is needed for the agent's intelligent capabilities.
Verified SafeView Analysis
rust-ethereum-mcp-server
by altbee
A minimal JSON-RPC server for interacting with Ethereum, providing balance queries, Uniswap V2 token price lookups, and swap simulations.
A minimal JSON-RPC server for interacting with Ethereum, providing balance queries, Uniswap V2 token price lookups, and swap simulations.
Setup Requirements
- ⚠️Requires an Ethereum RPC URL (e.g., Infura/Alchemy, which can be a paid service) set in ETH_RPC_URL.
- ⚠️The 'swap_tokens' simulation requires WALLET_PRIVATE_KEY to be set for the 'from' address to perform gas estimation. Without it, this specific method will fail.
- ⚠️Only supports Uniswap V2; Uniswap V3 or other DEXes are not supported.
Verified SafeView Analysis
perplexity-mcp-server
by alephtex
Integrates Perplexity AI for web search capabilities into a Model Context Protocol (MCP) client.
Integrates Perplexity AI for web search capabilities into a Model Context Protocol (MCP) client.
Setup Requirements
- ⚠️Requires a Perplexity AI API Key (Paid service)
- ⚠️Requires Python 3.10+ to run
- ⚠️Dependencies must be installed via `pip install -r requirements.txt`
Verified SafeView Analysis
echo-mcp-server
by aadversteeg
A simple echo server implementing the Model Context Protocol (MCP) to demonstrate custom MCP server creation and echo messages.
A simple echo server implementing the Model Context Protocol (MCP) to demonstrate custom MCP server creation and echo messages.
Setup Requirements
- ⚠️Requires .NET 10.0 SDK for local development/deployment.
- ⚠️Requires Docker for container deployment.
Verified SafeView Analysis
mcp-base-mcp-pibe
by bioanywhere
A Model Context Protocol (MCP) server that provides onchain tools for AI applications to interact with the Base Network and Coinbase API, enabling various blockchain and DeFi operations.
A Model Context Protocol (MCP) server that provides onchain tools for AI applications to interact with the Base Network and Coinbase API, enabling various blockchain and DeFi operations.
Setup Requirements
- ⚠️Requires multiple API keys (Coinbase Developer Platform, Alchemy, Neynar, OpenRouter) which may involve registration and potentially costs.
- ⚠️A wallet seed phrase is required for all write operations and sensitive local configuration, necessitating careful handling and security practices.
- ⚠️The initialization CLI writes sensitive credentials in plain text to client configuration files (e.g., Claude Desktop, Cursor) on the local machine.
Review RequiredView Analysis
awesome-ecommerce-mcp
by BlockRunAI
This repository serves as a curated 'Awesome List' of Model Context Protocol (MCP) servers relevant to e-commerce, retail, and online stores, providing a directory for developers and AI agents.
This repository serves as a curated 'Awesome List' of Model Context Protocol (MCP) servers relevant to e-commerce, retail, and online stores, providing a directory for developers and AI agents.
Verified SafeView Analysis
pharos-mcp
by ekkerdthomas
A Model Context Protocol (MCP) server that enables natural language querying and schema exploration of SYSPRO ERP SQL databases for non-technical users via Claude Desktop.
A Model Context Protocol (MCP) server that enables natural language querying and schema exploration of SYSPRO ERP SQL databases for non-technical users via Claude Desktop.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires access to a SYSPRO SQL Server database.
- ⚠️Requires Claude Desktop for end-user access and integration configuration.
- ⚠️Requires manual creation and population of a `.env` file for database credentials.
- ⚠️Windows users typically need WSL configured for Claude Desktop integration.
Verified SafeView Analysis
sonarlint-mcp-server
by ptitmonnstree
Provides SonarLint-powered code quality analysis, bug detection, and quick fixes as an MCP server for AI clients like Claude Desktop.
Provides SonarLint-powered code quality analysis, bug detection, and quick fixes as an MCP server for AI clients like Claude Desktop.
Setup Requirements
- ⚠️Requires Node.js v22.7.5 or higher to run the server.
- ⚠️Initial setup (via 'npm install' or first 'npx' run) downloads the SonarLint Java backend and plugins (approx. 70MB) via a postinstall script, which can take time and requires internet access.
- ⚠️Relies on a Java Runtime Environment (JRE 17) for its SLOOP backend, although a JRE is bundled and automatically set up; environmental conflicts or issues with the bundled JRE could cause friction.