Back to MCP Directory
Metatool App
Model Context Protocol moderate risk

Metatool App

MetaMCP dynamically aggregates and manages multiple MCP servers through a unified endpoint, offering middleware and enhanced inspection capabilities.

Connections & Capabilities

Connects To

GitHubPostgreSQLDiscordDockerAzure

Capabilities

readwriteexecadmin

Quickstart

Install

npx -y

Config

{
  "mcpServers": {
    "MetaMCP": {
      "url": "http://localhost:12008/metamcp/<YOUR_ENDPOINT_NAME>/sse"
    }
  }
}

Exposed MCP Tools (1)

safe
HackerNews

Retrieves and displays content from Hacker News.

Read-only access to Hacker News data.

Safety Assessment

MetaMCP offers a centralized point for managing MCP servers, but the overall safety depends on the configuration of namespaces, middlewares, and the security of the underlying MCP servers. It's relatively safe for read-only operations with proper authentication, but risky if destructive tools are exposed without adequate controls.

  • API Key and OAuth authentication options.
  • Namespace-level middleware for request/response transformation.
  • Tool overrides and annotations for granular control.
  • CORS policy enforcement based on APP_URL.
  • Potential for misconfigured middleware to expose data.
  • Reliance on environment variables for secrets management.
  • Aggregates multiple MCP servers, inheriting their vulnerabilities.
  • Improperly configured namespaces can lead to unintended access.