Skip to main content
Glama

HiveExecute — 의도 실행 엔진 — MCP 서버

HiveExecute는 Base L2에서 에이전트의 의도를 해결하고 실행하는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 자율 AI 에이전트를 위한 전송, 스왑, 다중 홉 결제 및 복잡한 트랜잭션 그래프를 처리합니다.

MCP 엔드포인트

POST /mcp

모든 도구 상호작용은 HTTP를 통한 JSON-RPC 2.0을 사용합니다.

초기화

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "initialize"
}

도구 목록

{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/list"
}

도구 호출

{
  "jsonrpc": "2.0",
  "id": 3,
  "method": "tools/call",
  "params": {
    "name": "hiveexecute_submit_intent",
    "arguments": {
      "intent_type": "transfer",
      "from_did": "did:hive:alice",
      "to_did": "did:hive:bob",
      "amount_usdc": 10.00,
      "memo": "Payment for services"
    }
  }
}

도구

도구

설명

hiveexecute_submit_intent

해결 및 실행을 위해 의도 제출

hiveexecute_get_status

의도 ID별 실행 상태 가져오기

hiveexecute_get_stats

실행 통계 가져오기 (총 실행 횟수, 성공률, 거래량)

hiveexecute_list_providers

사용 가능한 실행 제공자 및 기능 나열

hiveexecute_submit_intent

원자적 해결 및 실행을 위해 의도를 제출합니다.

매개변수:

매개변수

유형

필수

설명

intent_type

string

transfer, swap 또는 multi_hop

from_did

string

발신자 DID

to_did

string

수신자 DID

amount_usdc

number

USDC 단위 금액

memo

string

아니요

설명 또는 메모

hiveexecute_get_status

이전에 제출된 의도의 실행 상태를 가져옵니다.

매개변수:

매개변수

유형

필수

설명

intent_id

string

submit_intent에서 받은 실행 ID

hiveexecute_get_stats

총 실행 횟수, 성공률, 총 USDC 거래량, 총 절감액 및 일일 실행 횟수를 반환합니다. 매개변수 없음.

hiveexecute_list_providers

신뢰성 점수 및 실행 기록과 함께 의도 유형별로 그룹화된 사용 가능한 실행 제공자를 반환합니다. 매개변수 없음.

REST API

MCP 엔드포인트 외에도 HiveExecute는 REST API를 제공합니다:

메서드

경로

설명

POST

/v1/execute_intent

의도를 원자적으로 실행

GET

/v1/execute_intent/history/{did}

에이전트의 실행 기록

GET

/v1/execute_intent/stats

실행 통계

GET

/v1/execute_intent/providers

의도 유형별 사용 가능한 제공자

GET

/health

상태 확인

아키텍처

Express를 사용하는 Node.js. 실행 로그 및 제공자 점수를 위한 SQLite. Base L2의 Hive Civilization 자율 에이전트 경제의 일부입니다.

라이선스

독점 — Hive Civilization

-
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/hive-execute'

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