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(9120)
openapi-mcp-server
by sotayamashita
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
Converts OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
Setup Requirements
- ⚠️Every operation in the OpenAPI specification must have a unique `operationId`.
- ⚠️Requires the Bun runtime to be installed.
- ⚠️The `BASE_URL` environment variable is mandatory.
Verified SafeView Analysis
azure-devops-mcp-server
by Jordiag
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
Setup Requirements
- ⚠️Requires .NET 10 SDK.
- ⚠️Requires an Azure DevOps Personal Access Token (PAT) with appropriate permissions.
- ⚠️Project is in pre-release stage; API surface and overall structure may change substantially with potential breaking changes.
Verified SafeView Analysis
mcp-mindmesh
by 7ossamfarid
Orchestrates multiple Claude 3.7 Sonnet instances in a quantum-inspired swarm to achieve enhanced field coherence and produce optimally coherent responses for complex queries through specialized agents.
Orchestrates multiple Claude 3.7 Sonnet instances in a quantum-inspired swarm to achieve enhanced field coherence and produce optimally coherent responses for complex queries through specialized agents.
Setup Requirements
- ⚠️Requires an Anthropic API Key (paid service) for the Claude 3.7 Sonnet instances.
- ⚠️Requires a Voyage AI API Key (paid service) for generating high-quality embeddings; a fallback is provided if not set, but performance may be reduced.
- ⚠️The README states 'Python 3.8 or higher' and 'python main.py' which is misleading. The server is implemented in TypeScript and runs with Node.js via `npm start` or `npm dev`.
Verified SafeView Analysis
MCP-Council
by Shashank-0018
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.
Automates the conversion of REST APIs into AI-powered MCP (Model Context Protocol) servers, enabling seamless integration of APIs with AI assistants.
Setup Requirements
- ⚠️Requires a Supabase project setup for authentication, ideally with Google OAuth enabled, involving configuration in Supabase and Google Cloud Console.
- ⚠️The full MCP server functionality (the backend component generated by this platform) requires two separate Node.js processes running concurrently: an HTTP API server (e.g., via `npm start`) and an MCP Protocol Wrapper (e.g., via `npx --yes my-api-mcp-server@latest`) that communicates over stdio. The `npx` command alone only launches the MCP wrapper, which will warn if the HTTP server is not accessible.
Review RequiredView Analysis
ibm-decision-intelligence-mcp-server
by DecisionsDev
The MCP server acts as an adapter, allowing AI assistants (like Claude, watsonx Orchestrate) to discover and execute automated decisions from IBM Decision Intelligence or IBM Automation Decision Services.
The MCP server acts as an adapter, allowing AI assistants (like Claude, watsonx Orchestrate) to discover and execute automated decisions from IBM Decision Intelligence or IBM Automation Decision Services.
Setup Requirements
- ⚠️Requires access to an IBM Decision Intelligence or IBM Automation Decision Services runtime instance (URL and authentication credentials are mandatory).
- ⚠️Requires a Node.js environment to run using npm or npx.
- ⚠️Performance could be impacted by the number and complexity of decision services and their OpenAPI schemas during initial loading and periodic polling for changes.
Verified SafeView Analysis
decision-intelligence-mcp-server
by DecisionsDev
This Model Context Protocol (MCP) server integrates IBM Decision Intelligence or IBM Automation Decision Services decisions with AI assistants, enabling them to discover and execute automated decision services.
This Model Context Protocol (MCP) server integrates IBM Decision Intelligence or IBM Automation Decision Services decisions with AI assistants, enabling them to discover and execute automated decision services.
Setup Requirements
- ⚠️Requires access to IBM Decision Intelligence or IBM Automation Decision Services, which are paid cloud services.
- ⚠️Requires obtaining and securely providing API keys (DI or Zen) or basic authentication credentials for the IBM Decision Runtime.
- ⚠️Requires a Node.js runtime environment (version 20 or higher is indicated by package dependencies).
Verified SafeView Analysis
mcp-property-valuation-server
by creis-ai
Provides AI assistants with professional real estate valuation capabilities for community rating, community evaluation, and individual property valuation.
Provides AI assistants with professional real estate valuation capabilities for community rating, community evaluation, and individual property valuation.
Setup Requirements
- ⚠️Requires obtaining a `MCP-INDUSTRY-APPID` by contacting `creiskefu@fang.com` or applying online.
- ⚠️Requires Node.js version >= 18.0.0.
- ⚠️Requires an MCP client (e.g., Claude Desktop, MCP IDE) to interact with the server.
Verified SafeView Analysis
mcp-typescript-starter
by SamMorrowDrums
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.
Setup Requirements
- ⚠️Requires Node.js 20+
- ⚠️Requires npm or pnpm
Verified SafeView Analysis
frankfurtermcp
by anirbanbasu
This server provides tools for language model agents to access the Frankfurter API for real-time and historical currency exchange rates and conversions.
This server provides tools for language model agents to access the Frankfurter API for real-time and historical currency exchange rates and conversions.
Setup Requirements
- ⚠️Requires Python 3.12+.
- ⚠️The recommended local setup involves installing 'just' and 'uv' for dependency management and task execution.
- ⚠️Binding the server to '0.0.0.0' or setting CORS_MIDDLEWARE_ALLOW_ORIGINS to '*' for HTTP transports is a security risk and is not recommended for production environments.
Verified SafeView Analysis
aiohttp-mcp
by kulapard
Builds Model Context Protocol (MCP) servers on top of the aiohttp web framework, enabling structured communication for AI agents and tools.
Builds Model Context Protocol (MCP) servers on top of the aiohttp web framework, enabling structured communication for AI agents and tools.
Setup Requirements
- ⚠️Requires Python 3.10 or higher.
- ⚠️Requires an Anthropic API Key (e.g., ANTHROPIC_API_KEY) if using the provided client example to interact with Anthropic's Claude model.
Verified SafeView Analysis
devtool-mcp
by standardbeagle
Provides an AI coding agent with browser superpowers for real-time debugging, visual feedback, process management, and frontend diagnostics. It acts as a bridge between an AI assistant and a web browser.
Provides an AI coding agent with browser superpowers for real-time debugging, visual feedback, process management, and frontend diagnostics. It acts as a bridge between an AI assistant and a web browser.
Setup Requirements
- ⚠️Requires Node.js >=18.0.0 or Go 1.24+ for core operation.
- ⚠️Requires an MCP-compatible AI assistant (e.g., Claude Code, Cursor) for full AI integration.
- ⚠️Windows users require Windows 10 (version 1809) or newer for ConPTY support.
Verified SafeView Analysis
mcp-server-uyuni
by uyuni-project
The Uyuni MCP Server enables AI agents or MCP-compliant clients to securely interact with and manage Linux infrastructure using natural language via the Uyuni configuration and infrastructure management solution.
The Uyuni MCP Server enables AI agents or MCP-compliant clients to securely interact with and manage Linux infrastructure using natural language via the Uyuni configuration and infrastructure management solution.
Setup Requirements
- ⚠️Requires `UYUNI_SERVER`, `UYUNI_USER`, and `UYUNI_PASS` environment variables for Uyuni API access.
- ⚠️The `add_system` tool requires the `UYUNI_SSH_PRIV_KEY` environment variable, which must be provided as a single-line string with escaped newlines (e.g., `\n`).
- ⚠️OAuth 2.0 (`UYUNI_AUTH_SERVER`) is a new feature that expects Uyuni's `/manager/api/oicdLogin` endpoint to be implemented and configured, which might require additional setup on the Uyuni server itself.
- ⚠️Tools performing write operations (state-changing actions) are disabled by default and must be explicitly enabled by setting the `UYUNI_MCP_WRITE_TOOLS_ENABLED` environment variable to `true`.