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)
wcgw
by rusiaaman
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
Empowering chat applications to code, build, and run on your local machine by providing tightly integrated shell and code editing tools.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid) or Anthropic API Key (Paid)
- ⚠️Requires `uv` for easy installation (manual installation needed if not globally available)
- ⚠️Requires `screen` for multiplex terminal features (optional, but used by default for better experience)
- ⚠️Requires Python 3.11+
Review RequiredView Analysis
amanmcp
by Aman-CERP
High-performance local text embedding for codebases using MLX on Apple Silicon, serving as a component within the AmanMCP local RAG system.
High-performance local text embedding for codebases using MLX on Apple Silicon, serving as a component within the AmanMCP local RAG system.
Setup Requirements
- ⚠️Requires macOS with Apple Silicon (M1/M2/M3/M4) CPU architecture.
- ⚠️Requires Python 3.9+ runtime environment.
- ⚠️Needs approximately 5GB of free disk space for the 8B model.
- ⚠️Performs a large model download (~4.5GB for 8B model) on the first run.
Verified SafeView Analysis
concierge
by Agentic-Web-Interfaces
A framework for building and serving agentic workflows, enabling autonomous agents to interact with application services through structured stages and tasks.
A framework for building and serving agentic workflows, enabling autonomous agents to interact with application services through structured stages and tasks.
Setup Requirements
- ⚠️Requires Python 3.9+
Verified SafeView Analysis
toon-mcp
by copyleftdev
Provides TOON format encoding/decoding as an MCP or HTTP server for LLM token cost optimization.
Provides TOON format encoding/decoding as an MCP or HTTP server for LLM token cost optimization.
Setup Requirements
- ⚠️Building from source requires the Rust toolchain (cargo).
- ⚠️Running in HTTP mode requires building with `--features http` (default build is for MCP mode).
- ⚠️Integrating with specific LLM clients (Claude Desktop/CLI, Cursor IDE) requires manual client-side JSON configuration.
Verified SafeView Analysis
amazon-order-mcp
by muness
Allows AI assistants to query Amazon order history by wrapping the amazon-orders Python library.
Allows AI assistants to query Amazon order history by wrapping the amazon-orders Python library.
Setup Requirements
- ⚠️Requires Amazon login credentials (email and password, potentially a 2FA OTP code or secret key).
- ⚠️Relies on web scraping Amazon.com, which is unofficial, may break if Amazon changes its site structure, and could lead to Amazon account flagging or suspension.
- ⚠️Only supports the English Amazon.com site.
Verified SafeView Analysis
MCP-Security-Proxy
by polymons
Transparent security proxy for LLM tool interactions, employing ensemble anomaly detection to classify requests as benign or malicious.
Transparent security proxy for LLM tool interactions, employing ensemble anomaly detection to classify requests as benign or malicious.
Setup Requirements
- ⚠️Requires Docker and Docker Compose for orchestration of multiple services.
- ⚠️Optimal performance for the local LLM service requires an NVIDIA GPU with appropriate drivers (configurable via `LLM_N_GPU_LAYERS`).
- ⚠️Cloud LLM service (OpenAI/Gemini) requires a paid API key (`CLOUD_OPENAI_API_KEY` or `CLOUD_GOOGLE_API_KEY`) if selected as the LLM backend.
- ⚠️Pre-trained models for the detectors (`.pt` files) are expected or must be generated via the `research/tools/train_models.py` script, which can be computationally intensive.
Verified SafeView Analysis
Grigori
by andres-m-rodriguez
Grigori provides semantic code search, persistent memory, and codebase intelligence for AI assistants, enhancing their contextual awareness of .NET projects.
Grigori provides semantic code search, persistent memory, and codebase intelligence for AI assistants, enhancing their contextual awareness of .NET projects.
Setup Requirements
- ⚠️Requires .NET 10 SDK to run from source.
- ⚠️The Docker 'slim' image downloads a ~400MB embedding model on first run.
- ⚠️The full dashboard and 'consciousness daemon' UI is currently Windows-only (WPF-based tray application).
- ⚠️May require a paid VoyageAI API Key if configured to use `voyage-code-3` for embeddings instead of local ONNX.
Review RequiredView Analysis
awesome-mcp-api
by kawsarlog
A curated directory of Model Context Protocol (MCP) APIs designed to be integrated into AI agents, LLM workflows, and automation frameworks.
A curated directory of Model Context Protocol (MCP) APIs designed to be integrated into AI agents, LLM workflows, and automation frameworks.
Verified SafeView Analysis
spec-workflow-mcp
by Pimzino
Facilitates structured, specification-driven software development by providing a workflow engine, real-time dashboards, and tools for task management, approvals, and detailed implementation logging, integrated with AI agents and VSCode.
Facilitates structured, specification-driven software development by providing a workflow engine, real-time dashboards, and tools for task management, approvals, and detailed implementation logging, integrated with AI agents and VSCode.
Setup Requirements
- ⚠️The real-time web dashboard must be started as a separate, independent process before any MCP servers connect to it.
- ⚠️Requires a specific project root path as a mandatory argument for the MCP server instance.
- ⚠️In sandboxed or Docker environments, path translation environment variables (`SPEC_WORKFLOW_HOST_PATH_PREFIX`, `SPEC_WORKFLOW_CONTAINER_PATH_PREFIX`) may be necessary for correct file access within the project context.
Verified SafeView Analysis
uaip
by concierge-hq
A demo server for the Universal Agent Interactive Protocol (UAIP), showcasing a minimal e-commerce checkout workflow designed for interaction with autonomous agents.
A demo server for the Universal Agent Interactive Protocol (UAIP), showcasing a minimal e-commerce checkout workflow designed for interaction with autonomous agents.
Setup Requirements
- ⚠️Requires Python 3.9+.
Verified SafeView Analysis
mcp-servers
by charIesding
A foundational Python project providing basic components and utilities for building modular server-like applications.
A foundational Python project providing basic components and utilities for building modular server-like applications.
Setup Requirements
- ⚠️The `requirements.txt` file is not provided, though the current code primarily uses standard Python libraries, so immediate dependencies might be minimal.
- ⚠️The `mcp_servers/main.py` file exhibits extensive code duplication across many utility functions (e.g., `measure_time`, `format_output`, `get_version`, `load_json`, `chunk_list`, `retry`, `safe_process`, `process_batch`, `setup_logging`). This suggests potential issues in code organization and maintainability.
Verified SafeView Analysis
finance-trading-ai-agents-mcp
by aitrados
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
Setup Requirements
- ⚠️Requires AITRADOS_SECRET_KEY obtained via free registration at https://www.aitrados.com/.
- ⚠️Requires Python 3.10 or higher.
- ⚠️Broker integration (if enabled via `ENABLE_RPC_PUBSUB_SERVICE` and `auto_run_brokers`) requires the `aitrados-broker` package and specific configuration in `config.toml`.