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)
pulseway-rmm-a2a-mcp-server
by ry-ops
Integrates Pulseway RMM (Remote Monitoring and Management) API capabilities with AI assistants using the Model Context Protocol (MCP).
Integrates Pulseway RMM (Remote Monitoring and Management) API capabilities with AI assistants using the Model Context Protocol (MCP).
Setup Requirements
- ⚠️Requires a Pulseway RMM account with API access and manually generated API credentials (Token ID and Token Secret).
- ⚠️Installation heavily recommends using `uv` (Astral's fast Python package manager), which may need to be installed separately.
- ⚠️When configuring for Claude Desktop, the path to the `pulseway-mcp-server` repository must be an absolute path, which is a common setup oversight.
Verified SafeView Analysis
usdc-portfolio-mcp-server
by GSA-TTS
Acts as a portfolio Multi-cloud Proxy (MCP) server, aggregating and exposing data from other specialized MCP servers like NIH Reporter and USA Spending via a single endpoint.
Acts as a portfolio Multi-cloud Proxy (MCP) server, aggregating and exposing data from other specialized MCP servers like NIH Reporter and USA Spending via a single endpoint.
Setup Requirements
- ⚠️Python 3.13+ required
Verified SafeView Analysis
mcp-aurai-server
by LZMW
Enables a local AI to receive iterative guidance from a remote, superior AI for solving programming problems, fostering hierarchical AI collaboration.
Enables a local AI to receive iterative guidance from a remote, superior AI for solving programming problems, fostering hierarchical AI collaboration.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires an API Key for external LLM providers (paid services like OpenAI, Zhipu, Anthropic, Gemini, or custom relays).
- ⚠️Integration with Claude Code requires the `claude mcp` CLI tool.
- ⚠️The 'custom' AI provider requires the `AURAI_BASE_URL` environment variable to be explicitly set.
Verified SafeView Analysis
ilspy-mcp-server
by BROKENISTXD
Decompile and analyze .NET assemblies via a structured MCP server.
Decompile and analyze .NET assemblies via a structured MCP server.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️ILSpy CLI (ilspycmd) must be installed and available in system PATH.
- ⚠️Python dependencies (`mcp`, `pydantic`, `pefile`, `dnlib`) must be installed via `pip install -r requirements.txt`.
Review RequiredView Analysis
huggingface-mcp-server
by iosxx
A server component likely designed to interact with or serve resources within the Hugging Face ecosystem.
A server component likely designed to interact with or serve resources within the Hugging Face ecosystem.
Review RequiredView Analysis
mcp-server-email
by nezzeur
A simple Model Context Protocol (MCP) server that exposes a tool to send emails via SMTP and a resource for server information.
A simple Model Context Protocol (MCP) server that exposes a tool to send emails via SMTP and a resource for server information.
Setup Requirements
- ⚠️Requires Python 3.13 or newer.
- ⚠️SMTP credentials (server, port, sender email, password) must be manually edited and hardcoded into the 'main.py' file.
- ⚠️If using Gmail, requires a Google App Password (not your regular password) after enabling 2-Step Verification.
Review RequiredView Analysis
scaha.net-mcp
by joerawr
Provides youth hockey data (schedules, standings, player stats) from scaha.net via web scraping for AI agents.
Provides youth hockey data (schedules, standings, player stats) from scaha.net via web scraping for AI agents.
Setup Requirements
- ⚠️Requires Chrome or Chromium browser installed locally.
- ⚠️Tool calls involving browser automation (Puppeteer) can take 5-15 seconds.
- ⚠️Specific parameter formats are required for seasons (e.g., '2025/26'), schedules (e.g., '14U B'), and exact team names.
- ⚠️Historical player and team roster data retrieval is currently unavailable for some tools due to an explicit SCAHA website limitation.
Verified SafeView Analysis
mcp-test-repo
by crypto-ninja
A test repository for validating the repository management and pull request capabilities of a GitHub Multi-Cloud Platform (MCP) server.
A test repository for validating the repository management and pull request capabilities of a GitHub Multi-Cloud Platform (MCP) server.
Verified SafeView Analysis
nl2tcl-mcp
by collinsoik
Exposes Yosys synthesis and Icarus Verilog simulation tools to Claude Code for FPGA design workflows.
Exposes Yosys synthesis and Icarus Verilog simulation tools to Claude Code for FPGA design workflows.
Setup Requirements
- ⚠️Requires `yosys` and `iverilog` (including `vvp`) to be installed system-wide as command-line tools.
- ⚠️Requires Python 3.10+.
Review RequiredView Analysis
mcp-weather
by razeone
This server provides weather information, including alerts for US states and forecasts for specific coordinates, by interacting with an external weather API.
This server provides weather information, including alerts for US states and forecasts for specific coordinates, by interacting with an external weather API.
Setup Requirements
- ⚠️Requires .NET SDK to build and run.
- ⚠️Relies on external Weather.gov API, which may have usage policies or rate limits.
- ⚠️Requires an active internet connection to fetch weather data.
Verified SafeView Analysis
go-mcp-template
by kgatilin
A production-ready Go template for building Model Context Protocol (MCP) servers, designed to follow official best practices and support both MCP client integration and direct command-line tool execution.
A production-ready Go template for building Model Context Protocol (MCP) servers, designed to follow official best practices and support both MCP client integration and direct command-line tool execution.
Setup Requirements
- ⚠️Requires Go 1.23 or higher.
- ⚠️Mandatory cleanup of example tools, resources, and prompts, and updating registration functions after cloning or using the template.
- ⚠️Requires renaming the Go module and updating imports throughout the codebase if used as a new project.
Verified SafeView Analysis
cf-rawg
by denkaryo
An AI agent for analyzing video game data using the RAWG API, deployed on Cloudflare Workers.
An AI agent for analyzing video game data using the RAWG API, deployed on Cloudflare Workers.
Setup Requirements
- ⚠️Requires RAWG API key (Paid/Free, depending on usage limits)
- ⚠️Requires OpenAI API Key OR Anthropic API Key (Paid, depending on LLM_PROVIDER)
- ⚠️Requires Node.js 20+ and pnpm 10+
- ⚠️Cloudflare Workers CPU time limit of 30 seconds requires a paid Cloudflare plan for optimal performance.