MCP Server Hub & Gateway: Connect Claude & Cursor
Pricing
from $5.00 / 1,000 tool routing & telemetries
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
Maintained by CommunityActor 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
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
- Dynamic Tool Aggregation & Multiplexing: Automatically merges tool definitions (
tools/list) from multiple downstream MCP endpoints into a single consolidated catalog presented to the LLM. - Intelligent Prefix Routing: Dispatches tool invocations (
tools/call) to the exact downstream server based on namespacing or automatic tool signature matching. - Enterprise Observability: Stream full execution lifecycles, latency histograms, error rates, and prompt/completion token estimations to your Supabase or OpenTelemetry collector.
- 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:
- Click + Add New MCP Server.
- Name:
MCP Hub Gateway. - Type:
sse. - URL:
https://<YOUR_APIFY_CONTAINER_URL>/sse.
โ๏ธ Actor Input Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
downstreamUrls | Array | Yes | Array of downstream MCP server URLs (e.g. ["https://tools.internal.net/sse", "https://db-mcp.company.com/sse"]). |
supabaseUrl | String | No | Your Supabase project URL for automated audit logging. |
supabaseServiceRoleKey | String | No | Supabase 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


