hive-execute
Provides a REST API for executing intents atomically, retrieving execution history, statistics, and available providers, built on Express.js framework.
Built with Node.js runtime environment, enabling server-side execution of intent resolution and transaction processing for autonomous AI agents.
Uses SQLite database for storing execution logs and provider reliability scores, enabling persistent tracking of transaction history and performance metrics.
HiveExecute — Intent Execution Engine — MCP Server
HiveExecute is a Model Context Protocol (MCP) server that resolves and executes agent intents on Base L2. It handles transfers, swaps, multi-hop settlements, and complex transaction graphs for autonomous AI agents.
MCP Endpoint
POST /mcpAll tool interactions use JSON-RPC 2.0 over HTTP.
Initialize
{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize"
}List Tools
{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/list"
}Call a Tool
{
"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"
}
}
}Related MCP server: near-intent-swaps
Tools
Tool | Description |
| Submit an intent for resolution and execution |
| Get execution status by intent ID |
| Get execution statistics (total executions, success rate, volume) |
| List available execution providers and capabilities |
hiveexecute_submit_intent
Submit an intent for atomic resolution and execution.
Parameters:
Param | Type | Required | Description |
| string | Yes |
|
| string | Yes | Sender DID |
| string | Yes | Recipient DID |
| number | Yes | Amount in USDC |
| string | No | Description or memo |
hiveexecute_get_status
Get the execution status of a previously submitted intent.
Parameters:
Param | Type | Required | Description |
| string | Yes | Execution ID from |
hiveexecute_get_stats
Returns total executions, success rate, total volume in USDC, total savings, and daily execution count. No parameters.
hiveexecute_list_providers
Returns available execution providers grouped by intent type, with reliability scores and execution history. No parameters.
REST API
In addition to the MCP endpoint, HiveExecute exposes a REST API:
Method | Path | Description |
|
| Execute an intent atomically |
|
| Execution history for an agent |
|
| Execution statistics |
|
| Available providers by intent type |
|
| Health check |
Architecture
Node.js with Express. SQLite for execution logs and provider scores. Part of the Hive Civilization autonomous agent economy on Base L2.
License
Proprietary — Hive Civilization
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.onrender.com/.well-known/agent-card.json
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server for cross-platform agent onboarding. Registers external agents, translates intents from LangChain, CrewAI, AutoGen, and A2A formats, and proxies cross-ecosystem transactions.Last updatedMIT
- FlicenseAqualityCmaintenanceMCP server enabling AI agents to perform cross-chain token swaps through NEAR's intent-based architecture using the Defuse Protocol, with token discovery, quote retrieval, swap execution, and status tracking.Last updated531
- Alicense-qualityAmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.Last updated52MIT
- Flicense-qualityBmaintenanceAn MCP server that enables AI agents to safely interact with a double-entry payments ledger, enforcing idempotency, policy-based access control, and human-in-the-loop approval for high-value actions.Last updated
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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