Axiom Oracle
io.github.axiom-stack-llc/oracleAxiom Oracle — Solana-native attestation infrastructure for AI agents. RWA data on-chain.
Tools · 5
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…
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…
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…
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, ..…
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"axiom_oracle": {
"url": "https://mcp.axiomstack.dev/mcp",
"transport": "http"
}
}
}