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)
thai-customs-ed01-mcp
by Alex1966design
Facilitates the generation of draft Thai Customs ED01 declarations, either via a Gradio web interface from uploaded PDFs or programmatically through MCP tools from structured data, including item parsing and weight allocation.
Facilitates the generation of draft Thai Customs ED01 declarations, either via a Gradio web interface from uploaded PDFs or programmatically through MCP tools from structured data, including item parsing and weight allocation.
Setup Requirements
- ⚠️Requires Python 3.x
- ⚠️Requires `pymupdf` library (for PDF text extraction in `app.py`)
- ⚠️Requires `gradio` library (for the web UI in `app.py`)
- ⚠️Requires `mcp` library (for the MCP server functionality in `server.py`)
Verified SafeView Analysis
Researcher
by fajar661
An AI-powered research assistant designed to simplify academic research through features like paper summarization, research gap identification, and literature exploration.
An AI-powered research assistant designed to simplify academic research through features like paper summarization, research gap identification, and literature exploration.
Setup Requirements
- ⚠️Requires Node.js and a package manager (npm, yarn, or pnpm) for development.
- ⚠️Full AI functionality for summarization and gap detection is not implemented in the provided frontend code, requiring backend development and potentially a Gemini API key.
- ⚠️The README suggests the final product is distributed as a desktop application (Windows, macOS, Linux .zip download), implying an Electron-like wrapper or similar framework is used for cross-platform distribution of the web application.
Verified SafeView Analysis
AWS-MCP-SERVER
by roy777rajat
Enables autonomous AI agents (like Microsoft Copilot Studio) to interact with AWS cloud services by implementing the Model Context Protocol (MCP) and providing a set of callable AWS automation tools.
Enables autonomous AI agents (like Microsoft Copilot Studio) to interact with AWS cloud services by implementing the Model Context Protocol (MCP) and providing a set of callable AWS automation tools.
Setup Requirements
- ⚠️Requires Python 3.9+.
- ⚠️Requires pre-configuration of AWS credentials (access key, secret key, region) either locally or via environment variables.
- ⚠️Requires a pre-existing S3 bucket for audit logging (specified by `AUDIT_BUCKET`) and the server's AWS IAM role must have `s3:PutObject` permissions to it.
- ⚠️The server's AWS IAM role needs broad `Resource: "*"` permissions for various AWS services, which should be carefully reviewed and possibly narrowed down for production environments.
Verified SafeView Analysis
scix-mcp
by thostetler
Enables LLMs to interact with the NASA SciX API for astronomical literature search, metadata retrieval, citation analysis, and bibliography export.
Enables LLMs to interact with the NASA SciX API for astronomical literature search, metadata retrieval, citation analysis, and bibliography export.
Setup Requirements
- ⚠️Requires a NASA SciX API Key, which must be obtained manually from scixplorer.org after creating an account.
- ⚠️Requires Node.js (version 18 or higher) to be installed on the system.
Verified SafeView Analysis
capl-docs-parser-mcp
by MohamedHamed19m
This MCP server enables AI agents to search and retrieve structured information from local Vector CAPL documentation in Markdown format.
This MCP server enables AI agents to search and retrieve structured information from local Vector CAPL documentation in Markdown format.
Setup Requirements
- ⚠️Requires local CAPL documentation (.md files) to be placed in the specified `inputs` directory or other `doc_paths`.
- ⚠️Requires `uv` for efficient dependency management and virtual environment setup (e.g., `uv venv`, `uv sync`).
- ⚠️Requires Python 3.7+ and specific Python packages: `fastmcp`, `scikit-learn`, `numpy`.
Review RequiredView Analysis
crypto-mcp-server
by NalinKaushik
A production-ready Python-based MCP server for retrieving real-time and historical cryptocurrency market data from major exchanges using CCXT and CoinMarketCap APIs.
A production-ready Python-based MCP server for retrieving real-time and historical cryptocurrency market data from major exchanges using CCXT and CoinMarketCap APIs.
Setup Requirements
- ⚠️Requires Python 3.9+ for execution.
- ⚠️Requires `pip` or `uv` package manager for dependency installation.
- ⚠️Requires configuration via a `.env` file for server settings, default exchange, caching, and rate limiting.
Verified SafeView Analysis
bedrock-kb-mcp-server
by r3-yamauchi
This server provides an unofficial Model Context Protocol (MCP) interface to manage Amazon Bedrock Knowledge Bases, data sources, ingestion jobs, and perform RAG queries against them.
This server provides an unofficial Model Context Protocol (MCP) interface to manage Amazon Bedrock Knowledge Bases, data sources, ingestion jobs, and perform RAG queries against them.
Setup Requirements
- ⚠️Requires Python 3.12 or higher.
- ⚠️Requires the `uv` tool for dependency management and execution (`uv` is an experimental Python package installer and runner).
- ⚠️Requires an AWS account with configured credentials (e.g., `AWS_PROFILE`, `AWS_ACCESS_KEY_ID`/`AWS_SECRET_ACCESS_KEY`) and appropriate IAM permissions for Bedrock, S3, and STS. Underlying AWS Bedrock service usage will incur costs, which can be high depending on data volume and query frequency.
Verified SafeView Analysis
loom-pattern
by mdlopresti
Provides hierarchical memory capabilities for AI agents to remember, share, recall, and isolate information across sessions and projects.
Provides hierarchical memory capabilities for AI agents to remember, share, recall, and isolate information across sessions and projects.
Setup Requirements
- ⚠️Requires Node.js >= 18.0.0
- ⚠️Requires a NATS server with JetStream enabled
Verified SafeView Analysis
wellness-mcp-server
by Anny-1079
Provides wellness tips based on a user's mood, designed to be used as a tool by an AI agent or directly via a FastAPI endpoint.
Provides wellness tips based on a user's mood, designed to be used as a tool by an AI agent or directly via a FastAPI endpoint.
Setup Requirements
- ⚠️Requires Python environment (e.g., Python 3.8+).
- ⚠️Requires `fastapi`, `uvicorn`, and `modelcontextprotocol` Python packages to be installed.
- ⚠️The `wellness_mcp_server.py` script requires an MCP-compatible client to interact with it.
Verified SafeView Analysis
windows-outlook-mcp
by cqyefeng119
Manages Microsoft Outlook emails (inbox, sent, drafts, search, create, summarize) and calendar events (list, create, update, delete, find free slots, attendee status, list calendars) on a Windows desktop.
Manages Microsoft Outlook emails (inbox, sent, drafts, search, create, summarize) and calendar events (list, create, update, delete, find free slots, attendee status, list calendars) on a Windows desktop.
Setup Requirements
- ⚠️Requires Windows 10/11 Operating System.
- ⚠️Requires Microsoft Outlook desktop application to be installed and configured locally.
- ⚠️Requires PowerShell 5.0 or higher.
- ⚠️Relies on COM (Component Object Model) for Outlook interaction, which is Windows-specific.
- ⚠️The 'src/index.ts' file, which is the main entry point, does not expose the advanced draft generation tools (like `generate_smart_draft` from `draft-generator.ts`) that are present in the source code. This might indicate incomplete feature integration or a versioning discrepancy in the provided files.
Review RequiredView Analysis
aws-lambda-mcp
by debanjanbasu
Provides a secure, OAuth-authenticated Model Context Protocol (MCP) server for Amazon Bedrock AgentCore, enabling AI agents to interact with custom tools for functionalities like weather lookup and personalized greetings.
Provides a secure, OAuth-authenticated Model Context Protocol (MCP) server for Amazon Bedrock AgentCore, enabling AI agents to interact with custom tools for functionalities like weather lookup and personalized greetings.
Setup Requirements
- ⚠️Requires installation of multiple development tools: Rust, cargo-lambda, UPX, Zig, jq, Terraform, AWS CLI, Azure CLI.
- ⚠️Requires a one-time `make setup-backend` command to configure S3 for Terraform state.
- ⚠️Requires creation and configuration of a GitHub App (including private key and ID) and an Opencode.ai API key for CI/CD and bot functionality.
Verified SafeView Analysis
cs651-final-project-kacie-phillippo
by kacie-phillippo
Connects an LLM to a PostgreSQL database for natural language querying of the Steam game dataset.
Connects an LLM to a PostgreSQL database for natural language querying of the Steam game dataset.
Setup Requirements
- ⚠️Requires PostgreSQL database
- ⚠️Requires Claude Desktop access
- ⚠️Requires setup of external mcp-database-server
- ⚠️Requires 'Steam Dataset 2025: Multi-Modal Gaming Analytics' and data cleaning