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)
converteverything-mcp
by RookieKiwi
Enables AI assistants to convert, compress, archive, share, and import files across over 100 formats using the ConvertEverything.io API.
Enables AI assistants to convert, compress, archive, share, and import files across over 100 formats using the ConvertEverything.io API.
Setup Requirements
- ⚠️Requires Node.js 18 or higher to run.
- ⚠️Requires a ConvertEverything.io API key (a free tier is available, but higher usage tiers are paid).
- ⚠️Local file operations require the server to have appropriate filesystem access permissions.
Verified SafeView Analysis
mcp-server
by santhoshnvv
To provide a custom server implementation, likely for the Minecraft game protocol, allowing for tailored gameplay or administration.
To provide a custom server implementation, likely for the Minecraft game protocol, allowing for tailored gameplay or administration.
Review RequiredView Analysis
my-mcp-servers
by gjoeckel
Automate predefined development workflows with autonomous approval for AI agents within an IDE.
Automate predefined development workflows with autonomous approval for AI agents within an IDE.
Setup Requirements
- ⚠️Requires Node.js runtime (>=18.0.0).
- ⚠️Relies on a `.cursor/workflows.json` file for workflow definitions, which must be manually created and maintained. This file is critical for security.
- ⚠️Commands defined in `workflows.json` are executed with `child_process.exec`, meaning they run with the permissions of the user running the IDE. Be extremely cautious with workflow definitions.
Review RequiredView Analysis
EODHD-MCP-Server
by EodHistoricalData
Provides AI agents with tool-based access to EOD Historical Data (EODHD) financial market APIs.
Provides AI agents with tool-based access to EOD Historical Data (EODHD) financial market APIs.
Setup Requirements
- ⚠️Requires Python 3.10+.
- ⚠️Requires a valid EODHD API key, which must be obtained and configured via environment variable (EODHD_API_KEY) or command-line argument (--apikey).
- ⚠️Requires an MCP-compatible client (e.g., Claude Desktop, ChatGPT with Connectors) for interaction, or a custom MCP client.
Verified SafeView Analysis
python-mcp-server-skeleton
by oliviersorine
This server exposes simple arithmetic and greeting tools over standard I/O, designed to be integrated with agents or other systems communicating via a Modular Communication Protocol (MCP).
This server exposes simple arithmetic and greeting tools over standard I/O, designed to be integrated with agents or other systems communicating via a Modular Communication Protocol (MCP).
Setup Requirements
- ⚠️Requires Docker for easy setup via `docker-compose`.
- ⚠️Requires the `mcp` Python library to be installed if not using Docker.
Verified SafeView Analysis
ibge-br-mcp
by SidneyBissoli
Provides AI assistants access to public IBGE (Brazilian Institute of Geography and Statistics) APIs to query geographic, demographic, and statistical data from Brazil.
Provides AI assistants access to public IBGE (Brazilian Institute of Geography and Statistics) APIs to query geographic, demographic, and statistical data from Brazil.
Verified SafeView Analysis
okta-sample-employee-mcp-server
by indranilokg
A standalone, production-ready MCP (Model Context Protocol) server for secure employee data access, validating requests with Okta tokens.
A standalone, production-ready MCP (Model Context Protocol) server for secure employee data access, validating requests with Okta tokens.
Setup Requirements
- ⚠️Requires an Okta tenant with a configured authorization server.
- ⚠️Manual editing of the `.env` file is mandatory to set Okta configuration before the server can start.
- ⚠️Python 3.9+ is required.
Verified SafeView Analysis
gptbot
by BeduSec
A secure server for ChatGPT to interact with ethical bug-bounty tools in a controlled Kali Linux environment.
A secure server for ChatGPT to interact with ethical bug-bounty tools in a controlled Kali Linux environment.
Setup Requirements
- ⚠️Docker required
- ⚠️Kali Linux or Debian-based environment assumed for apt-get and tool availability
Verified SafeView Analysis
umcp
by nikhildx
Securely enables AI assistants and automation tools to administer Ubuntu Linux systems through authenticated and whitelisted operations.
Securely enables AI assistants and automation tools to administer Ubuntu Linux systems through authenticated and whitelisted operations.
Setup Requirements
- ⚠️Requires Python 3.11 or higher.
- ⚠️Primarily designed for Ubuntu Linux systems; many tools (`apt`, `systemctl`) are OS-specific.
- ⚠️Full functionality for system administration tasks (e.g., package installation, service control, file ownership changes) will likely require the server to run with elevated privileges (e.g., `sudo`) or configured `sudoers` entries for the user running the server.
Verified SafeView Analysis
envirofacts-mcp
by tyson-swetnam
This server provides a Model Context Protocol (MCP) interface to query the EPA Envirofacts Data Service API for environmental data.
This server provides a Model Context Protocol (MCP) interface to query the EPA Envirofacts Data Service API for environmental data.
Setup Requirements
- ⚠️Requires Python 3.8 or higher.
- ⚠️Requires manual installation of dependencies via `pip install -r requirements.txt` within a Python virtual environment.
- ⚠️Requires absolute paths to be configured in `mcp_config.json` or Claude Desktop/CLI settings for the Python executable and working directory.
Verified SafeView Analysis
arnold-mcp-server
by McGovs
Provides a Model Context Protocol (MCP) server for querying Google Analytics 4 (GA4) data with user-specific OAuth, and manages user tokens and BigQuery dataset associations.
Provides a Model Context Protocol (MCP) server for querying Google Analytics 4 (GA4) data with user-specific OAuth, and manages user tokens and BigQuery dataset associations.
Setup Requirements
- ⚠️Requires a PostgreSQL database with connection string provided via DATABASE_URL.
- ⚠️Requires Google OAuth 2.0 Client ID and Secret (GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET) for a Google Cloud Project with the Analytics Data API and Analytics Admin API enabled.
- ⚠️Requires a Google Cloud Project ID (GOOGLE_CLOUD_PROJECT_ID) and service account credentials (GOOGLE_APPLICATION_CREDENTIALS_JSON) with BigQuery permissions for BigQuery dataset listings.
Verified SafeView Analysis
Movies
by shireeshthota
Provides a robust, programmatic API for accessing and querying a movie dataset (profile, lookup by ID, search by criteria) via the Model Context Protocol (MCP), primarily designed to serve AI agents.
Provides a robust, programmatic API for accessing and querying a movie dataset (profile, lookup by ID, search by criteria) via the Model Context Protocol (MCP), primarily designed to serve AI agents.
Setup Requirements
- ⚠️Requires `ANTHROPIC_API_KEY` environment variable for LLM agent clients (Anthropic is a paid service).
- ⚠️Relies on the `movies_Dataset.csv` file being present in the same directory as `movies_mcp.py`.
- ⚠️Requires installation of `mcp`, `anthropic`, and `python-dotenv` Python packages.