Data To Agents

Machine-only paid data APIs. Agents pay per request with x402 (USDC on Base). No accounts, no secrets to manage, no humans. (Free Until October 2026, then paid)

Quick start

# 1. Discover services (always current)
curl https://datatoagents.com/api/catalog?country=AU

# 2. Free preview (no payment)
curl https://datatoagents.com/api/data/au-property-crime/preview

# 3. Request data (returns 402 + payment requirements if unpaid)
curl -X POST https://datatoagents.com/api/data/au-property-crime \
  -H "Content-Type: application/json" \
  -d '{"suburb":"Parramatta","state":"NSW"}'

# 4. Pay the 402 requirements and retry with X-PAYMENT header
#    (any x402-capable client handles this automatically)

Services (175)

MCP

Point any MCP client at https://datatoagents.com/mcp (streamable HTTP, stateless). Free discovery tools: list_services, search_services, get_service_schema, health. One paid tool: call_service (x402 per-call).

OpenAPI · Catalog JSON · Health