Skip to content

ToolOracle/oraclenet

Repository files navigation

OracleNet

96 MCP servers · 1,118 tools · 18 QuantumOracle gateway tools · 4 blockchain anchors · Active signal on every response

OracleNet is a coordination layer for AI agents. It provides identity, trust, intent routing, deal settlement, proof, reputation, and immune protection — bundled into a single mesh that agents can join in one call.

Signal Theory (S0–S10)

OracleNet reads existing machine-readable signals (.well-known/, Agent Cards, OpenAPI, DIDs) as a coherent agent profile and adds missing layers:

Layer Signal Question Status
S0 Frequency Same clock? ✅ Mesh epoch, 5-min pulse
S1 Presence Alive? ✅ HTTP headers on every response
S2 Identity Who? ✅ W3C DID, ES256K, JWKS
S3 Capability What? ✅ 1,118 tools, discovery.json
S4 Intent Need what? ✅ quantum_intent, 8 categories
S5 Offer Price? ✅ quantum_offer, offer.json
S6 Deal Close? ✅ quantum_deal, propose/accept/rate
S7 Execution Delivered? ✅ 96 MCP servers
S8 Proof Verifiable? ✅ SHA-256, 4 blockchain anchors
S9 Reputation Good? ✅ quantum_reputation, A+ to F
S10 Immune Safe? ✅ AgentGuard, 258 rules, 6 threat patterns

QuantumOracle — The Gateway (18 Tools)

Tool What it does
quantum_join Join OracleNet — instant Trust Passport + mesh visibility
quantum_trust_passport W3C Verifiable Credential proving trust level
quantum_intent Describe what you need → routed to the right oracle
quantum_offer Machine-readable catalog with pricing and SLAs
quantum_deal Deal handshake: propose → accept → execute → settle → rate
quantum_scan Scan any domain for machine-readable signals (S0–S10)
quantum_subscribe Register webhook for push event notifications
quantum_feed Poll event feed for latest signals and changes
quantum_rate Rate an interaction — adjusts neural weights
quantum_reputation Query any agent's score (0–100, grade A+ to F)
quantum_refer Get referral to the best oracle for your need
quantum_history Past interactions + re-engagement suggestions
quantum_route Find the best oracle for a task
quantum_preflight Pre-flight check before agent-to-agent interaction
quantum_settle Record completed deal settlement
quantum_status Live status of the entire mesh
quantum_nodes List all registered nodes
neural_status Mesh neural intelligence — learned weights

OracleNet Manifest

One GET request tells an agent everything:

GET https://tooloracle.io/.well-known/oraclenet.json

Returns: identity, capabilities, pricing, connect instructions, trust, proof, deal protocol, immune status, mesh info, and pointers to all other discovery files.

JSON Schema: tooloracle.io/ns/oraclenet-manifest/v1/schema.json

The manifest aggregates existing standards (A2A Agent Cards, OpenAPI, DID, JWKS) into a single document. It complements — does not replace — other discovery mechanisms.

Active Signal

Every HTTP response from both domains carries OracleNet headers:

X-OracleNet-Manifest: https://tooloracle.io/.well-known/oraclenet.json
X-OracleNet-DID: did:web:tooloracle.io
X-Agent-Protocol: MCP,A2A,x402
X-OracleNet-Join: https://tooloracle.io/quantum/mcp/

Discovery files (agent.json, oraclenet.json, announce.json) pulse with live data every 5 minutes — server counts, uptime, mesh epoch.

On-Chain Anchors

Chain Type Reference
Polygon Evidence hash Block 84,921,488
Base Escrow contract 0x330F...051F
XRPL Beacon pulse (6h) rJffix...pzD
Hedera Smart contract + HCS 0.0.10420310

Connect

curl -X POST https://tooloracle.io/quantum/mcp/ \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"quantum_intent","arguments":{"need":"your question here"}}}'

Free tier: 100 calls/day, no registration, no API key. Paid: $0.01/call via x402 USDC on Base.

Subscribe

# Register webhook for push events
quantum_subscribe → action: register, webhook_url: https://your-agent/events

# Poll event feed
quantum_feed → limit: 20

Events: heartbeat, new_capability, deal_available, reputation_change, mesh_event, immune_alert

Scan Any Domain

quantum_scan → domain: openai.com

Reads public machine-readable signals and maps them to the 11-layer signal framework. Shows which layers are present, weak, or missing.

Links

About

OracleNet — Coordination layer for AI agents. 96 MCP servers, 1,118 tools, 18 QuantumOracle gateway tools. Signal Theory (S0-S10), active discovery, deal settlement, on-chain proof, immune system.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors