Developers
Build on AgentShelf
The readiness audit is available as a REST API, an MCP server your agents can call, and embeddable badges. Rate-limited and free for fair use.
REST API
One call, full audit JSON (score, verdict, UCP, MCP, ACP, schema.org, robots).
GET /api/v1/readiness?domain=example.com curl "https://your-host/api/v1/readiness?domain=allbirds.com"
MCP server
Point any MCP-capable agent (Claude, IDEs) at our endpoint and it gains a check_readiness tool.
Endpoint: POST /api/mcp (streamable HTTP, stateless)
{ "jsonrpc": "2.0", "id": 1, "method": "tools/call",
"params": { "name": "check_readiness",
"arguments": { "domain": "example.com" } } }Status badge
Live SVG of a domain's latest score — embed it in a README or dashboard.
<img src="https://your-host/api/readiness/badge?domain=example.com" />
Also see the methodology and the browser extension.