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(7756)
quarkus-mcp-server
by quarkiverse
This project demonstrates a secure Model Context Protocol (MCP) Server-Sent Events (SSE) server built with Quarkus, showcasing integration with Keycloak and GitHub for authentication, and implementing various MCP features like tools, prompts, and resources.
This project demonstrates a secure Model Context Protocol (MCP) Server-Sent Events (SSE) server built with Quarkus, showcasing integration with Keycloak and GitHub for authentication, and implementing various MCP features like tools, prompts, and resources.
Setup Requirements
- ⚠️Requires manual registration of a GitHub OAuth2 application and providing the client ID/secret in `application.properties` for production mode.
- ⚠️Potential Keycloak Dev Services startup issues on some macOS systems may require adding `quarkus.keycloak.devservices.java-opts=-XX:UseSVE=0` to configuration.
- ⚠️GitHub OAuth2 configuration may require `prod.quarkus.oidc.login.credentials.client-secret.method=post` if a 401 error occurs after login.
Verified SafeView Analysis
AgentUp
by lukehinds
A developer-first framework for building, deploying, and managing secure, scalable, and configurable AI agents, supporting various agent types (reactive, iterative) and the Model-Context Protocol (MCP) for seamless interactions.
A developer-first framework for building, deploying, and managing secure, scalable, and configurable AI agents, supporting various agent types (reactive, iterative) and the Model-Context Protocol (MCP) for seamless interactions.
Setup Requirements
- ⚠️Requires an external AI provider API key (e.g., OpenAI, Claude, etc.), which may incur costs.
Verified SafeView Analysis
Agent-Fusion
by krokozyab
Facilitates AI coding assistants by providing intelligent local RAG for code and documents, and optionally coordinates multiple AI agents for complex tasks.
Facilitates AI coding assistants by providing intelligent local RAG for code and documents, and optionally coordinates multiple AI agents for complex tasks.
Setup Requirements
- ⚠️Requires Java Runtime Environment (JRE 17+ recommended).
- ⚠️Requires external AI coding assistants (e.g., Claude Code CLI, OpenAI Codex CLI) to connect via MCP. It does not include the LLM models itself.
- ⚠️Optional manual setup for larger/custom embedding models (download ONNX file, configure path).
- ⚠️Web dashboard listens on 0.0.0.0 by default, exposing it to the network without authentication.
Review RequiredView Analysis
ssh-mcp-server
by uarlouski
Provides AI assistants with secure SSH capabilities for remote command execution, SFTP file transfers, port forwarding, and templated command execution on pre-configured servers.
Provides AI assistants with secure SSH capabilities for remote command execution, SFTP file transfers, port forwarding, and templated command execution on pre-configured servers.
Setup Requirements
- ⚠️Requires Node.js 18.0.0 or higher.
- ⚠️Requires SSH private keys to be configured for target remote servers.
- ⚠️Mandatory `ssh-mcp-config.json` configuration file with server details and security controls. An empty `allowedCommands` list in this file will disable command validation, allowing any command execution.
Verified SafeView Analysis
tiger-cli
by timescale
Provides a Model Context Protocol (MCP) server for AI assistants to manage and query Tiger Cloud database services programmatically.
Provides a Model Context Protocol (MCP) server for AI assistants to manage and query Tiger Cloud database services programmatically.
Setup Requirements
- ⚠️Requires `tiger auth login` to authenticate with Tiger Cloud.
- ⚠️Requires `psql` client installed for `tiger db connect` functionality.
- ⚠️Go 1.25+ is a required dependency for development and building from source.
- ⚠️Integration tests require valid Tiger Cloud API keys (`TIGER_PUBLIC_KEY_INTEGRATION`, `TIGER_SECRET_KEY_INTEGRATION`) and will create/delete billable resources.
Verified SafeView Analysis
mcp-server
by browserstack
The BrowserStack MCP server enables AI tools and IDEs to manage test cases, execute manual or automated tests on real devices and browsers, debug issues, perform root cause analysis, and implement visual testing and accessibility scans, all through natural language prompts.
The BrowserStack MCP server enables AI tools and IDEs to manage test cases, execute manual or automated tests on real devices and browsers, debug issues, perform root cause analysis, and implement visual testing and accessibility scans, all through natural language prompts.
Setup Requirements
- ⚠️Requires Node.js version >= 18.0
- ⚠️Requires BROWSERSTACK_USERNAME and BROWSERSTACK_ACCESS_KEY environment variables to be set for authentication with BrowserStack APIs.
- ⚠️For local testing (e.g., local URLs in Live or Accessibility scans), the BrowserStack Local binary must be correctly configured and running, or the server must be permitted to manage its lifecycle.
Verified SafeView Analysis
logfire-mcp
by pydantic
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire using SQL queries.
Enables LLMs to retrieve and analyze application telemetry data (OpenTelemetry traces and metrics) from Pydantic Logfire using SQL queries.
Setup Requirements
- ⚠️Requires a Pydantic Logfire read token, which must be created in the Logfire UI for the specific project.
- ⚠️Requires `uv` (a Python package installer and runner) to be installed.
- ⚠️The `arbitrary_query` tool allows arbitrary SQL execution, requiring careful LLM prompting and sandboxing to prevent unintended or malicious queries.
Verified SafeView Analysis
OpenWebIDE
by lipeiying24-sys
An AI-powered serverless cloud IDE that facilitates code development and interaction with GitHub repositories using AI agents.
An AI-powered serverless cloud IDE that facilitates code development and interaction with GitHub repositories using AI agents.
Setup Requirements
- ⚠️Requires a Cloudflare account for deployment.
- ⚠️Requires a Google Gemini API Key or an OpenAI-compatible API Key (usage may incur costs).
- ⚠️Requires a GitHub Personal Access Token (PAT) with 'repo', 'workflow', and 'read:org' scopes.
Verified SafeView Analysis
mcp-rag-agent
by larpig
A RAG-based chatbot that provides grounded answers to company policy questions by performing semantic search on an internal document corpus stored in a vector database.
A RAG-based chatbot that provides grounded answers to company policy questions by performing semantic search on an internal document corpus stored in a vector database.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid)
- ⚠️Requires MongoDB Atlas account with Vector Search support (Paid)
- ⚠️For 'mcp dev' UI, Node.js is required
Verified SafeView Analysis
ai-trading-mcp-server
by FajarArrizki
AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.
AI-powered cryptocurrency trading assistant for real-time market analysis, signal generation, and trade execution.
Setup Requirements
- ⚠️Requires API Key for AI Provider (e.g., OpenRouter), which is a paid service.
- ⚠️Requires Hyperliquid Wallet API Key and Account Address for live trading (sensitive credentials).
- ⚠️Requires Node.js 20+ and pnpm for local development and execution.
Verified SafeView Analysis
agent-mcp-gateway
by roddutra
An MCP gateway that aggregates multiple downstream MCP servers, providing policy-based access control and on-demand tool discovery to optimize context window usage for agents and subagents.
An MCP gateway that aggregates multiple downstream MCP servers, providing policy-based access control and on-demand tool discovery to optimize context window usage for agents and subagents.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️For macOS GUI applications (e.g., Claude Desktop), environment variables referenced in .mcp.json (e.g., ${API_KEY}) must be explicitly set in the gateway's env object in the MCP client configuration, not just the shell environment.
- ⚠️For production access control, the .mcp-gateway-rules.json file should be stored outside the project directory (e.g., ~/.claude/mcp-gateway-rules.json) to prevent agents from reading or modifying permissions.
- ⚠️OAuth with pre-registered applications (e.g., GitHub's direct OAuth flow) is not supported; GitHub MCP requires a Personal Access Token (PAT) via a 'headers' configuration.
Verified SafeView Analysis
MCP-server-
by ADVTECH-dev876
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.
A Python-based server application handling user authentication, data storage, and potentially managing models or file uploads.
Setup Requirements
- ⚠️Requires a Python 3.x environment.
- ⚠️Install dependencies using `pip install -r req.txt`.
- ⚠️Configuration setup likely required in `config.py` or via environment variables.