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)
test-remote-mcp-server
by rharshgit
Tracks and manages personal or business expenses via an API.
Tracks and manages personal or business expenses via an API.
Setup Requirements
- ⚠️Python 3.11+ required.
Verified SafeView Analysis
nlm-codes-mcp
by openpharma-org
This server provides a unified tool for AI assistants to search and access various clinical coding systems, medical data tables, and healthcare provider information through the National Library of Medicine's Clinical Tables API.
This server provides a unified tool for AI assistants to search and access various clinical coding systems, medical data tables, and healthcare provider information through the National Library of Medicine's Clinical Tables API.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Requires `npm install` and `npm run build` prior to execution.
- ⚠️Relies on the external NLM Clinical Tables API for all data retrieval (publicly accessible, no API key required for the documented features).
Verified SafeView Analysis
GeminiCLI
by EPS-AI-SOLUTIONS
Integrate Ollama and Gemini CLI for advanced LLM operations, including multi-agent task execution, intelligent routing, prompt optimization, and caching, accessible via CLI and a Tauri-based GUI.
Integrate Ollama and Gemini CLI for advanced LLM operations, including multi-agent task execution, intelligent routing, prompt optimization, and caching, accessible via CLI and a Tauri-based GUI.
Setup Requirements
- ⚠️Requires a running Ollama server instance (default `http://localhost:11434`) for local LLM operations.
- ⚠️Requires the `gemini` CLI tool to be installed and configured with `GEMINI_API_KEY` (or `GOOGLE_API_KEY`) for cloud LLM functionality.
- ⚠️For secure cache storage, `CACHE_ENCRYPTION_KEY` (a 32-byte AES-256-GCM key) should be explicitly configured in the `.env` file.
Verified SafeView Analysis
remote-mcp-server-authless
by aninibread
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose calculator tools to AI clients without requiring authentication.
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers to expose calculator tools to AI clients without requiring authentication.
Setup Requirements
- ⚠️Requires a Cloudflare Workers account for deployment.
- ⚠️Connecting local MCP clients (like Claude Desktop) requires an additional `mcp-remote` proxy setup.
- ⚠️The server is intentionally authless, making it unsuitable for tools or operations requiring security and access control.
Verified SafeView Analysis
mcp.hitl.sh
by hitl-sh
Connect AI systems (like ChatGPT and OpenAI Agent Builder) to the HITL.sh Human-in-the-Loop platform for real-time human judgment on tasks.
Connect AI systems (like ChatGPT and OpenAI Agent Builder) to the HITL.sh Human-in-the-Loop platform for real-time human judgment on tasks.
Setup Requirements
- ⚠️Requires a HITL.sh API key.
- ⚠️Extensive Auth0 setup (account, API, applications, and custom Action) is required for full OAuth and per-user API key functionality.
- ⚠️Node.js 18+ runtime is a prerequisite.
- ⚠️Production deployment is optimized for Vercel, requiring a Vercel account and specific environment variable configuration.
Verified SafeView Analysis
claude-mcp-servers
by Mausino
Provides persistent, per-project knowledge storage for an AI coding assistant, enabling it to remember facts and context relevant to individual software projects.
Provides persistent, per-project knowledge storage for an AI coding assistant, enabling it to remember facts and context relevant to individual software projects.
Setup Requirements
- ⚠️Requires Node.js 18+ and Claude Code CLI.
- ⚠️The `PROJECTS_ROOT` environment variable (`C:/Development/projects` by default) defines the scope for cross-project searches and must be configured if projects are located elsewhere.
- ⚠️Configuration requires manual copying and path adjustment for the `.mcp.json` file to point to the `dist/index.js` of the knowledge server.
Verified SafeView Analysis
Skills-MCP-AD
by DevSkillsIT
Provides an AI-integrable Model Context Protocol (MCP) server for comprehensive and secure Active Directory management, particularly for multi-tenant environments.
Provides an AI-integrable Model Context Protocol (MCP) server for comprehensive and secure Active Directory management, particularly for multi-tenant environments.
Setup Requirements
- ⚠️Requires a live Active Directory or Samba AD instance to function beyond unit tests.
- ⚠️A `ad-config/ad-config.json` file must be accurately populated with Active Directory connection details, credentials, and an authentication token.
- ⚠️Requires Python 3.11+.
- ⚠️The configured Active Directory service account (`bind_user`) needs specific read and write permissions for the tools to operate correctly.
Verified SafeView Analysis
xzmcp
by TrBaPhong
This project implements a Model Context Protocol (MCP) server that allows AI models to interact with external tools and services through a unified interface.
This project implements a Model Context Protocol (MCP) server that allows AI models to interact with external tools and services through a unified interface.
Setup Requirements
- ⚠️Requires setting the MCP_ENDPOINT environment variable.
- ⚠️Hardcoded API key in getcryptoprice.py needs to be replaced with a secure mechanism (e.g., environment variable).
- ⚠️The use of 'eval()' in calculator.py presents a significant security risk and should be avoided or heavily sandboxed.
Review RequiredView Analysis
sqlite_mcp
by AuraFriday
Provides a local, private, and zero-cost SQLite database with integrated semantic search and automatic embedding generation for AI memory and data management.
Provides a local, private, and zero-cost SQLite database with integrated semantic search and automatic embedding generation for AI memory and data management.
Setup Requirements
- ⚠️Requires installation of the MCP-Link Server for proper functioning.
- ⚠️First use requires an ~250MB download of the local Qwen embedding model.
- ⚠️Requires Python 3.8+.
Verified SafeView Analysis
product-usage-data-mcp-server
by panigrahyvivek
Provides an Express.js API and an MCP server for AI-driven analysis of product usage data stored in CSV files using Google Gemini.
Provides an Express.js API and an MCP server for AI-driven analysis of product usage data stored in CSV files using Google Gemini.
Setup Requirements
- ⚠️Requires a Google API Key (Paid) for Gemini AI functionality.
- ⚠️Requires Node.js to be installed.
- ⚠️Assumes the existence of a sibling directory named 'dm_usage_analytics' for serving static frontend files.
Verified SafeView Analysis
claude-vault
by weber8thomas
AI-assisted HashiCorp Vault management for secure secret handling and migration, especially for Docker services.
AI-assisted HashiCorp Vault management for secure secret handling and migration, especially for Docker services.
Setup Requirements
- ⚠️Requires an existing HashiCorp Vault server with OIDC authentication configured.
- ⚠️Requires a local Python 3.11+ environment with the 'mcp-vault' package installed (via pip or uvx).
- ⚠️Requires a WebAuthn-compatible browser (e.g., Chrome, Firefox, Safari, Edge) for biometric/hardware key approvals.
Verified SafeView Analysis
outgassing-mcp-server
by aerospace-mcp-tools
Provides a Model Context Protocol (MCP) server for querying NASA's outgassing database, enabling large language models to access aerospace material properties and compliance.
Provides a Model Context Protocol (MCP) server for querying NASA's outgassing database, enabling large language models to access aerospace material properties and compliance.
Setup Requirements
- ⚠️Docker required
- ⚠️Python 3.14+ is required (base image)
- ⚠️Corporate network users must handle Zscaler/proxy certificates and potentially use the `DISABLE_SSL_VERIFY=true` environment variable for data access
- ⚠️VS Code with GitHub Copilot extension is the primary intended client for integration