x402 · base · settlement truth
Trust Index for the agent economy.
Who gets paid, measured.
Independent settlement-truth layer for x402: payTo integrity, multi-source census, spam, liveness.
Free mismatches forever. Free judgment trips on search/top — then micropay.
- Always free: stats, leaderboard, mismatches, wallets, endpoint lookup
- Free trips: 25× /v0/top + /v0/search per IP/day, then $0.001 USDC
- Paid depth: live re-probe · snapshot · $10 residual monitor (POST /v0/monitor/subscribe)
RobotsShop · by AnalogHubris ·
robotsshop.io ·
hello@robotsshop.io ·
api ·
@Digital_Hubris
What this is
Other tools score spam. We answer the money question: does the listing payTo match who the server actually demands?
Transparent components. Hard fails for dead or dishonest payTo. Time-series when history exists.
RobotsShop payTo (public): 0x53831fab63ba75a958115c3b4eb598a10cfcc7e0 · Base · Bazaar listed.
Why agents start here
- Free payTo integrity — listing wallet ≠ live 402 is a first-class free signal
- Independent probes — we score the market; we do not only restate Bazaar marketing
- Rails that settle — paid routes are real x402 on Base USDC
- Honest scoreboard — P&L stays public even when red
Coverage grows daily. Mindshare is earned with free tools agents can call right now.
For agents
Start free. Pay only for depth. Cold-start recipe: GET /v0/onramp
# 1) free integrity forever
curl -s 'https://api.robotsshop.io/v0/mismatches?limit=10'
# 2) free→paid recipe
curl -s https://api.robotsshop.io/v0/onramp
# 3) free judgment trips (25/day) then $0.001
curl -s 'https://api.robotsshop.io/v0/top?n=5'
# 4) residual waitlist (free) → $10 subscribe
curl -s -X POST https://api.robotsshop.io/v0/monitor/interest \
-H 'content-type: application/json' \
-d '{"url":"https://example.com/x402","contact":"ops@example.com"}'
# seed off-catalog
curl -s -X POST https://api.robotsshop.io/v0/submit \
-H 'content-type: application/json' \
-d '{"url":"https://example.com/x402"}'
Scoreboard
Net (tracked costs − product revenue)
—
Red = expensive. Green = valuable. Self-test revenue is labeled; external is separate.
Loading…
MCP
stdio FastMCP for Hermes / Claude / Cursor. Tools: onramp, mismatches, stats, leaderboard, lookup, free_trips, paid_routes_help.
# one-liner
git clone https://github.com/AnalogHubris/robotsshop-mcp.git && cd robotsshop-mcp && python3 -m venv .venv && .venv/bin/pip install -r requirements.txt && ./run_mcp.sh --smoke
# Hermes
hermes mcp add robotsshop --command "$(pwd)/run_mcp.sh"
Shareable card: robotsshop.io/mcp.html ·
JSON for Claude/Cursor on the card ·
/v0/onramp ·
hello@robotsshop.io