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)
cursor-skills
by grapelike-class151
A comprehensive repository and static website for CURSOR IDE best practices, rules, guidelines, templates, and examples across various programming environments, with a utility for link validation.
A comprehensive repository and static website for CURSOR IDE best practices, rules, guidelines, templates, and examples across various programming environments, with a utility for link validation.
Setup Requirements
- ⚠️Requires Node.js for building the static website and npm for dependency management.
- ⚠️Requires Python 3.x for running the `checklinks.py` utility (standard libraries generally sufficient).
- ⚠️The root `README.md` describes an unconventional installation method (downloading a .zip and running an 'installation wizard'), which conflicts with the standard Git/npm workflow implied by the source code for building and serving the static site.
Verified SafeView Analysis
defuddle-fetch-mcp-server
by domdomegg
This server allows LLMs to fetch web content, automatically cleaning HTML into markdown, extracting key metadata like title and author, and supporting chunked reading.
This server allows LLMs to fetch web content, automatically cleaning HTML into markdown, extracting key metadata like title and author, and supporting chunked reading.
Setup Requirements
- ⚠️Requires Node.js and npm/npx to be installed.
- ⚠️Without strict network egress policies on the host, running this server exposes the local network and filesystem to arbitrary URL fetches via the LLM.
- ⚠️Requires manual configuration in `claude_desktop_config.json` for desktop app integration.
Review RequiredView Analysis
MsSqlMCP
by jdlemes
Provides an MCP Server for SQL Server database schema inspection and safe, read-only query execution to AI clients.
Provides an MCP Server for SQL Server database schema inspection and safe, read-only query execution to AI clients.
Setup Requirements
- ⚠️Requires .NET 10 (or .NET 9 with minor adjustments).
- ⚠️Requires an accessible SQL Server instance.
- ⚠️Manual configuration of SQL Server connection string in 'appsettings.json' is mandatory.
Verified SafeView Analysis
mcp-server
by mackerelio-labs
This server allows AI agents to interact with the Mackerel monitoring and APM platform by exposing its API functionalities as Model Context Protocol tools.
This server allows AI agents to interact with the Mackerel monitoring and APM platform by exposing its API functionalities as Model Context Protocol tools.
Setup Requirements
- ⚠️Requires MACKEREL_APIKEY environment variable.
- ⚠️Requires Node.js and npm (or Docker).
Verified SafeView Analysis
unusual-whales-mcp
by erikmaday
Provides an AI assistant with comprehensive Unusual Whales market data, including options flow, dark pool activity, congressional trades, and more, for natural language market analysis.
Provides an AI assistant with comprehensive Unusual Whales market data, including options flow, dark pool activity, congressional trades, and more, for natural language market analysis.
Setup Requirements
- ⚠️Requires an Unusual Whales API Key (available from their website, may be associated with a paid subscription tier).
- ⚠️Requires Node.js 20.0.0 or higher.
- ⚠️Requires specific configuration within an MCP-compatible client (e.g., Claude Code/Desktop) to enable the server.
Verified SafeView Analysis
kStock-mcp-server
by SeonghakHong-Sch
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
This server provides an MCP (Micro-Capability Protocol) interface to interact with the Korean Investment API, enabling functionalities like fetching stock prices, account information, financial data, and executing stock buy/sell orders.
Setup Requirements
- ⚠️Requires a C++ compiler (e.g., g++ or clang++) and associated build tools.
- ⚠️Requires external C++ libraries: nlohmann/json, cpp-httplib, and the mcp_server framework (not included in truncated source, assumed external).
- ⚠️Requires environment variables K_appkey, K_appsecret, K_cano, and K_cano2 to be set for API authentication and account access.
Verified SafeView Analysis
gdb-mcp
by Ipiano
Provides an AI assistant with programmatic access to GDB debugging sessions, enabling debugging, analysis, and control of compiled programs and core dumps.
Provides an AI assistant with programmatic access to GDB debugging sessions, enabling debugging, analysis, and control of compiled programs and core dumps.
Setup Requirements
- ⚠️Requires GDB (GNU Debugger) to be installed and accessible in the system PATH.
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires manual configuration in the MCP client (e.g., Claude Desktop's config file).
- ⚠️Requires understanding of GDB concepts for effective AI interaction.
Review RequiredView Analysis
browser-devtools-mcp-demo
by serkan-ozal
AI-powered GitHub analytics platform and chatbot that provides insights into developer profiles, repository statistics, and answers questions using GitHub Model Context Protocol (MCP).
AI-powered GitHub analytics platform and chatbot that provides insights into developer profiles, repository statistics, and answers questions using GitHub Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires OpenAI API Key (Paid service)
- ⚠️Requires GitHub Personal Access Token for GitHub API access
- ⚠️Python 3.11+ required for the backend
- ⚠️Node.js >= 18.x and npm/yarn required for the frontend
Verified SafeView Analysis
portfolio-manager-go
by rodionlim
Manages personal financial portfolios including equities, FX, commodities, cash, bonds, and cryptocurrencies, offering AI-driven insights and natural language querying via an MCP server.
Manages personal financial portfolios including equities, FX, commodities, cash, bonds, and cryptocurrencies, offering AI-driven insights and natural language querying via an MCP server.
Setup Requirements
- ⚠️Requires Go version 1.24.3 or higher.
- ⚠️GEMINI_API_KEY is required for AI analytics and MCP functionality (Google Gemini API is a paid service).
- ⚠️New developers must run `hooks/setup.sh` to install Git pre-commit hooks.
- ⚠️Google Drive backup requires a one-time OAuth2 Desktop App setup, potentially involving a local loopback server or SSH tunneling for remote deployments.
Verified SafeView Analysis
mcp-reference
by ForceInjection
A reference processing tool for Markdown documents, providing automated reference extraction, citation renumbering, bibliography generation, and related literature recommendation functions, integrated via Model Context Protocol (MCP) into Trae IDE.
A reference processing tool for Markdown documents, providing automated reference extraction, citation renumbering, bibliography generation, and related literature recommendation functions, integrated via Model Context Protocol (MCP) into Trae IDE.
Setup Requirements
- ⚠️Requires Python 3.12
- ⚠️Requires `uv` package manager to be installed
Review RequiredView Analysis
webclone
by ruslanmv
Clones and archives entire websites, including those requiring authentication, accessible via command line, a desktop GUI, or as an AI agent tool through Model Context Protocol (MCP).
Clones and archives entire websites, including those requiring authentication, accessible via command line, a desktop GUI, or as an AI agent tool through Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Chrome/Chromium browser to be installed for Selenium functionality.
- ⚠️Requires Python 3.11+ environment.
- ⚠️Requires `mcp` library for AI agent (MCP) functionality (`make install-mcp`).
Verified SafeView Analysis
aareguru-mcp
by schlpbch
Provides real-time and historical Swiss Aare river data, including water temperature, flow rates, and safety assessments, to AI assistants via the Model Context Protocol (MCP).
Provides real-time and historical Swiss Aare river data, including water temperature, flow rates, and safety assessments, to AI assistants via the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️The Aareguru API is for non-commercial use only and requires attribution.
- ⚠️Usage of 'uv' for dependency management is recommended, but Docker is also supported for setup.