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)
refinas-ai
by JoaoFPedro
An intelligent agent server for Jira that automates user story analysis, refinement, and story point assignment to ensure development readiness.
An intelligent agent server for Jira that automates user story analysis, refinement, and story point assignment to ensure development readiness.
Setup Requirements
- ⚠️Requires Node.js v18+.
- ⚠️Requires an Atlassian Jira account with an API token (Jira subscription may be paid).
- ⚠️Requires Visual Studio Code with GitHub Copilot or Claude Desktop as the AI client.
- ⚠️Jira credentials must be securely configured in a `.env` file and not committed to version control.
Verified SafeView Analysis
ai-mcp-server-base
by CrispyCabot
Provides a base server for building AI Microservice Orchestration applications using FastMCP and FastAPI, featuring tools and resources for AI agents.
Provides a base server for building AI Microservice Orchestration applications using FastMCP and FastAPI, featuring tools and resources for AI agents.
Setup Requirements
- ⚠️Requires Python 3.14.2 (other versions may work)
- ⚠️Requires `mcp` CLI if running with the developer inspector
- ⚠️Requires a PostgreSQL database for full, non-mocked functionality
Verified SafeView Analysis
LOLBAS-MCP
by malwaredetective
Provides an MCP interface for Large Language Models to query the LOLBAS Project API for living-off-the-land binaries and scripts, facilitating automated threat intelligence gathering.
Provides an MCP interface for Large Language Models to query the LOLBAS Project API for living-off-the-land binaries and scripts, facilitating automated threat intelligence gathering.
Setup Requirements
- ⚠️Requires Python 3.11+.
- ⚠️Requires an MCP Client to be installed and configured to interact with the server via STDIO.
- ⚠️Requires internet access to the LOLBAS Project API.
Verified SafeView Analysis
NeatNote-MCP-Server-Using-Gradio
by HarshavardhanaNaganagoudar
Transforms unstructured text notes into organized, summarized, and exportable knowledge using AI for semantic clustering and summarization.
Transforms unstructured text notes into organized, summarized, and exportable knowledge using AI for semantic clustering and summarization.
Setup Requirements
- ⚠️Requires Node.js/npm for `npx`.
- ⚠️Requires Claude to be configured with MCP tools enabled and the provided server configuration added to the Claude config file.
- ⚠️Dependent on an external Gradio server hosted on Hugging Face Spaces, which must be online and functioning.
Verified SafeView Analysis
artmcp
by ArthurDanjou
An MCP server for exposing personal professional profile data, projects, skills, and real-time activity information via API endpoints.
An MCP server for exposing personal professional profile data, projects, skills, and real-time activity information via API endpoints.
Setup Requirements
- ⚠️Requires Node.js 18+ or Bun
- ⚠️Requires pnpm 10.12.1+
- ⚠️External API integrations (Discord, WakaTime, UptimeKuma) require respective API keys/IDs to be set in environment variables for full functionality.
Verified SafeView Analysis
fetch2md
by markryanbotha
Fetches website content and converts it to clean markdown format.
Fetches website content and converts it to clean markdown format.
Setup Requirements
- ⚠️Requires Node.js runtime environment.
- ⚠️Requires 'pnpm' package manager for installation and building.
- ⚠️Requires a TypeScript build step (pnpm build) to generate JavaScript output before running the server.
Verified SafeView Analysis
threat-intel-mcp
by marc-shade
Aggregates threat intelligence from multiple sources to provide reputation checks and threat detection for an Agentic System.
Aggregates threat intelligence from multiple sources to provide reputation checks and threat detection for an Agentic System.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Designed to run within the Agentic System's path structure (defaulting to /opt/agentic/mcp-servers/threat-intel-mcp/data).
- ⚠️Requires optional API keys (VirusTotal, AbuseIPDB, Shodan, OTX) for full enhanced functionality.
Verified SafeView Analysis
wechat-parser-mcp
by PSYnala
Parses WeChat articles to extract full content, including text, images, and videos, with support for batch processing and local saving.
Parses WeChat articles to extract full content, including text, images, and videos, with support for batch processing and local saving.
Setup Requirements
- ⚠️Requires Chrome browser installed.
- ⚠️Requires stable network connection for ChromeDriver download and web scraping.
- ⚠️Python 3.10+ required (as per pyproject.toml).
- ⚠️Only officially supports macOS 10.15+ (as per README for environment, though Python/Selenium might work on other OS).
Verified SafeView Analysis
snomed-mcp-server
by OrgLance
Provides a Model Context Protocol (MCP) server for accessing SNOMED CT terminology services, enabling AI models to interact with SNOMED CT data.
Provides a Model Context Protocol (MCP) server for accessing SNOMED CT terminology services, enabling AI models to interact with SNOMED CT data.
Setup Requirements
- ⚠️Requires Node.js 20 or later.
- ⚠️For local use with Claude Desktop, requires manual configuration of `claude_desktop_config.json` with an absolute path to the compiled server.
- ⚠️Cloudflare Workers deployment requires `wrangler` CLI and Cloudflare authentication.
- ⚠️The SNOMED CT API base URLs are hardcoded in the source, requiring code modification for changes.
Verified SafeView Analysis
ba-manual-mcp-server
by TTomczek
Provides a server for manual command and control operations, possibly implementing a specific protocol.
Provides a server for manual command and control operations, possibly implementing a specific protocol.
Review RequiredView Analysis
nest-mcp-server
by jhenbertgit
A NestJS server implementing the Model Context Protocol (MCP) to expose developer tools to AI agents via HTTP or standard I/O, supporting real-time streaming of tool outputs.
A NestJS server implementing the Model Context Protocol (MCP) to expose developer tools to AI agents via HTTP or standard I/O, supporting real-time streaming of tool outputs.
Setup Requirements
- ⚠️Requires pnpm for package management.
- ⚠️Requires Node.js 18+.
- ⚠️The /register, /authorize, and /token endpoints are mock implementations and provide no actual security; MUST be replaced with real authentication for production use.
Review RequiredView Analysis
maps-mcp-server
by gvdlga
Provides a set of geographical and mapping functionalities as an MCP (Model Context Protocol) service, typically consumed by AI agents, by wrapping Google Maps API calls.
Provides a set of geographical and mapping functionalities as an MCP (Model Context Protocol) service, typically consumed by AI agents, by wrapping Google Maps API calls.
Setup Requirements
- ⚠️Requires a Google Maps API Key (Paid service).
- ⚠️Requires a Node.js environment (v18 or higher as per SDK dependencies).
- ⚠️Built upon the '@geniusagents/mcp' framework, implying integration into that ecosystem.