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)
ncp
by portel-dev
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
NCP acts as a universal adapter and orchestrator for Model Context Protocol (MCP) servers and tools. It provides a unified interface for discovery, execution, and management of diverse tools (local CLI, HTTP APIs, internal plugins/Photons, AI skills) through natural language and structured code interaction, enabling AI agents to interact with the broader digital ecosystem.
Setup Requirements
- ⚠️Requires Node.js runtime environment (v18+ recommended)
- ⚠️Initial discovery indexing (including downloading embedding models) can be slow on first run and requires internet access
- ⚠️Enabling global CLI access (symlinking /usr/local/bin/ncp) may require sudo permissions
- ⚠️Secure credential storage relies on platform-specific keyring services (e.g., macOS Keychain, Windows Credential Manager)
Verified SafeView Analysis
identity-service
by agntcy
Provides currency exchange rate and trading tools via an MCP (Multi-Agent Communication Protocol) server, integrating with an identity service for authentication and authorization.
Provides currency exchange rate and trading tools via an MCP (Multi-Agent Communication Protocol) server, integrating with an identity service for authentication and authorization.
Setup Requirements
- ⚠️Requires Docker for easy setup alongside other services.
- ⚠️Relies on external `IDENTITY_SERVICE_GRPC_SERVER_URL` and `IDENTITY_SERVICE_API_KEY` which must be correctly configured.
- ⚠️Requires an external `CURRENCY_EXCHANGE_API_URL` for fetching exchange rates, which needs to be a trusted source.
Verified SafeView Analysis
backlog-mcp-server
by nulab
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
This MCP server integrates Backlog API with AI agents like Claude to manage projects, issues, and wikis, providing a conversational interface for project management tasks.
Setup Requirements
- ⚠️Requires a Backlog account with API access.
- ⚠️Requires a Backlog API key configured via the `BACKLOG_API_KEY` environment variable.
- ⚠️Requires the Backlog domain configured via the `BACKLOG_DOMAIN` environment variable.
Verified SafeView Analysis
mcp-server
by bitwarden
Provides AI assistants with secure access to Bitwarden password manager functionality, encompassing both personal vault management via CLI tools and organization administration via Bitwarden Public API.
Provides AI assistants with secure access to Bitwarden password manager functionality, encompassing both personal vault management via CLI tools and organization administration via Bitwarden Public API.
Setup Requirements
- ⚠️Requires Bitwarden CLI to be installed globally (e.g., `npm install -g @bitwarden/cli`).
- ⚠️Requires Node.js version 22+.
- ⚠️Mandates secure management of sensitive environment variables: `BW_SESSION` for CLI operations and `BW_CLIENT_ID`, `BW_CLIENT_SECRET` for API operations.
Verified SafeView Analysis
rust-mcp-sdk
by rust-mcp-stack
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
A high-performance, asynchronous Rust SDK for building Model Context Protocol (MCP) servers and clients, supporting various transports and authentication methods.
Setup Requirements
- ⚠️Requires a Rust toolchain (stable Rust, cargo-nextest, cargo-make) for development and running examples.
- ⚠️OAuth examples require an external OAuth 2.0 / OpenID Connect provider (e.g., Keycloak, WorkOS AuthKit, Scalekit) to be configured, along with specific environment variables (AUTH_SERVER, CLIENT_ID, CLIENT_SECRET, ENVIRONMENT_URL, RESOURCE_ID).
- ⚠️TLS/SSL support for HTTP servers requires enabling the `ssl` Cargo feature and providing paths to SSL certificates and private keys.
Verified SafeView Analysis
mcp-server-typescript
by dataforseo
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
Provides a Model Context Protocol (MCP) server to enable AI assistants to access DataForSEO's SEO data APIs through a standardized interface.
Setup Requirements
- ⚠️Requires active DataForSEO API credentials (a paid service).
- ⚠️Requires Node.js version 14 or higher.
Verified SafeView Analysis
claude-prompts-mcp
by minipuft
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
Enhances AI assistant behavior through structured prompt management, multi-step chains, quality gates, and autonomous verification loops, primarily for development tasks.
Setup Requirements
- ⚠️Requires Node.js (v18-24 recommended) and npm for setup/development.
- ⚠️Requires Python 3.x for hooks functionality.
- ⚠️Requires Git for checkpointing and rollback features.
- ⚠️Requires an LLM API key (e.g., OpenAI, Anthropic, Google Gemini) for semantic analysis and LLM-based quality gates, incurring usage costs.
- ⚠️Requires an MCP-compatible client (e.g., Claude Code, Cursor, Gemini CLI) to interact with the server.
Verified SafeView Analysis
aks-mcp
by Azure
The AKS-MCP server acts as a bridge, enabling AI assistants to interact with and manage Azure Kubernetes Service (AKS) clusters and related Azure resources.
The AKS-MCP server acts as a bridge, enabling AI assistants to interact with and manage Azure Kubernetes Service (AKS) clusters and related Azure resources.
Setup Requirements
- ⚠️Requires Azure CLI to be installed and authenticated (`az login`) with appropriate Azure permissions.
- ⚠️Requires `kubectl` to be installed and a configured kubeconfig for Kubernetes-related tools.
- ⚠️OAuth authentication requires prior Azure AD Application Registration with specific Redirect URIs and API permissions.
- ⚠️Workload Identity deployments require AKS OIDC Issuer enabled, an Azure Managed Identity, and a Federated Credential configured in Azure.
Verified SafeView Analysis
asya
by deliveryhero
A microservices platform for orchestrating asynchronous, event-driven AI/ML workflows via an MCP JSON-RPC gateway.
A microservices platform for orchestrating asynchronous, event-driven AI/ML workflows via an MCP JSON-RPC gateway.
Setup Requirements
- ⚠️Requires a Kubernetes cluster with Helm, KEDA, and the Asya Operator for full deployment.
- ⚠️Requires a PostgreSQL database for persistent envelope storage (in-memory is for development only).
- ⚠️Requires either RabbitMQ or AWS SQS message broker to be configured and accessible.
Verified SafeView Analysis
thinkingcap
by Infatoshi
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
Setup Requirements
- ⚠️Requires API keys for chosen LLM providers (e.g., OPENROUTER_API_KEY, GROQ_API_KEY), which may involve paid services.
- ⚠️Requires Node.js and npx to run.
- ⚠️Changing configured agents requires restarting the server with new command-line arguments.
Verified SafeView Analysis
yt-dlp-mcp
by kevinwatt
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
Integrate video platform capabilities like search, metadata extraction, and content download into AI agents using yt-dlp.
Setup Requirements
- ⚠️Requires `yt-dlp` to be installed on the system (e.g., via `winget`, `brew`, `pip`).
- ⚠️Cookie authentication for private/age-restricted content, or to avoid rate limits, requires a JavaScript runtime (like Deno or Node.js with EJS) to be installed on the system.
- ⚠️On Linux, browser cookie extraction may require the `secretstorage` Python module (`pip install secretstorage`).
Verified SafeView Analysis
wandb-mcp-server
by wandb
The server enables natural language querying and analysis of Weights & Biases data, specifically focusing on ML experiment tracking (W&B Models) and LLM/GenAI application observability (W&B Weave) through the Model Context Protocol.
The server enables natural language querying and analysis of Weights & Biases data, specifically focusing on ML experiment tracking (W&B Models) and LLM/GenAI application observability (W&B Weave) through the Model Context Protocol.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires a Weights & Biases API Key for most operations, which must be provided via environment variables, .netrc, or command-line arguments (for STDIO) or as a Bearer token (for HTTP).
- ⚠️For server-side MCP clients (e.g., OpenAI, LeChat) connecting to a local HTTP server, a public URL (e.g., via ngrok) is required.