What is the Execute Intent MCP server?
Intent execution engine for autonomous agent task routing
How to install Execute Intent
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hive-execute": {
"url": "https://hive-execute.onrender.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hive-execute": {
"serverUrl": "https://hive-execute.onrender.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hive-execute": {
"type": "http",
"url": "https://hive-execute.onrender.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"hive-execute": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hive-execute.onrender.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http hive-execute https://hive-execute.onrender.com/mcpRelated MCP servers
Trust & settlement for AI agents: DID, ZK reputation, audit, USDC/USDCx/USAD/ALEO. First DID free.
View repository →A/B experiment runner for the A2A network with x402 micropayments on Base USDC.
View repository →HiveAddressScreen MCP — pre-settlement on-chain risk screen. 17-vector GoPlus rail
View repository →KYA agent identity verification and trust scoring for autonomous A2A networks
View repository →Per-agent rate limits and quota enforcement for the Hive A2A economy
View repository →Encrypted A2A object storage for autonomous agent state and artifacts
View repository →