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)
LexLink-ko-mcp
by rabqatab
This MCP server provides AI agents and LLM applications with access to the Korean National Law Information API (law.go.kr), enabling search, retrieval, and analysis of Korean laws, case law, administrative rules, and AI-powered semantic search.
This MCP server provides AI agents and LLM applications with access to the Korean National Law Information API (law.go.kr), enabling search, retrieval, and analysis of Korean laws, case law, administrative rules, and AI-powered semantic search.
Setup Requirements
- ⚠️Requires a 'law.go.kr OC identifier' obtained from open.law.go.kr, which is a specific API key from a Korean government portal.
- ⚠️For Kakao PlayMCP deployment, a domain name (not a raw IP address), HTTPS, and serving on port 80/443 (typically via Nginx reverse proxy) are required.
- ⚠️Python 3.10+ is required.
Verified SafeView Analysis
solaguard-mcp-server
by jissac
Provides a Micro-Copilot (MCP) server for AI applications, offering Bible-anchored theological infrastructure with tools for scripture lookup, search, word studies, and contextual interpretation.
Provides a Micro-Copilot (MCP) server for AI applications, offering Bible-anchored theological infrastructure with tools for scripture lookup, search, word studies, and contextual interpretation.
Setup Requirements
- ⚠️Requires manual pre-population of the SQLite database (`data/bible.db`) by running ingestion scripts (e.g., `scripts/ingest_bible.py`, `scripts/ingest_lexicon.py`, etc.) before the server can function.
- ⚠️Requires 'uv' (a fast Python package manager) to be installed for dependency management and running the server.
- ⚠️Requires Python version 3.10 or higher.
Verified SafeView Analysis
Yggdrasil
by IT-Square-Plus
Provides a production-ready MCP memory server with persistent semantic memory using Chroma Cloud vector storage, enabling AI agents to store and retrieve contextual information.
Provides a production-ready MCP memory server with persistent semantic memory using Chroma Cloud vector storage, enabling AI agents to store and retrieve contextual information.
Setup Requirements
- ⚠️Requires Docker (Engine or Desktop) to run the server.
- ⚠️Requires a Chroma Cloud Account (a paid service, though initial free credits are provided).
- ⚠️First startup downloads an ~80MB ONNX embedding model from Hugging Face, causing a ~20-120 second delay. During this period, the `/ready` health check endpoint will return 503 (Service Unavailable).
Verified SafeView Analysis
voicemode-windows
by cescroca1976
An MCP server enabling real-time voice interaction (Speech-to-Text and Text-to-Speech) for AI agents, integrating local services like Whisper and Kokoro, with configurable cloud fallback (OpenAI).
An MCP server enabling real-time voice interaction (Speech-to-Text and Text-to-Speech) for AI agents, integrating local services like Whisper and Kokoro, with configurable cloud fallback (OpenAI).
Setup Requirements
- ⚠️Requires Windows 11 (as per README for this fork)
- ⚠️Requires system-level tools: Git, FFmpeg, Chocolatey (for Windows installation), and `uv` (Python package manager).
- ⚠️Building local STT/TTS services (Whisper.cpp, Kokoro-fastapi) requires system build tools like `gcc`/`g++`, `cmake`, `make`, and development headers (e.g., `python3-dev`, `libasound2-dev`).
- ⚠️OpenAI API Key (Paid) is required for cloud STT/TTS fallback if local services are not configured or fail.
Verified SafeView Analysis
continuity-mcp-server
by rotkonetworks
A persistence layer for Claude conversations, designed to provide episodic memory, searchable history, depth tracking, and context bootstrapping to mitigate the problem of LLMs losing past insights.
A persistence layer for Claude conversations, designed to provide episodic memory, searchable history, depth tracking, and context bootstrapping to mitigate the problem of LLMs losing past insights.
Setup Requirements
- ⚠️Requires Node.js environment (npm, tsc)
- ⚠️Requires SQLite database file (path configurable via CONTINUITY_DB_PATH)
- ⚠️Requires a static bootstrap.md file (path configurable via BOOTSTRAP_PATH, defaults to a placeholder if not found)
- ⚠️Primarily designed for integration with Claude Desktop via MCP configuration.
Verified SafeView Analysis
Market-MCP-Test
by Arshad-13
Transforms an LLM into an Autonomous HFT Quant Agent for real-time crypto market surveillance, predictive modeling, and risk assessment.
Transforms an LLM into an Autonomous HFT Quant Agent for real-time crypto market surveillance, predictive modeling, and risk assessment.
Setup Requirements
- ⚠️Requires `mcp` CLI tool to be installed and configured for runtime.
- ⚠️Requires `CRYPTO_API_KEY` (e.g., CoinGecko Pro, which may be paid) and `ETHERSCAN_API_KEY` for full functionality.
- ⚠️Requires Python 3.10 or higher and several Python libraries (`ccxt`, `httpx`, `aiosqlite`, `streamlit`, etc.) installed via `requirements.txt`.
Verified SafeView Analysis
FeedFlow
by geckod22
Manages and fetches articles from RSS feeds through MCP tool calls, using a persistent SQLite database.
Manages and fetches articles from RSS feeds through MCP tool calls, using a persistent SQLite database.
Setup Requirements
- ⚠️Requires Python 3.13 or higher.
- ⚠️Relies on 'uv' for dependency management, which users might not have installed or be familiar with over 'pip'.
Verified SafeView Analysis
php-mcp-server
by rdmpage
Implements the Model Context Protocol (MCP) to expose SPARQL query capabilities and resource information to an AI client like Claude Desktop.
Implements the Model Context Protocol (MCP) to expose SPARQL query capabilities and resource information to an AI client like Claude Desktop.
Setup Requirements
- ⚠️Requires PHP 7+ installed on the system.
- ⚠️Requires the PHP cURL extension.
- ⚠️Requires a running SPARQL endpoint, configured via the `SPARQL_ENDPOINT` environment variable.
Review RequiredView Analysis
git-mcp-server
by moor-sun
Provides a FastAPI server to expose local Git repository file system operations and build commands for AI agents or automation systems.
Provides a FastAPI server to expose local Git repository file system operations and build commands for AI agents or automation systems.
Setup Requirements
- ⚠️Requires Python 3.9+
- ⚠️Requires Maven or Gradle (and optionally their wrappers) to be installed and accessible in the system PATH or project directory.
- ⚠️The `GIT_LOCAL_REPO` environment variable must be set to the desired repository root, otherwise it defaults to a specific Windows path.
Verified SafeView Analysis
mcp-audit
by ariefalabbasi
Analyzes and tracks token usage, costs, and efficiency of AI coding sessions across multiple CLI platforms (Claude Code, Codex CLI, Gemini CLI, Ollama CLI).
Analyzes and tracks token usage, costs, and efficiency of AI coding sessions across multiple CLI platforms (Claude Code, Codex CLI, Gemini CLI, Ollama CLI).
Setup Requirements
- ⚠️Python 3.11+ is recommended for `tomllib` (otherwise `tomli` package is required for older Python versions to support TOML config files).
- ⚠️For accurate Gemini CLI token estimation, `sentencepiece` and the Gemma tokenizer model are required. If not installed/downloaded, it falls back to `tiktoken` (approx. 95% accuracy) or character-based estimation.
- ⚠️Downloading the Gemma tokenizer from HuggingFace requires a HuggingFace account with an accepted Gemma license and an `HF_TOKEN` environment variable or argument. Downloading from GitHub Releases is a preferred, authentication-free alternative.
Verified SafeView Analysis
eva-mcp-server
by knrerikh
Integrate AI assistants with Eva-project API for task, project, and document management via Model Context Protocol (MCP).
Integrate AI assistants with Eva-project API for task, project, and document management via Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️An Eva API access token (`EVA_API_TOKEN`) is mandatory for the server to function.
- ⚠️The server's default operation (without `EVA_READ_ONLY` explicitly set) allows write operations. Users must explicitly set `EVA_READ_ONLY=true` in their environment or configuration for read-only mode, contradicting some documentation indicating read-only by default.
- ⚠️When integrating with AI assistants like Cursor, it is crucial to provide an absolute path to the `src/server.py` file in the `mcp.json` configuration.
Verified SafeView Analysis
updsts
by zv-louis
A command-line tool and local MCP server for retrieving and updating AWS STS temporary credentials in local AWS credential files.
A command-line tool and local MCP server for retrieving and updating AWS STS temporary credentials in local AWS credential files.
Setup Requirements
- ⚠️Requires Python 3.12+
- ⚠️Uses uv for package management
- ⚠️Requires AWS credentials configured in ~/.aws/credentials with MFA device ARN
- ⚠️When running as an MCP server, an external agent must interact via stdio