MCP Hive

MCP-Hive एक गेटवे है जो व्यावसायिक-ग्रेड MCP सर्वरों तक पहुँच प्रदान करता है, जिन्हें केवल सशुल्क सब्सक्रिप्शन या पे-एज़-यू-गो एक्सेस के माध्यम से ही एक्सेस किया जा सकता है। AI एप्लिकेशन विश्वसनीय और प्रसिद्ध उद्योग डेटा प्रदाताओं तक पहुँच के लिए भुगतान करते हैं।

दस्तावेज़

MCP-Hive Proxy

This is the MCP-Hive Proxy. It can be loaded by any agentic host in order to access MCP-Hive and is a gateway to other MCP servers. To obtain credentials, and read further documentation, go to mcp-hive.com

smithery badge

Running

The proxy can run in two modes:

Server Mode (Single MCP)

Proxy a specific MCP server to your MCP client:

node src/proxy/mcpHiveProxy.ts --server <server-name> --local --credentials <credentials>

Gateway Mode (All MCPs)

Expose all available MCP servers through a single proxy with namespaced tools:

node src/proxy/mcpHiveProxy.ts --gateway --local --credentials <credentials>

In gateway mode:

  • Discovery tools are available: discoverServers, listTools, listResources, listPrompts
  • All server tools are namespaced: serverName___toolName (e.g., validator___echo, accuweather___getWeather)

Proxy Flags

FlagDescription
--server <name>Proxy a specific MCP server (omit for gateway mode)
--gatewayExplicitly enable gateway mode
--httpRun the proxy in HTTP transport
--port <port_num>Port number to be used if HTTP-transport
--credentials <id>Consumer credentials for authentication
--verboseEnable verbose logging