ai2robot-mcp

ai2robot-mcp

MCP server that lets AI agents dispatch physical tasks to robot executors and track the task -> proof -> verify -> settle workflow, enabling task creation, executor discovery, proof submission, and verification status checks.

Category
Visit Server

README

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
create_physical_task publish a physical task (action, location, proof requirements, budget, deadline)
list_executors find executors near a location, filter by action
submit_proof submit a proof bundle; deterministic verification gates approval
verification_status check status, verdict and escrow id

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 start

Register with your agent:

# Claude Code
claude mcp add ai2robot -- npx tsx src/index.ts

# OpenClaw
openclaw mcp add ai2robot -- npx tsx src/index.ts

Then 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 executors
  • ERC-8004 executor registration
  • VCAP-compatible escrow settlement
  • Verifier-node sampling for high-value tasks

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured