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)
Unihiker-K10-MCP-Server
by LLM-Coding
An embedded MCP server running on a UNIHIKER K10 board, enabling AI assistants like Claude to control its physical hardware over HTTP.
An embedded MCP server running on a UNIHIKER K10 board, enabling AI assistants like Claude to control its physical hardware over HTTP.
Setup Requirements
- ⚠️Requires a physical UNIHIKER K10 development board.
- ⚠️Requires MicroPython and the 'microdot' library to be installed on the K10 board (manual installation may be needed).
- ⚠️Mandates WiFi connectivity on a 2.4 GHz network, and configuration (SSID/password) must be hardcoded into 'boot.py'.
- ⚠️Camera/TinyML features cannot be used simultaneously with WiFi due to MicroPython memory/driver constraints.
Review RequiredView Analysis
NeoForm
by coleritchiee
Fine-tuning a small-scale code generation Large Language Model (LLM) using LoRA, specifically tailored for generating NeoForge (Minecraft modding platform) related code.
Fine-tuning a small-scale code generation Large Language Model (LLM) using LoRA, specifically tailored for generating NeoForge (Minecraft modding platform) related code.
Setup Requirements
- ⚠️Requires a CUDA-enabled GPU (NVIDIA, compute capability >= 8 for bfloat16) for practical training and efficient inference; CPU fallback is available but will be extremely slow.
- ⚠️Requires manual preparation of input data: Minecraft mod repositories must be placed in `data/input/` and processed using `training/DataProcessing.py` and `training/BuildLMDataset.py` to create the `data/lm_corpus.jsonl` corpus before training.
- ⚠️Relies on a specific base model ('Qwen/Qwen2.5-Coder-0.5B-Instruct') and Hugging Face libraries, which need to be installed in a Python environment.
Verified SafeView Analysis
ib-api-doc-mcp-server
by intelligencebank
This MCP server provides tools to access IntelligenceBank API documentation from Postman collections and generate AI actions based on specific requests.
This MCP server provides tools to access IntelligenceBank API documentation from Postman collections and generate AI actions based on specific requests.
Setup Requirements
- ⚠️Requires a Postman API Key with collection and workspace read access, obtainable from the IntelligenceBank Postman account.
- ⚠️Requires Node.js and npm for installation and execution.
- ⚠️Needs manual configuration within the MCP settings file (`mcp_settings.json`) to define the server command, arguments, environment variables, and explicitly allow tools in the 'alwaysAllow' array.
Verified SafeView Analysis
devfest-workshop
by ttww97
This project likely provides a server component for a workshop related to Minecraft Mod Coder Pack (MCP), possibly for educational or development purposes at a DevFest event.
This project likely provides a server component for a workshop related to Minecraft Mod Coder Pack (MCP), possibly for educational or development purposes at a DevFest event.
Review RequiredView Analysis
mcp-server-mechafil
by CELtd
Provides Filecoin economic forecasting and historical data tools to AI agents like Claude.ai via the Model Context Protocol (MCP).
Provides Filecoin economic forecasting and historical data tools to AI agents like Claude.ai via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Fly.io CLI and Docker for deployment.
- ⚠️Requires a configured Filecoin API server (`mechafil-server`) instance to be running and accessible via `MECHAFIL_SERVER_URL`.
- ⚠️Initial cold start times can be significant (~5s for this MCP server, ~15s for the underlying API server if it's also cold).
- ⚠️The `MECHAFIL_SERVER_URL` environment variable must be correctly set to point to the Filecoin API server.
Verified SafeView Analysis
pipedrive-api-token
by layer5-5
Pipedrive CRM integration with Layer55 authentication for AI assistants using Model Context Protocol (MCP).
Pipedrive CRM integration with Layer55 authentication for AI assistants using Model Context Protocol (MCP).
Setup Requirements
- ⚠️Python 3.11+ required.
- ⚠️Access to Layer55 API (external dependency) is mandatory for user token retrieval.
- ⚠️CRITICAL: The server's own API key for inbound requests ('VALID_API_KEYS' environment variable for APIKeyAuthenticator) defaults to accepting *any* non-empty string in development mode. This must be explicitly configured in production for security.
- ⚠️Docker and Docker Compose recommended for deployment.
- ⚠️The /mcp/initialize and /mcp/tools/public endpoints are unauthenticated in the code, despite README stating JWT is required for all MCP endpoints.
Review RequiredView Analysis
signal-relay
by SocioLogicAI
Connects AI agents to SocioLogic's synthetic persona platform for market research, customer intelligence, and product validation through natural conversation.
Connects AI agents to SocioLogic's synthetic persona platform for market research, customer intelligence, and product validation through natural conversation.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment and execution.
- ⚠️A SocioLogic API Key is required for authentication and usage, which must be obtained from sociologic.ai/dashboard/api-keys.
- ⚠️Requires Node.js v18+ and the Cloudflare `wrangler` CLI for self-hosting and deployment.
Verified SafeView Analysis
mcp-mail
by Neuss-Consulting
Provides mail functionality as an MCP server.
Provides mail functionality as an MCP server.
Review RequiredView Analysis
mono_mcp_client_server_adk
by mohan-ganesh
AI-powered conversational orchestration system that integrates with various microservices (billing, email) and Google Cloud AI services (Text-to-Speech, Speech-to-Text, Large Language Models, Google Cloud Storage, Optical Character Recognition) to provide dynamic, context-aware responses and execute domain-specific tasks for users.
AI-powered conversational orchestration system that integrates with various microservices (billing, email) and Google Cloud AI services (Text-to-Speech, Speech-to-Text, Large Language Models, Google Cloud Storage, Optical Character Recognition) to provide dynamic, context-aware responses and execute domain-specific tasks for users.
Setup Requirements
- ⚠️Requires a Google Cloud Project with billing enabled and APIs (Firestore, GCS, Text-to-Speech, Speech-to-Text, Gemini LLM) enabled, with appropriate service account permissions for application default credentials.
- ⚠️Relies on external MCP microservices (e.g., appointment, benefits, billing, email) to be deployed and accessible at specific, potentially hardcoded, URLs (e.g., `mcp.server.urls` configuration).
- ⚠️An external authentication service is required for user token validation, configured via `auth.token.info.url` and `auth.token.identity.domain` properties.
- ⚠️The `EmailToolService` in `mcp_email_server` attempts to use `https://api.sendgrid.com/v3/mail/send`, implying a SendGrid account and API key are needed for functional email sending.
- ⚠️SSL/TLS certificate validation is globally disabled; for any production deployment, this critical vulnerability must be addressed by removing `trustAllCertificates()` and configuring proper certificate management.
Review RequiredView Analysis
consciousness-mcp
by nohuiam
The Consciousness MCP server acts as a meta-awareness layer for a larger ecosystem, collecting, analyzing, and synthesizing operational data, attention events, and patterns from other participant servers to provide insights, predictions, and action suggestions.
The Consciousness MCP server acts as a meta-awareness layer for a larger ecosystem, collecting, analyzing, and synthesizing operational data, attention events, and patterns from other participant servers to provide insights, predictions, and action suggestions.
Setup Requirements
- ⚠️Requires `config/interlock.json` to be correctly configured with peer details for full ecosystem awareness, as it heavily relies on InterLock UDP communication.
- ⚠️Uses an embedded SQLite database (`better-sqlite3`), requiring write permissions to the specified database path (defaults to `./data/consciousness.db`).
- ⚠️Its full functionality and 'awareness' depend on other Model Context Protocol (MCP) servers (e.g., neurogenesis-engine, verifier-mcp) within the ecosystem sending it signals.
Review RequiredView Analysis
log_analyzer_mcp
by Darkstar326
This MCP server and CLI client provide tools for analyzing log files, managing test runs, and generating code coverage reports, primarily for AI-assisted development workflows.
This MCP server and CLI client provide tools for analyzing log files, managing test runs, and generating code coverage reports, primarily for AI-assisted development workflows.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires Hatch for project and dependency management.
- ⚠️Requires `uvx` for easy local installation of released packages via `uvx log-analyzer-mcp` or as referenced in release scripts.
Review RequiredView Analysis
employee_fastapi_mcp_server
by vinaykaushik5555
A Leave Management System offering both a FastAPI REST API and a FastMCP interface for employee and admin functionalities.
A Leave Management System offering both a FastAPI REST API and a FastMCP interface for employee and admin functionalities.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️Uses plain-text passwords for storage and authentication, which is a critical security vulnerability and not suitable for production.
- ⚠️A default admin user (username: 'admin', password: 'admin') is created automatically, posing a significant security risk if not changed immediately after setup.
- ⚠️The SQLite database file is configured to store in `/tmp/leave_management.db` by default, leading to potential data loss upon system restarts or `/tmp` directory clearance.