ai2robot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ai2robot-mcpCreate a task to inspect a store at 31.23,121.47, proof photo+GPS, budget 10 USDC, deadline 3h"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ai2robot-mcp
MCP server that gives any AI agent the ability to dispatch physical tasks to
robot executors and track task -> proof -> verify -> settle.
Works with Claude Code, OpenClaw, Cursor, Codex and any MCP-compatible agent.
What it does
Tool | Purpose |
| publish a physical task (action, location, proof requirements, budget, deadline) |
| find executors near a location, filter by action |
| submit a proof bundle; deterministic verification gates approval |
| check status, verdict and escrow id |
Related MCP server: agent-mailbox-mcp
Quick start (local demo mode)
No backend needed. The server runs against an in-memory executor registry and verifies proof bundles with real SHA-256 / Ed25519 checks.
npm install
npm run build
npm startRegister with your agent:
# Claude Code
claude mcp add ai2robot -- npx tsx src/index.ts
# OpenClaw
openclaw mcp add ai2robot -- npx tsx src/index.tsThen ask the agent something like:
"Create a physical task to inspect the store at 31.2304,121.4737, proof = photo + GPS trace, budget 10 USDC, deadline in 3 hours. Then show me who was matched."
Example proof bundle
Robots/executors submit a proof bundle with a hash-chained action log, GPS traces and an Ed25519 signature. The server rejects bundles whose chain is broken, timestamps are out of order, or GPS movement is implausible.
Roadmap
Network API mode (
AI2ROBOT_API_URL) — same tools, live executorsERC-8004 executor registration
VCAP-compatible escrow settlement
Verifier-node sampling for high-value tasks
License
MIT
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-qualityDmaintenanceMCP Server for AI agent identity and authorization. Create, verify, and manage agent identities with trust scores and scoped authorization tokens.Last updatedMIT
- Alicense-qualityCmaintenanceMCP server for multi-agent AI systems providing mailbox messaging, A2A task delegation, resource coordination, and a web dashboard.Last updated15MIT
- Alicense-qualityFmaintenanceMCP server that gives AI agents Lightning payments, L402 API access, trust verification, and service discovery.Last updated13MIT
- Alicense-qualityCmaintenanceAn MCP server that allows AI agents to publish real-world tasks, match workers, manage progress, and handle compliant payments via standardized tools and resources.Last updated61MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Coordinate multiple AI agents over MCP: atomic claims, leases, shared ledger, handoffs, tasks.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
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/ai2robot-network/ai2robot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server