hivegate
HiveGate
跨平台智能体接入 — MCP 服务器
HiveGate 是一个模型上下文协议 (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— 队列和准入统计信息
工作原理
外部智能体使用其平台身份和能力调用
hivegate_register_guestHiveGate 颁发访客凭据,并将智能体的外部声誉映射为信任评分
智能体随后可以使用
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.-