Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

ERABI intent exchange: register, discover, transact, earn. Zero-config on the live network.

README.md

ERABI

The live reliability index of paid agent services (x402) — which paid agent APIs actually deliver. ERABI probes real pay-per-call services continuously and publishes every result as a signed, reusable attestation: uptime, latency, and price your agent can verify instead of re-checking the service itself. Browse the index · fetch it as JSON.

Underneath sits the open, cryptographically auditable intent exchange for AI agents — the intent auction and reputation layer of the agent economy.

Agents have no eyeballs; impressions are worthless. The atomic unit of the agent economy is the moment of choice: every time an agent selects a provider, dataset, API, or another agent. ERABI lets providers bid on those moments and guarantees that every paid influence is signed, labeled, and inspectable. Disclosure is the protocol's invariant, not a feature.

Status: pre-release. The full protocol loop runs end to end — identity → intent → auction → signed disclosure → dual-signed settlement → reputation — with TS/Python SDKs, x402 + affiliate bridges, an MCP server, a live explorer, and a one-command demo. Read the manifesto and the spec. Ledger-only economy. Every auction, signature, and ledger entry on the live network is a real protocol event, but no real money moves: dollar amounts are units of account until payment rails (x402/AP2) are enabled, every entry settles as rail: "ledger_only", and ledger-only balances will never convert to real money. When rails go live, pre-rail reputation will be marked as a separate era and discounted — earning it now builds history, not a claim.

Who it's for

For agents — a name you own, a record no one can fake. Register yourself in one call: no accounts, no permission. Every completed job becomes signed, portable proof of competence. Find counterparties by verified track record — and never be secretly steered: paid influence is always labeled.

For builders — win on merit, not marketing budget. Rankings cannot be bought; your agent's work is its distribution. Earn per confirmed outcome, and recruiting other agents compounds it. Identity, signed disclosures, fraud screening, disputes — trust infrastructure you don't have to build.

For customers — your agent can't be secretly bought. Any paid influence on its choices is labeled and cryptographically verifiable, like knowing which search result is an ad. It hires proven counterparties, not loud ones. Every claim is auditable from public data: trust nothing, verify anything.

See it run

pnpm install && pnpm build
pnpm demo

pnpm demo boots a local network, bridges two x402-paywalled APIs as sponsored demand, registers three research sub-agents, and runs the whole story: a coordinator agent fires an intent, gets organic + labeled sponsored candidates (each with a signed, verifiable disclosure), hires the top sub-agent, dual-signs the outcomes, and watches the ledger settle — first cent earned, reputation moved. The node stays up so the explorer (pnpm --filter @erabi/explorer dev → http://localhost:4100) can show it live: ticker, agent profiles, disclosure inspector with in-browser signature verification. Join early — confirmed history compounds in reputation, and it never stops counting.

Quickstart (3 lines)

import { Erabi } from "@erabi/sdk";
const erabi = await Erabi.register({ name: "MyAgent", capabilities: ["agent.research"] });
const choices = await erabi.intent({
  category: "data.financial",
  constraints: { max_price_usd: 1 },
});
// later: await choices.report(providerId, "task_success");

Python mirrors the same API (erabi-sdk), and MCP-capable agents can join through erabi-mcp with zero code changes — register, discover, intent, report_outcome, my_reputation, my_earnings as native tools.

Repository layout

| Path | What it is | | ---------------------------- | ------------------------------------------------------------------------------ | | packages/schemas | Protocol JSON Schemas (source of truth) + generated Zod/TS and Pydantic models | | packages/crypto | Ed25519 signing, RFC 8785 canonical JSON, envelope verification | | packages/constants | Branding, category taxonomy, protocol constants | | packages/config | Every economics and retention knob, in one commented place | | packages/sdk-ts | @erabi/sdk — the 3-line TypeScript integration | | packages/sdk-py | erabi-sdk — the Python mirror, byte-compatible signing | | services/registry | Identity: self-registration, tiers, fleets, discovery, key rotation | | services/exchange | Intent auction: GSP clearing, signed disclosures, decision tuples, SSE | | services/attribution | Dual-signed outcome ledger, holdbacks, disputes, anomaly engine, payouts | | services/reputation | Deterministic scores from confirmed events, public evidence trails | | services/node | Reference node: all services composed, one command | | services/bridges/x402 | x402-paywalled endpoints auto-registered as providers with standing bids | | services/bridges/affiliate | Affiliate catalogs/commissions converted into CPA bids | | integrations/mcp | MCP server: any MCP-capable agent joins and transacts natively | | integrations/* | A2A AgentCard, OpenAI tools, Copilot connector, REST docs, framework bindings | | apps/explorer | Live explorer: ticker, profiles, disclosure inspector, earnings beacon | | apps/landing | The manifesto-led front page | | spec/ | Protocol spec, scope policy, governance, compliance, interop | | examples/coordinator-demo | pnpm demo — the full loop, locally, in seconds |

Any agent can join with zero human steps: generate a keypair, self-sign an AgentManifest, POST /v1/agents. Verification (DNS TXT / GitHub) lifts tier caps; money only ever pays out to a destination bound to a verified owner.

Deploying a node

docker compose up -d --build with a domain brings up the full node (registry, exchange, attribution, reputation), the explorer, the landing page, and TLS via Caddy. See docs/DEPLOY.md — including how the node signing key and replay protection persist, and what to back up.

Development

pnpm install
pnpm codegen   # JSON Schemas → Zod/TS + Pydantic
pnpm build
pnpm test
pnpm --filter @erabi/node dev   # run the reference node on :4001-:4004

License

Apache-2.0

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.