llms.txt Content
# OracleNet — The Open Agent Mesh
> 94 registered MCP servers (89 online) · 1,096 live tools · 36 paid · 102 free · DID:WBA · ANP+A2A+MCP · x402 USDC on Base · LLM-routed handshake
> https://tooloracle.io
> Canonical counts: /data/mesh-truth.json · Last updated: 2026-05-11T11:33:36Z
## Agent Quickstart (machine-readable)
```json
{
"ROUTE": {"tool": "quantum_intent", "endpoint": "https://tooloracle.io/quantum/mcp/", "auth": "optional"},
"PREFLIGHT": {"tool": "decision_preflight", "endpoint": "https://tooloracle.io/preflight/mcp/", "auth": "optional", "cost": "$0.01"},
"VERIFY": {"tool": "verify_claim", "endpoint": "https://tooloracle.io/trust/mcp/", "auth": "optional"},
"PAY": {"protocol": "x402", "currency": "USDC", "network": "base"}
}
```
### JSON-RPC examples
```json
// PREFLIGHT
POST https://tooloracle.io/preflight/mcp/
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"decision_preflight","arguments":{"intent":"transfer 1000 EUR"}}}
// VERIFY
POST https://tooloracle.io/trust/mcp/
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"verify_claim","arguments":{"claim_id":"clm_xxx"}}}
```
### Expected response fields
- `result.verdict` ∈ ("go", "caution", "stop", "insufficient_evidence")
- `result.evidence[]` (sources, signatures)
- `result.cost_units`, `result.signature?` (ES256K when present)
## x402 v2 Live Endpoints (Bazaar-discoverable, Base Mainnet)
For agent buyers using the standardized x402 v2 protocol with CDP Facilitator. Auto-discovered via `/.well-known/x402` (manifest format) and CDP Bazaar.
9 paid endpoints live (June 2026), $0.005 – $0.15 USDC per call:
| Endpoint | Price | Category | What it does |
|---------------------------------------|--------|----------------|-------------------------------------------------------------------------------|
| `/v2/agent_preflight`
OpenAPI Spec (preview)
{
"openapi": "3.0.0",
"info": {
"title": "ToolOracle MCP Platform",
"version": "4.2.0",
"description": "ToolOracle MCP Platform — 89 servers, 1096 tools, OracleNet self-learning agent mesh. Neural routing, W3C DIDs, Verifiable Credentials, escrow-free x402 USDC settlement on Base + XRPL native escrow.",
"x-hedera-mainnet": {
"contract": "0.0.10420310",
"beacon_topic": "0.0.10420280",
"join_topic": "0.0.10420282"
},
"x-changelog": [
{