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(9120)
mendix-mcp-server
by jordnlvr
A self-learning Model Context Protocol (MCP) server providing expert-level Mendix development assistance, including knowledge base queries, project and theme analysis, code generation patterns, and troubleshooting, with support for semantic search and auto-harvesting.
A self-learning Model Context Protocol (MCP) server providing expert-level Mendix development assistance, including knowledge base queries, project and theme analysis, code generation patterns, and troubleshooting, with support for semantic search and auto-harvesting.
Setup Requirements
- ⚠️Requires OpenAI or Azure OpenAI API Key (Paid) for high-quality vector embeddings, falls back to local TF-IDF if not configured.
- ⚠️Requires Pinecone API Key (Free tier available, but usage costs apply) for semantic search.
- ⚠️Requires Supabase account (Free tier available) for persistent cloud knowledge storage.
- ⚠️Project analysis (`/analyze`, `/analyze-theme`) functionality is disabled in cloud deployments due to requiring local filesystem access to `.mpr` files or project directories.
- ⚠️The `SyncReminder` module relies on `git` being installed and configured locally for repository synchronization tasks.
Review RequiredView Analysis
mcp-monumenten
by woonstadrotterdam
Enables AI assistants to check monumental status of Dutch addresses.
Enables AI assistants to check monumental status of Dutch addresses.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
Verified SafeView Analysis
container-manager-mcp
by Sunako26
Manages Docker, Podman, and Docker Swarm containers via a centralized Multi-Agent Communication Protocol (MCP) server for Agentic AI.
Manages Docker, Podman, and Docker Swarm containers via a centralized Multi-Agent Communication Protocol (MCP) server for Agentic AI.
Setup Requirements
- ⚠️Requires Docker or Podman daemon to be installed and running on the host system.
- ⚠️Python 3.10 or higher is required.
- ⚠️If using Podman on Windows/WSL2, 'podman machine' must be running and accessible.
Verified SafeView Analysis
crypto-price-mcp-server
by David200308
Provides cryptocurrency price checking across multiple exchanges and sends email alerts.
Provides cryptocurrency price checking across multiple exchanges and sends email alerts.
Setup Requirements
- ⚠️Requires Node.js >=18.0.0 and pnpm >=10.0.0.
- ⚠️Requires a Resend API Key for email functionality (RESEND_API_KEY).
- ⚠️Optional API keys (COINMARKETCAP_API_KEY, MORALIS_API_KEY, ETHERSCAN_API_KEY) can enhance token address resolution but are not strictly required for core functionality.
Verified SafeView Analysis
mcp-evals
by wolfeidau
A Go library and CLI for evaluating Model Context Protocol (MCP) servers using Claude, employing an agentic evaluation loop and detailed grading across multiple dimensions.
A Go library and CLI for evaluating Model Context Protocol (MCP) servers using Claude, employing an agentic evaluation loop and detailed grading across multiple dimensions.
Setup Requirements
- ⚠️Requires an Anthropic API Key (Paid Service) for LLM interactions.
- ⚠️Requires a Go development environment (Go 1.25+) to build from source, or relies on `install.sh` for pre-built binaries.
- ⚠️Requires a functional target MCP server (either a local executable or a network service) that the tool will connect to and evaluate. This target server's dependencies (e.g., Node.js for `npx @modelcontextprotocol/server-filesystem`) must also be met.
Verified SafeView Analysis
MCP-Server-Ideas
by danielrosehill
Planning and documentation for Model Context Protocol (MCP) servers to extend AI capabilities by integrating with external APIs such as Green Invoice for invoicing and Homebox for inventory management.
Planning and documentation for Model Context Protocol (MCP) servers to extend AI capabilities by integrating with external APIs such as Green Invoice for invoicing and Homebox for inventory management.
Setup Requirements
- ⚠️Requires API keys for Green Invoice API (Paid/Account needed)
- ⚠️Requires API keys for Homebox API (Paid/Account needed)
Verified SafeView Analysis
unsloth-mcp-server
by ScientiaCapital
An MCP server enabling Claude Code users to orchestrate LLM fine-tuning workflows, manage GPU resources, and generate training data, leveraging Unsloth's performance optimizations.
An MCP server enabling Claude Code users to orchestrate LLM fine-tuning workflows, manage GPU resources, and generate training data, leveraging Unsloth's performance optimizations.
Setup Requirements
- ⚠️Requires Python 3.10-3.12 (not 3.13).
Verified SafeView Analysis
mcp_server_2ex
by kuc-arc-f
This server acts as a Next.js application providing a Remote Procedure Call (RPC) interface for Retrieval Augmented Generation (RAG) search using PostgreSQL with pgvector for vector storage and Google Generative AI for language model inference.
This server acts as a Next.js application providing a Remote Procedure Call (RPC) interface for Retrieval Augmented Generation (RAG) search using PostgreSQL with pgvector for vector storage and Google Generative AI for language model inference.
Setup Requirements
- ⚠️Requires PostgreSQL with pgvector extension running.
- ⚠️Requires Google API Key (Paid service).
- ⚠️Weak default database credentials (`PG_PASSWORD=admin`) in environment variable examples.
- ⚠️The /api/mcp endpoint lacks any authorization, making it publicly accessible.
Review RequiredView Analysis
mcp_server
by eduoncode
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.
This server implements the Model Context Protocol (MCP) to expose developer-defined tools as a HTTP API, specifically demonstrating a task creation tool.
Setup Requirements
- ⚠️Requires environment variables (e.g., PORT) to be set via .env file or system environment.
- ⚠️Requires a TypeScript build step (`tsc`) before running in production, or `tsx` for development.
Verified SafeView Analysis
oeis-mcp-server-rs
by 23prime
Accesses and analyzes OEIS (Online Encyclopedia of Integer Sequences) data via the Model Context Protocol.
Accesses and analyzes OEIS (Online Encyclopedia of Integer Sequences) data via the Model Context Protocol.
Setup Requirements
- ⚠️Docker is recommended for easy deployment.
- ⚠️Development requires Taskfile and mise.
Verified SafeView Analysis
chrometools-mcp
by docentovich
MCP server for browser automation, web scraping, and UI testing using Puppeteer, enhanced with AI-powered element finding, page analysis, visual UI recording, and Figma design-to-code validation.
MCP server for browser automation, web scraping, and UI testing using Puppeteer, enhanced with AI-powered element finding, page analysis, visual UI recording, and Figma design-to-code validation.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0.
- ⚠️For GUI mode in Windows Subsystem for Linux (WSL), it requires VcXsrv Windows X Server on Windows with 'Disable access control' enabled, and the `DISPLAY` environment variable configured to the Windows host IP (e.g., `DISPLAY=172.25.96.1:0`).
- ⚠️Figma-related tools require a Figma Personal Access Token, preferably set via the `FIGMA_TOKEN` environment variable.
Review RequiredView Analysis
sejm-mcp
by janisz
Serves as a Model Context Protocol (MCP) server providing AI assistants with access to real-time Polish parliamentary data (Sejm API) and legal documents (European Legislation Identifier - ELI API).
Serves as a Model Context Protocol (MCP) server providing AI assistants with access to real-time Polish parliamentary data (Sejm API) and legal documents (European Legislation Identifier - ELI API).
Setup Requirements
- ⚠️Requires Go 1.21+ for building from source (development setup).
- ⚠️Relies on external Polish government APIs (api.sejm.gov.pl) for all data, requiring active internet connectivity.
- ⚠️Docker is the recommended deployment method, adding a dependency on Docker runtime.