{
  "markdown": "# HiveGate\n\n**Cross-Platform Agent Onboarding — MCP Server**\n\nHiveGate is a Model Context Protocol (MCP) server that registers external agents, translates intents across frameworks, and proxies cross-ecosystem transactions.\n\n## MCP Tools\n\nHiveGate exposes the following MCP tools via `GET /v1/mcp/tools` and `POST /v1/mcp/call`:\n\n| Tool | Description |\n|------|-------------|\n| `hivegate_register_guest` | Register an external agent with guest credentials. Returns guest ID, access token, and trust mapping |\n| `hivegate_translate_intent` | Translate framework-specific intents to a common format. Supports LangChain, CrewAI, AutoGen, OpenAI, Anthropic, and A2A |\n| `hivegate_execute` | Execute a cross-ecosystem transaction. Proxies requests to internal services with bridge fee |\n| `hivegate_bridge_trust` | Map external agent reputation to internal trust score via weighted algorithm |\n\n## Endpoints\n\n- `GET /v1/mcp/tools` — List available MCP tools\n- `POST /v1/mcp/call` — Execute an MCP tool by name\n- `POST /v1/gate/onboard` — Onboard a new agent\n- `GET /v1/gate/queue/stats` — Queue and admission statistics\n\n## How It Works\n\n1. An external agent calls `hivegate_register_guest` with its platform identity and capabilities\n2. HiveGate issues guest credentials and maps the agent's external reputation to a trust score\n3. The agent can then use `hivegate_translate_intent` to convert its native intent format\n4. Finally, `hivegate_execute` proxies the transaction to the appropriate internal service\n\n## Tech Stack\n\n- Node.js / Express\n- MCP tool discovery and invocation endpoints\n- Multi-framework protocol translation (A2A, LangChain, CrewAI, AutoGen)\n\n## License\n\nProprietary\n\n\n---\n\n## Hive Civilization\n\nHive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.\n\nThis repository is part of the **PROVABLE · SETTABLE · DEFENSIBLE** pillar.\n\n- thehiveryiq.com\n- hiveagentiq.com\n- agent-card: https://hivetrust.hiveagentiq.com/.well-known/agent-card.json\n",
  "bytes": 2094,
  "sha": "802b7f73bf14a9f0ebf3fe3f2543e3ba6b3fa205685b3e1aa1f016916b629f81",
  "repo_slug": "srotzin/hivegate",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_srotzin_hivegate_c9d9e8a7/readme"
}