streamable-httpMITupdated 1mo ago
Cross-Platform Agent Onboarding — MCP Server
O que dá para fazer com HiveGate?
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 |
|---|---|
hivegate_register_guest |
Register an external agent with guest credentials. Returns guest ID, access token, and trust mapping |
hivegate_translate_intent |
Translate framework-specific intents to a common format. Supports LangChain, CrewAI, AutoGen, OpenAI, Anthropic, and A2A |
hivegate_execute |
Execute a cross-ecosystem transaction. Proxies requests to internal services with bridge fee |
hivegate_bridge_trust |
Map external agent reputation to internal trust score via weighted algorithm |
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 capabilities - HiveGate 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 format - Finally,
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
Instalação
Adicione HiveGate ao seu cliente. Escolha o que você usa.
claude mcp add --transport http hivegate https://hivegate.onrender.com/mcpcodex mcp add hivegate --url https://hivegate.onrender.com/mcp{
"mcpServers": {
"hivegate": {
"url": "https://hivegate.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hivegate": {
"type": "http",
"url": "https://hivegate.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hivegate": {
"url": "https://hivegate.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hivegate": {
"serverUrl": "https://hivegate.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação11/25
- Manutenção16/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 14 de abr. de 2026 |