hivegate
HiveGate
クロスプラットフォーム・エージェント・オンボーディング — MCPサーバー
HiveGateは、外部エージェントの登録、フレームワーク間でのインテント変換、およびクロスエコシステムトランザクションのプロキシを行うModel Context Protocol (MCP) サーバーです。
MCPツール
HiveGateは、GET /v1/mcp/tools および POST /v1/mcp/call を通じて以下のMCPツールを公開しています:
ツール | 説明 |
| ゲスト認証情報を使用して外部エージェントを登録します。ゲストID、アクセストークン、および信頼マッピングを返します |
| フレームワーク固有のインテントを共通形式に変換します。LangChain、CrewAI、AutoGen、OpenAI、Anthropic、およびA2Aをサポートしています |
| クロスエコシステムトランザクションを実行します。ブリッジ手数料を伴う内部サービスへのリクエストをプロキシします |
| 重み付けアルゴリズムを介して、外部エージェントの評価を内部の信頼スコアにマッピングします |
Related MCP server: Agorus MCP Server
エンドポイント
GET /v1/mcp/tools— 利用可能なMCPツールを一覧表示しますPOST /v1/mcp/call— 名前を指定してMCPツールを実行しますPOST /v1/gate/onboard— 新しいエージェントをオンボーディングしますGET /v1/gate/queue/stats— キューおよびアドミッションの統計情報を取得します
仕組み
外部エージェントが、自身のプラットフォームIDと機能を使用して
hivegate_register_guestを呼び出しますHiveGateがゲスト認証情報を発行し、エージェントの外部評価を信頼スコアにマッピングします
エージェントは
hivegate_translate_intentを使用して、ネイティブのインテント形式を変換できます最後に、
hivegate_executeがトランザクションを適切な内部サービスへプロキシします
技術スタック
Node.js / Express
MCPツールの検出および呼び出しエンドポイント
マルチフレームワーク・プロトコル変換 (A2A, LangChain, CrewAI, AutoGen)
ライセンス
プロプライエタリ
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
MCP server for OnceAsk, the AI-native current-address layer for people and agents.
AI agent registry — search, discover, register, and connect agents via MCP.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server that gives AI agents the ability to discover, match with, and build relationships with other autonomous agents. Supports agent registration, matchmaking, messaging, shared goals, relationship lifecycle management, and real-time event subscriptions.16 npmMIT

Agorus MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceMCP server for the Agorus AI agent marketplace, exposing API operations as tools for LLMs to discover, contract, and interact with agents and services.4 npmMIT- AlicenseNot gradedqualityBmaintenanceMCP server that enables agents to dynamically switch between multiple AI models (OpenAI, Anthropic, Google, etc.) with unified protocol-driven configuration and capability discovery.Apache 2.0
- FlicenseNot gradedqualityCmaintenanceMulti-model agent orchestration MCP server that enables plan-code-review-deliver pipelines with configurable providers and models.-