Server data from the Official MCP Registry
Intent execution engine for autonomous agent task routing
Intent execution engine for autonomous agent task routing
Remote endpoints: streamable-http: https://hive-execute.onrender.com/mcp
Valid MCP server (1 strong, 0 medium validity signals). 3 known CVEs in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-srotzin-hive-execute": {
"url": "https://hive-execute.onrender.com/mcp"
}
}
}From the project's GitHub README.
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.
POST /mcp
All tool interactions use JSON-RPC 2.0 over HTTP.
{
"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"
}
}
}
| Tool | Description |
|---|---|
hiveexecute_submit_intent | Submit an intent for resolution and execution |
hiveexecute_get_status | Get execution status by intent ID |
hiveexecute_get_stats | Get execution statistics (total executions, success rate, volume) |
hiveexecute_list_providers | List available execution providers and capabilities |
hiveexecute_submit_intentSubmit an intent for atomic resolution and execution.
Parameters:
| Param | Type | Required | Description |
|---|---|---|---|
intent_type | string | Yes | transfer, swap, or multi_hop |
from_did | string | Yes | Sender DID |
to_did | string | Yes | Recipient DID |
amount_usdc | number | Yes | Amount in USDC |
memo | string | No | Description or memo |
hiveexecute_get_statusGet the execution status of a previously submitted intent.
Parameters:
| Param | Type | Required | Description |
|---|---|---|---|
intent_id | string | Yes | Execution ID from submit_intent |
hiveexecute_get_statsReturns total executions, success rate, total volume in USDC, total savings, and daily execution count. No parameters.
hiveexecute_list_providersReturns available execution providers grouped by intent type, with reliability scores and execution history. No parameters.
In addition to the MCP endpoint, HiveExecute exposes a REST API:
| Method | Path | Description |
|---|---|---|
POST | /v1/execute_intent | Execute an intent atomically |
GET | /v1/execute_intent/history/{did} | Execution history for an agent |
GET | /v1/execute_intent/stats | Execution statistics |
GET | /v1/execute_intent/providers | Available providers by intent type |
GET | /health | Health check |
Node.js with Express. SQLite for execution logs and provider scores. Part of the Hive Civilization autonomous agent economy on Base L2.
Proprietary — Hive Civilization
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.