Skip to content
Back to search
100
MCP live v0.1.0-g1.1 MCP 2025-11-25 http

Axiom Oracle

io.github.axiom-stack-llc/oracle

Axiom Oracle — Solana-native attestation infrastructure for AI agents. RWA data on-chain.

Uptime
100.0%
1 direct probes · 30d
Response
714ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

axiom_quote_fee

Return the listener's current fee threshold for a fresh attestation request. The Axiom Stack Themra listener applies a USD-anchored dynamic fee floor — call this BEFORE axiom_request_atte…

axiom_fetch_audit_reference

Capture the listener's current operational-integrity anchor for audit-chain records. Returns the locked Phase B schema: either ``oracle_anchor_status: "anchored"`` with a freshly-observed…

axiom_fetch_attestation

Read an existing on-chain attestation by its PDA address. Single ``getAccountInfo`` RPC call; read-only; no on-chain TX; no fee. Use this when you already know the PDA of an asset (e.g., from…

axiom_request_attestation

Submit a fresh ``request_property_data`` TX + await the Master Broker's resulting attestation write. Dispatches on asset_class: asset_class=2 → request_equity_attestation(asset_id, ..…

axiom_discover

Discover a service's payment terms by fetching its ``.well-known/x402`` manifest (G6.13 design / G6.15 P0c — hosted parity with the npm stdio tool). Query a service's manifest BEFORE paying t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "axiom_oracle": {
      "url": "https://mcp.axiomstack.dev/mcp",
      "transport": "http"
    }
  }
}