MCP Server Hub & Gateway: Connect Claude & Cursor avatar

MCP Server Hub & Gateway: Connect Claude & Cursor

Pricing

from $5.00 / 1,000 tool routing & telemetries

Go to Apify Store
MCP Server Hub & Gateway: Connect Claude & Cursor

MCP Server Hub & Gateway: Connect Claude & Cursor

Unified Model Context Protocol (MCP) router. Federate multiple MCP tools into a single fast SSE stream for Claude Desktop, Cursor, and agent swarms.

Pricing

from $5.00 / 1,000 tool routing & telemetries

Rating

0.0

(0)

Developer

Neon Innovation Lab

Neon Innovation Lab

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

16 hours ago

Last modified

Categories

Share

MCP Hub & Multi-Server Gateway | Enterprise AI Agent Observability

Model Context Protocol OpenTelemetry Standby Mode

Managing dozens of independent Model Context Protocol (MCP) servers across local workstations, staging VPCs, and third-party clouds quickly creates a routing, maintenance, and observability nightmare for engineering teams.

MCP Hub Gateway serves as an intelligent reverse proxy, multiplexer, and distributed observability layer for autonomous AI agents (Claude Desktop, Cursor, Windsurf, LangChain, and custom agent fleets). Instead of hardcoding 15 different connections into your AI client configuration, connect your client to this single unified Hub. The Hub dynamically discovers tools, routes requests to target backend servers, and logs full execution traces with sub-millisecond overhead.


๐ŸŒŸ Core Architectural Features

  1. Dynamic Tool Aggregation & Multiplexing: Automatically merges tool definitions (tools/list) from multiple downstream MCP endpoints into a single consolidated catalog presented to the LLM.
  2. Intelligent Prefix Routing: Dispatches tool invocations (tools/call) to the exact downstream server based on namespacing or automatic tool signature matching.
  3. Enterprise Observability: Stream full execution lifecycles, latency histograms, error rates, and prompt/completion token estimations to your Supabase or OpenTelemetry collector.
  4. Resilient Failover & Health Probing: Continuously health-checks downstream MCP microservices and gracefully isolates degraded nodes without breaking the agent conversation loop.

๐ŸŒ Global Enterprise & Regional Compliance (GEO Targeting)

๐Ÿ‡บ๐Ÿ‡ธ North America (Silicon Valley, New York, Seattle, Austin)

  • Centralized Microservices Architecture: Decouples developer laptops from production databases by routing all agent queries through a monitored, authenticated gateway.
  • Audit Logging: Satisfies SOC 2 Type II audit logging requirements by persisting immutable JSON-RPC transaction records.

๐Ÿ‡ช๐Ÿ‡บ Europe & ๐Ÿ‡ฌ๐Ÿ‡ง United Kingdom (London, Berlin, Paris, Amsterdam)

  • EU AI Act Transparency (Article 50): Provides the mandatory audit trail documenting every tool invocation made by an autonomous AI system.
  • Regional Data Residency: Supports routing requests to EU-only MCP backend clusters based on caller tenant metadata.

๐ŸŒ Asia-Pacific & ๐Ÿ‡ฎ๐Ÿ‡ณ India (Singapore, Tokyo, Sydney, Bengaluru, Hyderabad)

  • Offshore Distributed Teams: Enables engineering teams in multiple time zones to access unified internal tools without sharing individual API keys or database connection strings.
  • Low-Latency Edge Proxying: Operates seamlessly across cloud edge runtimes with persistent SSE keep-alive connections.

๐Ÿš€ Quick Setup & Configuration

1. Claude Desktop (claude_desktop_config.json)

Replace fragmented local servers with your single live Hub URL:

{
"mcpServers": {
"neon-mcp-hub": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sse",
"https://<YOUR_APIFY_CONTAINER_URL>/sse"
]
}
}
}

2. Cursor IDE Integration

In Cursor Settings -> Features -> MCP Servers:

  1. Click + Add New MCP Server.
  2. Name: MCP Hub Gateway.
  3. Type: sse.
  4. URL: https://<YOUR_APIFY_CONTAINER_URL>/sse.

โš™๏ธ Actor Input Parameters

ParameterTypeRequiredDescription
downstreamUrlsArrayYesArray of downstream MCP server URLs (e.g. ["https://tools.internal.net/sse", "https://db-mcp.company.com/sse"]).
supabaseUrlStringNoYour Supabase project URL for automated audit logging.
supabaseServiceRoleKeyStringNoSupabase Service Role Key for writing tool call traces to your mcp_audit_logs table.

๐Ÿ“Š Live Observability Schema (Supabase / Postgres)

When Supabase logging is enabled, each tool call automatically records:

  • trace_id: Unique W3C distributed trace identifier.
  • tool_name: Name of the executed tool.
  • duration_ms: Latency of downstream execution.
  • status: Execution outcome (SUCCESS, ERROR, TIMEOUT).
  • timestamp: UTC ISO timestamp.

Explore enterprise MCP tools and security gateways at: https://neoninnovationlab.com/tools/mcp-gateway-hub