What is the Axiom Oracle MCP server?
Axiom Oracle — Solana-native attestation infrastructure for AI agents. RWA data on-chain.
How to install Axiom Oracle
Copy-paste configuration for popular MCP clients.
AuthorizationsecretBearer token. Required for axiom_request_attestation (SOL-spending). Optional for read tools (axiom_quote_fee, axiom_fetch_audit_reference, axiom_fetch_attestation) when the server is running with AXIOM_MCP_ALLOW_ANONYMOUS=true. Request a token by emailing axiomstack.dev@gmail.com. V1.5 will migrate to OAuth 2.1 via the Axiom Stack Developer Portal.
{
"mcpServers": {
"oracle": {
"url": "https://mcp.axiomstack.dev"
}
}
}{
"mcpServers": {
"oracle": {
"serverUrl": "https://mcp.axiomstack.dev"
}
}
}{
"servers": {
"oracle": {
"type": "http",
"url": "https://mcp.axiomstack.dev"
}
}
}{
"mcpServers": {
"oracle": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.axiomstack.dev"
]
}
}
}claude mcp add --transport http oracle https://mcp.axiomstack.devRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.