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)
fetch-mcp
by OrionHubScript
Serves as an MCP server to fetch URLs and YouTube video transcripts efficiently.
Serves as an MCP server to fetch URLs and YouTube video transcripts efficiently.
Setup Requirements
- ⚠️Requires a JavaScript runtime (Node.js or Bun) for execution.
- ⚠️Primarily designed as a Model Context Protocol (MCP) server, expecting an MCP client for interaction.
- ⚠️The SSE server mode listens on port 3000 by default, configurable via the `PORT` environment variable.
- ⚠️Project is built using Bun, implying Bun is the preferred build tool if building from source.
Verified SafeView Analysis
Equity-Traders
by ibuuzm
An AI-powered trading assistant designed for market analysis, automated trade execution, and financial decision support.
An AI-powered trading assistant designed for market analysis, automated trade execution, and financial decision support.
Setup Requirements
- ⚠️Requires API keys for multiple LLM providers (e.g., OpenRouter, DeepSeek, Google, Grok, OpenAI).
- ⚠️Requires a Polygon.io API key for market data, and a Brave Search API key for research.
- ⚠️Requires Pushover API keys for push notifications.
- ⚠️Requires Node.js and npm/npx in addition to Python (3.12+) and uv for running external MCP servers.
Verified SafeView Analysis
MCP-server-client-computer-use-ai-sdk
by Omkarjamadar
Provides an AI-driven interface to control a macOS computer by automating tasks through accessibility features and a conversational agent loop.
Provides an AI-driven interface to control a macOS computer by automating tasks through accessibility features and a conversational agent loop.
Setup Requirements
- ⚠️Requires macOS as the operating system for the desktop control server. (Windows and Linux implementations are placeholders.)
- ⚠️Requires manual granting of 'Accessibility' permissions for the server application in macOS System Settings.
- ⚠️Requires an Anthropic API Key (ANTHROPIC_API_KEY) configured as an environment variable.
- ⚠️The Rust-based desktop control server (mcp-server-os-level) must be running separately and locally (on 127.0.0.1:8080) for the clients to function.
Review RequiredView Analysis
qinglong-mcp-server
by pholex
This is a Model Context Protocol (MCP) server for querying and executing scheduled tasks in Qinglong Panel.
This is a Model Context Protocol (MCP) server for querying and executing scheduled tasks in Qinglong Panel.
Setup Requirements
- ⚠️Requires a running Qinglong Panel instance with Open API enabled.
- ⚠️Requires obtaining CLIENT_ID and CLIENT_SECRET from the Qinglong Panel.
- ⚠️Configuration requires manually editing the .env file in ~/.qinglong-mcp/.
Verified SafeView Analysis
ida_domain_mcp
by xxyyue
A headless IDA Pro server for remote, programmatic binary analysis and reverse engineering via the Model Context Protocol (MCP).
A headless IDA Pro server for remote, programmatic binary analysis and reverse engineering via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires IDA Pro 9.1.0 or later installed.
- ⚠️Requires Python 3.12 or higher.
- ⚠️Requires the IDADIR environment variable to be set to the IDA Pro installation directory.
Review RequiredView Analysis
sec-mcp
by Montimage
This server provides real-time security checks for domains, URLs, and IP addresses against multiple blacklists, designed to be integrated into Python applications, used via CLI, or run as an MCP server to enrich LLM context with threat intelligence.
This server provides real-time security checks for domains, URLs, and IP addresses against multiple blacklists, designed to be integrated into Python applications, used via CLI, or run as an MCP server to enrich LLM context with threat intelligence.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Initial setup requires running 'sec-mcp update' to download and populate blacklist data; without it, the blacklist will be empty.
- ⚠️For optimal performance, set the environment variable 'MCP_USE_V2_STORAGE=true' before running the server, as the default v1 storage is significantly slower.
Verified SafeView Analysis
dotnet-sherlock-mcp
by jcucci
Enables Language Learning Models (LLMs) to analyze and understand .NET code with precision through deep introspection of assemblies.
Enables Language Learning Models (LLMs) to analyze and understand .NET code with precision through deep introspection of assemblies.
Setup Requirements
- ⚠️Requires .NET 9.0 SDK to build and run from source.
- ⚠️Requires an MCP client (e.g., Cursor, Claude Desktop) for interaction, as it communicates over stdio.
- ⚠️Users must supply valid paths to compiled .NET assemblies for analysis.
Verified SafeView Analysis
dexpi-sfiles-mcp-server
by puran-water
An MCP server enabling LLM-assisted generation, manipulation, validation, and visualization of engineering diagrams (BFD, PFD, P&ID) following DEXPI and SFILES standards.
An MCP server enabling LLM-assisted generation, manipulation, validation, and visualization of engineering diagrams (BFD, PFD, P&ID) following DEXPI and SFILES standards.
Setup Requirements
- ⚠️Requires Node.js and 'npm install elkjs' for ELK layout features.
- ⚠️Requires `pydexpi` and `sfiles2` Python libraries.
- ⚠️Git is required for project persistence features (e.g., `project_init`, `project_save`, `project_load`).
- ⚠️If not using Docker, the `graphicbuilder-service.py` (Flask) and `proteus-viewer` (Node.js) services need to be run separately for full visualization capabilities.
Review RequiredView Analysis
the-pensieve
by seanivore
The Pensieve server acts as a RAG-based knowledge management system, allowing users to store, query, and analyze their knowledge using natural language and LLM-powered insights.
The Pensieve server acts as a RAG-based knowledge management system, allowing users to store, query, and analyze their knowledge using natural language and LLM-powered insights.
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid Service)
- ⚠️Requires Qdrant URL and API Key (Vector Database, can be self-hosted or managed service)
- ⚠️Knowledge base must be structured as markdown files, ideally with frontmatter, as processed by `inventory-parser.ts`.
Verified SafeView Analysis
skald-mcp
by skaldlabs
Provides a Model Context Protocol (MCP) server to chat with, create, update, delete, search, and generate content from a Skald AI knowledge base.
Provides a Model Context Protocol (MCP) server to chat with, create, update, delete, search, and generate content from a Skald AI knowledge base.
Setup Requirements
- ⚠️Requires an active Skald account and API key (Skald is a paid service).
- ⚠️Requires Node.js version 18.0.0 or higher.
- ⚠️Configuration for clients like Cursor or Claude Desktop involves specifying an absolute path to the 'build/index.js' file, which might require extra steps for users.
Verified SafeView Analysis
bit2me-mcp
by bit2me-devs
Integrates AI assistants with the Bit2Me cryptocurrency exchange, enabling real-time market data access, wallet management, trading operations, and interactions with Earn and Loan products.
Integrates AI assistants with the Bit2Me cryptocurrency exchange, enabling real-time market data access, wallet management, trading operations, and interactions with Earn and Loan products.
Setup Requirements
- ⚠️Requires a verified Bit2Me account to generate API keys.
- ⚠️Mandatory `BIT2ME_API_KEY` and `BIT2ME_API_SECRET` environment variables for authentication (API keys are recommended over JWTs for most use cases).
- ⚠️Node.js v18 or higher is required.
- ⚠️For security best practices, 'Withdrawal' permissions should not be enabled on your Bit2Me API Key.
Verified SafeView Analysis
Google-Workspace-MCP
by chayan-1906
Seamlessly integrates Google Drive, Sheets, and Docs with Claude AI and other AI agents through the Model Context Protocol (MCP) for automation.
Seamlessly integrates Google Drive, Sheets, and Docs with Claude AI and other AI agents through the Model Context Protocol (MCP) for automation.
Setup Requirements
- ⚠️Requires Google Cloud OAuth 2.0 Client ID and Client Secret (must be obtained and configured).
- ⚠️Requires a MongoDB instance for storing user tokens and sessions (MONGODB_URI must be configured).
- ⚠️Requires a strong `TOKEN_SECRET` for secure encryption of user authentication tokens.