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.

SORT:

Vetted Servers(6)

32
2
Medium Cost
Sec9

A Cloudflare Workers-based MCP server providing 28 advanced lateral thinking techniques, AI-powered idea enhancement, and deep path-dependent analysis for creative problem-solving.

Setup Requirements

  • ⚠️Requires a Cloudflare account and the Wrangler CLI for deployment.
  • ⚠️Manual setup of Cloudflare KV namespaces ('sessions', 'oauth') and subsequent update of 'wrangler.toml' with their IDs is required.
  • ⚠️Mandatory Cloudflare secrets for production: AUTH_USERNAME, AUTH_API_KEY, OAUTH_CLIENT_SECRET, and DEBUG_TOKEN.
  • ⚠️Requires Node.js 18+ to run locally or for deployment preparation.
Verified SafeView Analysis
Authentication is robust, supporting OAuth 2.0 and API keys. Deployment on Cloudflare Workers provides inherent isolation. The system implements rate limiting, input validation, and security middleware. Explicit warnings against hardcoding production secrets are present in the README. No instances of 'eval' or obvious malicious patterns were detected in the provided source code.
Updated: 2025-12-06GitHub
0
0
Low Cost

Augments LLM capabilities for creative problem-solving by tracking and guiding non-linear semantic exploration.

Setup Requirements

  • ⚠️Requires an MCP-compatible client (e.g., Claude Desktop, VS Code with MCP extension) to act as an LLM tool.
  • ⚠️Requires Node.js and npm/npx to be installed for execution.
Verified SafeView Analysis
The server uses StdioServerTransport, communicating via standard I/O streams rather than directly opening network ports, which is generally a secure communication method for tool execution. There is no evidence of `eval` usage, obfuscation, or hardcoded sensitive credentials. Dependencies are standard and appear to be well-maintained. The MCP SDK itself might involve network communication, but this specific server's interaction model is through stdio.
Updated: 2025-12-02GitHub
0
0
Low Cost

Facilitates non-linear, associative thinking for LLMs to enhance creative problem-solving and ideation.

Setup Requirements

  • ⚠️Requires a Node.js runtime (version 18+ is recommended due to dependencies).
  • ⚠️Designed as a server for the Model Context Protocol (MCP); it expects to be invoked by an MCP-compatible client (e.g., an LLM integration in a desktop app or IDE), not directly by a human in a terminal for interactive use.
Verified SafeView Analysis
The server uses StdioServerTransport, communicating solely via standard I/O, which significantly reduces external network attack surface. Input validation is performed using Zod schemas for all tool arguments. No 'eval', code obfuscation, or hardcoded secrets were found in the provided source code. The logic is self-contained and primarily involves string processing and state management.
Updated: 2025-12-02GitHub
0
0
Medium Cost
creativeprofit22 icon

mcp-servers

by creativeprofit22

Sec9

Generate and edit images using KIE.ai Seedream v4, with optional image management and storage via Cloudinary.

Setup Requirements

  • ⚠️Requires a KIE.ai API key, which is for a paid service.
  • ⚠️Cloudinary tools require a Cloudinary account and API credentials to be configured.
  • ⚠️Requires installation of Python dependencies (mcp, httpx, cloudinary) via pip.
Verified SafeView Analysis
The server loads sensitive API keys from environment variables, which is a good security practice. It utilizes standard Python libraries and httpx for network requests and file operations, avoiding direct shell commands or known dangerous functions like 'eval'. Image saving is directed to a configurable local directory. The Cloudinary client correctly uses provided credentials. Overall, the code is well-structured and demonstrates reasonable security considerations for its functionality.
Updated: 2025-11-26GitHub
0
0
Low Cost
MarwahManan icon

mcp-server-yt

by MarwahManan

Sec1

To host and manage a custom Minecraft server, likely for YouTube content creation or community engagement.

Setup Requirements

  • ⚠️Requires Java Runtime Environment (JRE) to be installed.
  • ⚠️Requires specific network port forwarding (e.g., 25565) to be configured for external access.
  • ⚠️Potential for high RAM usage depending on player count and installed modifications.
Review RequiredView Analysis
Full source code for 'mcp-server-yt' was not provided for analysis. Therefore, a comprehensive security audit for 'eval', obfuscation, network risks, hardcoded secrets, or malicious patterns could not be performed. Running unverified code carries significant risk as its behavior cannot be confirmed.
Updated: 2025-12-06GitHub
0
0
Low Cost
Sec9

An MCP server that translates jazz improvisation structure, particularly centered on Thelonious Monk's approach, into visual sensory parameters for enhancing AI image generation prompts.

Setup Requirements

  • ⚠️Requires Python 3.10 or higher.
  • ⚠️Requires `fastmcp` and `pyyaml` Python packages.
Verified SafeView Analysis
Uses `yaml.safe_load` for configuration, mitigating YAML injection risks. No `eval`, `exec`, `subprocess`, or hardcoded credentials found. Input parameters are type-hinted and range-checked.
Updated: 2025-11-29GitHub