Buy paid x402 APIs and route non-custodial crypto swaps on Base. You sign; Axiom holds no funds.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
The routing layer for AI spending. Axiom is a non-custodial routing layer for autonomous AI agents. It helps agents discover and purchase paid machine services and route crypto transactions based on total cost, reliability, safety, and execution quality.
Two capabilities, one product:
| what it does | status | |
|---|---|---|
| Axiom Services | Finds, ranks and buys x402-paid APIs. The buyer's signed authorization is relayed to the seller. | Live on Base mainnet |
| Axiom Crypto | Compares swap routes on total cost, validates the calldata, and returns transactions for the agent to sign. | Live Beta on Base mainnet |
Axiom never holds customer funds, never signs a customer transaction, and stores no customer key. In both capabilities the agent or user is the signer.
Canonical site: https://axiom.elevatedai.io Β· API origin:
axiom-relay.reference-seller.workers.dev
These are deliberately separate. The canonical site mirrors every machine contract over GET and serves no execution route, so documents reference it while requests execute against the runtime.
Built by Elevated AI.
Most x402 tooling assumes the agent already knows the provider's URL. In practice it doesn't β and roughly 13% of advertised x402 providers do not answer a valid challenge when actually called (measured across the live Coinbase Bazaar catalogue). Axiom absorbs that problem.
| Fee | 3% of the seller price |
| Maximum | $0.50 per purchase |
| Minimum | none |
| Micropayments | fee waived when too small to settle, while free capacity remains |
The fee is a percentage below ~$16.67 and flat above it, so a $25 purchase and a $250 purchase both cost $0.50.
The buyer signs two independent authorisations: one payable directly to the seller, one payable to Axiom. Axiom relays the seller's authorisation without modification and cannot alter its amount or destination.
Or with plain HTTP:
Deterministic, no learning, no hidden preference:
Reliability leads on purpose β a cheap provider that fails costs the agent a round trip and earns Axiom nothing. When the winner is not the cheapest, the response says so and names the price premium and the reliability figures that outweighed it. Ties break on provider id, so ordering is stable.
| Surface | Path |
|---|---|
| Service descriptor | /.well-known/x402 |
| OpenAPI 3.1 | /openapi.json |
| Agent skill | /SKILL.md |
| LLM navigation | /llms.txt |
| A2A Agent Card | /.well-known/agent-card.json |
| MCP manifest | /.well-known/mcp.json |
| WebMCP integration | /integrations/webmcp |
| WebMCP manifest | /webmcp/manifest.json |
| Health | /health |
Tools: find_paid_resource, quote_paid_resource, purchase_paid_resource,
check_provider. The MCP layer is a thin adapter over the HTTP API β it
contains no payment logic, so the safety properties are identical.
See examples/: raw TypeScript, MCP, OpenAI tools, Claude Agent
Skills, LangChain, Cloudflare Agents, WebMCP, and a generic x402 client.
Live first-party reference implementations:
Waived fee. When feePolicy is fee_waived_micropayment, axiomFee is 0
and payTo is null. Do not sign a fee leg β there is nothing to authorise.
Free-route quota. free_route_quota_exhausted (HTTP 429) means the purchase
is valid and the provider healthy, but Axiom's free-routing allocation is spent.
The response carries resetsAt. Purchases whose fee is collectible are never
quota-limited.
exact scheme, USDC on Base.Live on Base mainnet with real settlements. Base Sepolia also supported for
testing. Current state is always readable at /health.
MIT
Describe a swap. Axiom queries execution providers, normalises every fee and gas cost, ranks routes on what you would actually receive, validates the calldata against what you asked for, and hands back transactions your wallet signs.
Axiom never takes custody and never signs.
| Network | Base mainnet |
| Assets | USDC, WETH, ETH, USDT |
| Execution provider | LI.FI |
| Axiom fee | 15 bps (0.15%) |
| Max trade | $500 |
| Daily capacity | $10,000 |
| Rate limit | 30 routes/min |
These are operational safety limits, not product limits. Axiom Crypto Beta is
live and callable. It uses LI.FI as the enabled routing provider. Limits rise as
Axiom accumulates verified reliability -- see /v1/crypto/capacity for the
current tier and its graduation gates.
Execution providers often report one aggregate fee line. LI.FI's is 25 bps of its own plus Axiom's 15. Axiom splits them and attributes each to its recipient, because presenting a provider's fee as Axiom revenue would misstate both what you pay Axiom and what Axiom earns:
priceImpactBps is null rather than 0 when a provider does not report it.
An unreported impact is unknown, not absent.
You get back selected, costDisclosure, selectionReason,
savingsVsRunnerUp, alternatives, and transactions β an exact-amount
approval followed by the swap. Sign them in order from the taker wallet.
POST /v1/crypto/analyze answers the same question and deliberately withholds
the means to act: identical economics, transactions: null, plus a
recommendation. Useful when an agent wants the cost of a trade without being
handed the ability to make it.
Route validation checks the provider's answer against what was asked, not against what the provider claims it did:
Axiom performs the first three. Your wallet performs the last two. There is no execution endpoint, because execution is signing, and Axiom cannot sign.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/axiom-by-elevated-ai)<a href="https://allmcps.com/mcp/axiom-by-elevated-ai"><img src="https://allmcps.com/api/badge/axiom-by-elevated-ai?style=directory" alt="Axiom by Elevated AI on AllMCPs" /></a>