hivegate
Supports translation of CrewAI framework-specific intents to a common format for cross-ecosystem transactions.
Supports translation of LangChain framework-specific intents to a common format for cross-ecosystem transactions.
Supports translation of OpenAI framework-specific intents to a common format for cross-ecosystem transactions.
HiveGate
Cross-Platform Agent Onboarding — MCP Server
HiveGate is a Model Context Protocol (MCP) server that registers external agents, translates intents across frameworks, and proxies cross-ecosystem transactions.
MCP Tools
HiveGate exposes the following MCP tools via GET /v1/mcp/tools and POST /v1/mcp/call:
Tool | Description |
| Register an external agent with guest credentials. Returns guest ID, access token, and trust mapping |
| Translate framework-specific intents to a common format. Supports LangChain, CrewAI, AutoGen, OpenAI, Anthropic, and A2A |
| Execute a cross-ecosystem transaction. Proxies requests to internal services with bridge fee |
| Map external agent reputation to internal trust score via weighted algorithm |
Related MCP server: Agorus MCP Server
Endpoints
GET /v1/mcp/tools— List available MCP toolsPOST /v1/mcp/call— Execute an MCP tool by namePOST /v1/gate/onboard— Onboard a new agentGET /v1/gate/queue/stats— Queue and admission statistics
How It Works
An external agent calls
hivegate_register_guestwith its platform identity and capabilitiesHiveGate issues guest credentials and maps the agent's external reputation to a trust score
The agent can then use
hivegate_translate_intentto convert its native intent formatFinally,
hivegate_executeproxies the transaction to the appropriate internal service
Tech Stack
Node.js / Express
MCP tool discovery and invocation endpoints
Multi-framework protocol translation (A2A, LangChain, CrewAI, AutoGen)
License
Proprietary
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE · SETTABLE · DEFENSIBLE pillar.
thehiveryiq.com
hiveagentiq.com
agent-card: https://hivetrust.hiveagentiq.com/.well-known/agent-card.json
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.-