Skip to main content
Glama

HiveGate

跨平台智能体接入 — MCP 服务器

HiveGate 是一个模型上下文协议 (MCP) 服务器,用于注册外部智能体、转换跨框架的意图,并代理跨生态系统的交易。

MCP 工具

HiveGate 通过 GET /v1/mcp/toolsPOST /v1/mcp/call 公开以下 MCP 工具:

工具

描述

hivegate_register_guest

使用访客凭据注册外部智能体。返回访客 ID、访问令牌和信任映射

hivegate_translate_intent

将特定框架的意图转换为通用格式。支持 LangChain、CrewAI、AutoGen、OpenAI、Anthropic 和 A2A

hivegate_execute

执行跨生态系统交易。将请求代理至内部服务并收取桥接费用

hivegate_bridge_trust

通过加权算法将外部智能体声誉映射为内部信任评分

端点

  • GET /v1/mcp/tools — 列出可用的 MCP 工具

  • POST /v1/mcp/call — 按名称执行 MCP 工具

  • POST /v1/gate/onboard — 接入新智能体

  • GET /v1/gate/queue/stats — 队列和准入统计信息

工作原理

  1. 外部智能体使用其平台身份和能力调用 hivegate_register_guest

  2. HiveGate 颁发访客凭据,并将智能体的外部声誉映射为信任评分

  3. 智能体随后可以使用 hivegate_translate_intent 转换其原生意图格式

  4. 最后,hivegate_execute 将交易代理至相应的内部服务

技术栈

  • Node.js / Express

  • MCP 工具发现和调用端点

  • 多框架协议转换 (A2A, LangChain, CrewAI, AutoGen)

许可证

专有

-
security - not tested
F
license - not found
-
quality - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/srotzin/hivegate'

If you have feedback or need assistance with the MCP directory API, please join our Discord server