
Axiom Oracle
Request and verify Solana on-chain attestations for agent outputs and real-world asset references via Axiom Oracle MCP.
Overview
Axiom Oracle is a MCP server for the Build phase that connects agents to Solana-native attestation and RWA reference tooling over HTTPS MCP.
What is this MCP server?
- Remote streamable-http MCP at https://mcp.axiomstack.dev (version 0.1.0-g1.1)
- Solana-native attestation for AI agents with RWA data anchored on-chain
- Read tools may work anonymously when AXIOM_MCP_ALLOW_ANONYMOUS=true; attestation requests need Bearer token
- V1.5 planned migration to OAuth 2.1 via Axiom Stack Developer Portal
- Remote URL: https://mcp.axiomstack.dev
- Version: 0.1.0-g1.1
- Auth: Bearer Authorization; anonymous reads conditional on AXIOM_MCP_ALLOW_ANONYMOUS
What problem does it solve?
Agent outputs and external data lack a simple, protocol-native path to verifiable on-chain attestations from inside the coding agent.
Who is it for?
Solo builders shipping crypto-native or RWA-aware agent products who want MCP access to Axiom attestation without building oracle infrastructure themselves.
Skip if: Traditional web apps with no on-chain requirements, teams blocked on Solana, or builders who cannot manage Bearer tokens and SOL spend responsibly.
What do I get? / Deliverables
After you add the remote MCP and token (when required), your agent can quote fees, pull attestations, and request new Solana-backed attestations via documented tools.
- Live MCP connection to Axiom Oracle hosted endpoint
- Agent-invokable attestation quote, fetch, and request flows
- Audit-reference retrieval aligned with Axiom’s on-chain attestation model
Recommended MCP Servers
Journey fit
Builders integrate attestation and oracle APIs while constructing agent products that need verifiable claims before those products ship to users. Integrations fits because the server exposes HTTP MCP tools (quote fees, fetch attestation, request attestation) against Axiom’s hosted oracle.
How it compares
Solana attestation oracle MCP—not a general AWS deploy plugin or a local code-review skill.
Common Questions / FAQ
Who is Axiom Oracle for?
Developers building AI agents that need verifiable Solana attestations or on-chain RWA references, wired through standard MCP clients.
When should I use Axiom Oracle?
Use it when a feature requires provable agent claims, audit references, or attestation flows and you want those operations callable from the agent thread.
How do I add Axiom Oracle to my agent?
Configure a streamable-http MCP remote to https://mcp.axiomstack.dev, set Authorization Bearer token for write/spend tools (request via axiomstack.dev@gmail.com per registry text), and use read tools per server anonymous policy.