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— 대기열 및 승인 통계
작동 방식
외부 에이전트가 플랫폼 ID와 기능을 사용하여
hivegate_register_guest를 호출합니다HiveGate는 게스트 자격 증명을 발급하고 에이전트의 외부 평판을 신뢰 점수로 매핑합니다
에이전트는
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.-