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)
eth_mcp_server
by hmqgg
Enables AI agents to query Ethereum balances, fetch token prices, and simulate Uniswap V3 swaps using the Model Context Protocol.
Enables AI agents to query Ethereum balances, fetch token prices, and simulate Uniswap V3 swaps using the Model Context Protocol.
Setup Requirements
- ⚠️Requires an Ethereum mainnet RPC endpoint that supports `statesOverride` for `eth_call`.
- ⚠️Requires an Ethereum private key for signing, even though transactions are only simulated; use a test key.
- ⚠️Symbol-based token resolution relies on Uniswap's official token list (`tokens.uniswap.org`); queries will fail if the list is unavailable or the token is not listed.
Verified SafeView Analysis
MCP-Server
by swgvasu-cyber
Serves as an API gateway for clients to submit SHA-256 file hashes to a backend scanner API and retrieve aggregated malware reputation results.
Serves as an API gateway for clients to submit SHA-256 file hashes to a backend scanner API and retrieve aggregated malware reputation results.
Setup Requirements
- ⚠️Requires a running backend Scanner API accessible at `http://localhost:8000` by default.
- ⚠️The `API_BASE` environment variable must be explicitly set if the backend Scanner API is located elsewhere.
Verified SafeView Analysis
mcp_server_test
by duuujin
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
This server provides a weather forecasting tool that fetches current and hourly weather data for specified geographical coordinates.
Setup Requirements
- ⚠️Python 3.11+ required
Verified SafeView Analysis
VBMCP
by VBMSaaS
Integrate VBMSaaS platform with AI Agents and IDEs via Model Context Protocol for automated resource, menu, page, and data management.
Integrate VBMSaaS platform with AI Agents and IDEs via Model Context Protocol for automated resource, menu, page, and data management.
Setup Requirements
- ⚠️Requires VBMSaaS Platform Access Credentials (VBMSAAS_API_URL, VBMSAAS_ACCESS_KEY, VBMSAAS_PLATFORM_ID) from an administrator.
- ⚠️Stored credentials (`.env.auth`, `.env.credentials`) are only Base64 encoded, not strongly encrypted, posing a risk if the host system is compromised.
- ⚠️Requires Node.js >= 18.0.0.
Verified SafeView Analysis
mcp-arxiv-server
by YHY123669
This server acts as an AI agent tool, enabling it to search and retrieve academic papers from ArXiv based on user-defined keywords.
This server acts as an AI agent tool, enabling it to search and retrieve academic papers from ArXiv based on user-defined keywords.
Setup Requirements
- ⚠️Requires 'mcp' library installation (e.g., `pip install fastmcp` or similar, as `FastMCP` is imported)
- ⚠️Requires 'httpx' library installation (e.g., `pip install httpx`)
Verified SafeView Analysis
claudecode-mcp-async-windows
by win10ogod
Provides an asynchronous, multi-instance wrapper for the Claude Code CLI, enabling parallel execution of coding tasks without blocking the main session.
Provides an asynchronous, multi-instance wrapper for the Claude Code CLI, enabling parallel execution of coding tasks without blocking the main session.
Setup Requirements
- ⚠️Requires Claude Code CLI to be installed and configured separately.
- ⚠️Requires Python 3.6+ to run the server.
Verified SafeView Analysis
mcp-server-integration
by Camiloruas
Orchestrates AI agents, internal tools, automations, and external services via a central API layer, focusing on governance and security.
Orchestrates AI agents, internal tools, automations, and external services via a central API layer, focusing on governance and security.
Setup Requirements
- ⚠️Requires OpenAI API Key (paid) for AI functionalities.
- ⚠️Requires n8n instance and API keys (`N8N_BASE_URL`, `N8N_API_KEY`, `N8N_WEBHOOK_URL`) for workflow integrations.
- ⚠️Requires a GitHub Personal Access Token (`GITHUB_TOKEN`) for GitHub issue creation.
- ⚠️API keys with defined scopes must be configured via `MCP_API_KEYS` environment variable as a JSON string.
- ⚠️The Evolution webhook secret (`EVOLUTION_WEBHOOK_SECRET`) requires proper configuration, and the related endpoint must be patched to reject invalid requests rather than just logging warnings.
Review RequiredView Analysis
test-mcp-server
by beanspapa
An MCP server designed to provide rich, interactive sports data through React widgets and text-based tools to conversational AI platforms like ChatGPT. It fetches game schedules, detailed statistics (team/player stats, standings, head-to-head), and is built for modularity and extensibility to integrate various external APIs.
An MCP server designed to provide rich, interactive sports data through React widgets and text-based tools to conversational AI platforms like ChatGPT. It fetches game schedules, detailed statistics (team/player stats, standings, head-to-head), and is built for modularity and extensibility to integrate various external APIs.
Setup Requirements
- ⚠️Requires Node.js (v20+ recommended) and npm to build React frontend assets (`npm run build` must be run).
- ⚠️Requires Python 3.8+ to run the server.
- ⚠️Requires a Sports API Key (`SPORTS_API_KEY`) for fetching real sports data; otherwise, it defaults to mock data.
- ⚠️For interactive widgets to work with conversational AI platforms (e.g., ChatGPT, Claude), the server must be publicly accessible via HTTPS (e.g., using ngrok, Cloudflare Tunnel, or a VPS with SSL).
Verified SafeView Analysis
just-bash-mcp
by dalist1
Provides a secure, sandboxed bash environment with a virtual filesystem for AI agents to execute commands.
Provides a secure, sandboxed bash environment with a virtual filesystem for AI agents to execute commands.
Setup Requirements
- ⚠️Requires Node.js (v18+) or Bun to run.
- ⚠️Custom filesystem configurations (e.g., mounting real directories for read-write or overlay) and network access require setting specific environment variables.
- ⚠️Integration with MCP clients (e.g., Claude, Cursor) involves specific JSON configuration entries.
Verified SafeView Analysis
dotnet-mcp-datetime-server
by eyjolfurgudnivatne
Provides date/time utility functions to an AI assistant like GitHub Copilot Chat via Model Context Protocol (MCP).
Provides date/time utility functions to an AI assistant like GitHub Copilot Chat via Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires .NET 10 or later installed.
- ⚠️Requires Visual Studio 2026 (November 2025 Feature Update or later).
- ⚠️Requires an active GitHub Copilot subscription.
Verified SafeView Analysis
claude-memory-server
by emmilco
Persistent memory and documentation search for AI agents, specifically for code understanding, indexing, and retrieval (RAG).
Persistent memory and documentation search for AI agents, specifically for code understanding, indexing, and retrieval (RAG).
Setup Requirements
- ⚠️Requires Qdrant vector database (Docker recommended for easy setup).
- ⚠️Python 3.9+ with `sentence-transformers` and `torch` (for optional GPU acceleration).
- ⚠️Rust toolchain is recommended for `mcp_performance_core` for optimal performance (Python fallback available).
Verified SafeView Analysis
mcp-server-manager
by marcellobatiista
Manages and configures local Model Context Protocol (MCP) servers for LLM development, supporting clients like Cursor and Claude Desktop.
Manages and configures local Model Context Protocol (MCP) servers for LLM development, supporting clients like Cursor and Claude Desktop.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Heavily relies on the `uv` Python package manager, which is installed and configured during setup.
- ⚠️Full compatibility is currently limited to Windows and macOS; Linux support is experimental/partial.