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)
db-mcp
by Abdulmumin1
Provides a secure, read-only interface for AI assistants to execute SQL queries against PostgreSQL or MySQL databases using the Model Context Protocol.
Provides a secure, read-only interface for AI assistants to execute SQL queries against PostgreSQL or MySQL databases using the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js 18+ installed.
- ⚠️Requires an existing PostgreSQL or MySQL database, not self-contained.
- ⚠️Database connection details (host, user, password, database name, type) must be provided via environment variables (e.g., DB_TYPE, DB_HOST, DB_USER, DB_PASSWORD, DB_DATABASE).
Verified SafeView Analysis
mrt-fe-review-washer
by jaeuk-mrt
Provides an MCP server to store, retrieve, and manage frontend code review findings as actionable tasks, with a focus on Korean language support and structured feedback based on defined coding standards.
Provides an MCP server to store, retrieve, and manage frontend code review findings as actionable tasks, with a focus on Korean language support and structured feedback based on defined coding standards.
Setup Requirements
- ⚠️Requires Node.js 18+ and the git command-line tool to be installed on the host system.
- ⚠️The MCP Host configuration in `.mcp.json` requires absolute paths for the server's command to ensure proper execution.
- ⚠️The target repository's root path (controlled by `PROJECT_ROOT` environment variable or the `repoPath` tool parameter) is crucial for operations like diff collection and data storage. Incorrect configuration may lead to unintended behavior or data storage locations.
Verified SafeView Analysis
cnpg-mcp
by waTeim
Manages PostgreSQL clusters in Kubernetes using the CloudNativePG operator, enabling LLMs to perform database lifecycle operations through natural language commands.
Manages PostgreSQL clusters in Kubernetes using the CloudNativePG operator, enabling LLMs to perform database lifecycle operations through natural language commands.
Setup Requirements
- ⚠️Requires a Kubernetes cluster with the CloudNativePG operator installed.
- ⚠️Requires appropriate Kubernetes RBAC permissions for the service account to manage CloudNativePG resources and Kubernetes secrets.
- ⚠️HTTP transport mode (recommended for production) necessitates significant Auth0/OIDC configuration, including API setup, client registration, and environment variables for issuer, audience, client ID/secret, and public URL.
Verified SafeView Analysis
mcp-discovery-server
by madlinux768
This server acts as a centralized service discovery registry, allowing microservices to register themselves and discover other services by type.
This server acts as a centralized service discovery registry, allowing microservices to register themselves and discover other services by type.
Setup Requirements
- ⚠️Requires Node.js runtime environment.
- ⚠️Requires 'npm install' to set up dependencies.
- ⚠️No built-in authentication/authorization: requires external security measures if not deployed in a trusted, isolated network.
Verified SafeView Analysis
conversation-handoff-mcp
by trust-delta
Facilitates seamless transfer of conversation context between different AI chats or projects by providing a local, memory-based MCP server.
Facilitates seamless transfer of conversation context between different AI chats or projects by providing a local, memory-based MCP server.
Setup Requirements
- ⚠️Requires Node.js version 18 or higher.
- ⚠️Clients need specific configuration file modifications to integrate the MCP server, with varied file paths per client (e.g., Claude Desktop, Codex CLI).
- ⚠️In 'standalone' mode (no HTTP server), conversation context sharing is limited to applications that run in a single process (e.g., Claude Desktop projects), not across independent CLI tools or tabs.
Verified SafeView Analysis
duckduckgo-mcp-server
by Darkstar326
Provides web search and content fetching capabilities using DuckDuckGo, with results formatted for consumption by large language models.
Provides web search and content fetching capabilities using DuckDuckGo, with results formatted for consumption by large language models.
Setup Requirements
- ⚠️Requires Python 3.10+
- ⚠️Designed for Claude Desktop/MCP CLI environment
Verified SafeView Analysis
MCP_Server
by Hariharan-bit-star
Configures Model Context Protocol (MCP) integrations for Jira and GitHub, enabling structured interactions and agent-based automation with these development platforms.
Configures Model Context Protocol (MCP) integrations for Jira and GitHub, enabling structured interactions and agent-based automation with these development platforms.
Setup Requirements
- ⚠️Requires Node.js and npm to execute the `npx` commands for the underlying MCP servers.
- ⚠️Requires a JIRA_API_TOKEN, which typically involves setting up an API token within a Jira Cloud account.
- ⚠️Requires a GITHUB_PERSONAL_ACCESS_TOKEN with appropriate permissions for GitHub interactions.
Verified SafeView Analysis
mcp-server-practice
by Maha234Zaidi
Serves as a developer's profile link within a repository, with no server-specific functionality present in the provided source code snippet.
Serves as a developer's profile link within a repository, with no server-specific functionality present in the provided source code snippet.
Verified SafeView Analysis
bb-mcp-server
by franks42
A modular platform for hosting AI coding agents and tools, enabling dynamic module loading and diverse communication transports (Stdio, HTTP, REST).
A modular platform for hosting AI coding agents and tools, enabling dynamic module loading and diverse communication transports (Stdio, HTTP, REST).
Setup Requirements
- ⚠️Requires Babashka to be installed.
- ⚠️The `clojure-lsp` module requires the `clojure-lsp` executable to be present on the system's PATH or a specific executable path to be configured.
- ⚠️For browser-based REPLs (`sente-browser` module), users must manually open a browser tab to `http://localhost:8091` (default) to establish a WebSocket connection.
- ⚠️The Code Browser v2 currently has known issues with slow namespace queries and browser click events, making manual browser testing challenging. Unit tests are recommended for server-side logic in v2 development.
Review RequiredView Analysis
search-mcp
by giantswarm
Provides AI assistants with search access to Giant Swarm's public documentation, handbook, and authenticated intranet resources via Model Context Protocol (MCP).
Provides AI assistants with search access to Giant Swarm's public documentation, handbook, and authenticated intranet resources via Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Go 1.23+ or Docker to build/run.
- ⚠️Intranet tools (`read_intranet_url`, `search_runbook`, `search_ops_recipe`) require `OAUTH_ISSUER_URL`, `OAUTH_CLIENT_ID`, and `OAUTH_CLIENT_SECRET` environment variables to be set for authentication.
- ⚠️In stdio mode, a background HTTP server starts on port 8080 for device authorization, which may conflict with other services or multiple server instances.
Verified SafeView Analysis
mcp-investidor10
by newerton
This MCP server provides tools to query stock market data, such as stock prices and financial indicators, from the Investidor10 API.
This MCP server provides tools to query stock market data, such as stock prices and financial indicators, from the Investidor10 API.
Setup Requirements
- ⚠️Requires Node.js 18+ to run.
- ⚠️Functionality is dependent on the external Investidor10 website's structure (for HTML scraping) and API endpoints, which could change and break the tool.
Verified SafeView Analysis
benefisio-coordination-mcp
by ismaeldosil
The BeneFisio Coordination MCP Server provides a centralized system for multi-agent coordination, managing tasks, communication, and system state using a SQLite database and exposing tools via the Model Context Protocol.
The BeneFisio Coordination MCP Server provides a centralized system for multi-agent coordination, managing tasks, communication, and system state using a SQLite database and exposing tools via the Model Context Protocol.
Setup Requirements
- ⚠️Requires Node.js v20.0.0 or higher.
- ⚠️Hardcoded paths for `finashopping-docs` (e.g., `/Users/admin/Projects/Precisa/finashopping/finashopping-docs`) exist in `src/tools/agents.ts` and `src/generators/markdown-generator.ts` and will need adjustment to match deployment environment unless the relative paths resolve correctly.
- ⚠️Requires specific Claude Desktop configuration (`claude_desktop_config.json`) for full integration as outlined in the README.