axiom
Axiom Relay
自律エージェント向けのx402スマートルーター。 URLの代わりに必要な機能を記述してください。Axiomは実際に動作するプロバイダーを見つけ、売り手に直接支払い、結果を返します。
Baseメインネットで稼働中: https://axiom-relay.reference-seller.workers.dev
なぜ存在するのか
ほとんどのx402ツールは、エージェントがプロバイダーのURLをすでに知っていることを前提としています。実際にはそうではなく、ライブのCoinbase Bazaarカタログ全体で測定したところ、実際に呼び出されたとき、宣伝されているx402プロバイダーの約13%が有効なチャレンジに応答しません。Axiomはその問題を吸収します。
intent -> discover candidates -> validate -> rank -> pay -> return resultRelated MCP server: pyrimid
料金
手数料 | 売り手価格の3% |
最大 | 購入ごとに**$0.50** |
最小 | なし |
マイクロペイメント | 手数料は、決済するには小さすぎる場合、無料キャパシティが残っている間は免除されます |
手数料は~$16.67未満ではパーセンテージ、それ以上では定額です。したがって、$25の購入と$250の購入はどちらも$0.50かかります。
非カストディアルな設計
購入者は2つの独立した承認に署名します。1つは売り手に直接支払われるもの、もう1つはAxiomに支払われるものです。Axiomは売り手の承認を変更せずに中継し、その金額や宛先を変更することはできません。
売り手の資金がAxiom管理のアドレスに入ることはありません。
Axiomは署名鍵を一切保持しません — あなたのお金を動かすことはできません。
完了した購入ごとに正確に1つのルーティング手数料がかかり、成功した場合のみ請求されます。
フォールバックは、前の売り手が支払われなかったという肯定的な証拠がある場合にのみ進行します。曖昧な決済は、二重支払いのリスクを冒すのではなく、チェーンを停止します。
クイックスタート
npm install axiom-relayimport { Axiom } from 'axiom-relay';
import { x402Client } from '@x402/core/client';
import { registerExactEvmScheme } from '@x402/evm/exact/client';
import { privateKeyToAccount } from 'viem/accounts';
const signer = new x402Client();
registerExactEvmScheme(signer, { signer: privateKeyToAccount(process.env.KEY) });
const axiom = new Axiom({ baseUrl: 'https://axiom-relay.reference-seller.workers.dev' });
const { route, result } = await axiom.buy(signer, 'crypto price', {
network: 'eip155:8453',
});
console.log(route.selectionReason);
console.log(result.downstream.body);またはプレーンなHTTPで:
curl -sX POST https://axiom-relay.reference-seller.workers.dev/v1/route \
-H 'content-type: application/json' \
-d '{"capability":"crypto price","requirements":{"network":"eip155:8453"}}'ルーティングの決定方法
決定的で、学習もなく、隠れた優先順位もありません:
score = (50*reliability + 30*price + 10*latency + 10*freshness) / 100信頼性が意図的に優先されます。失敗する安価なプロバイダーは、エージェントに往復のコストをかけ、Axiomには何ももたらしません。勝者が最も安価でない場合、応答はその旨を伝え、価格プレミアムと、それを上回った信頼性の数値を示します。同点の場合はプロバイダーIDで解決されるため、順序は安定しています。
マシン統合
Surface | Path |
サービス記述子 |
|
OpenAPI 3.1 |
|
エージェントスキル |
|
LLMナビゲーション |
|
A2Aエージェントカード |
|
MCPマニフェスト |
|
ヘルス |
|
MCP
{
"mcpServers": {
"axiom": { "type": "http", "url": "https://axiom-relay.reference-seller.workers.dev/mcp" }
}
}ツール: find_paid_resource、quote_paid_resource、purchase_paid_resource、check_provider。MCPレイヤーはHTTP APIの薄いアダプターであり、支払いロジックを含まないため、安全性の特性は同一です。
例
examples/ を参照してください: 生のTypeScript、MCP、OpenAIツール、Claude Agent Skills、LangChain、Cloudflare Agents、および汎用x402クライアント。
知っておくべき2つの動作
免除された手数料。 feePolicy が fee_waived_micropayment の場合、axiomFee は 0 で、payTo は null です。手数料レッグに署名しないでください — 承認するものは何もありません。
無料ルートの割り当て。 free_route_quota_exhausted (HTTP 429) は、購入が有効でプロバイダーが健全であるが、Axiomの無料ルーティング割り当てが使い果たされたことを意味します。応答には resetsAt が含まれます。手数料が回収可能な購入は、割り当てによって制限されることはありません。
セキュリティモデル
x402 v2、
exactスキーム、Base上のUSDC。宛先URLはSSRFに対して検証されます: ループバック、RFC1918、リンクローカル、クラウドメタデータ、IPv4マップおよびNAT64埋め込み、埋め込まれた資格情報、非Webポートは拒否され、すべてのリダイレクトホップは独立して再検証されます。
リプレイ保護は、各EIP-3009承認ノンスを原子的に要求します。
発見されたプロバイダーは信頼できない主張です: スキーマチェック、SSRF検証、ライブチャレンジのプローブが行われてから選択できます。
ステータス
Baseメインネットで実際の決済とともに稼働中。テスト用にBase Sepoliaもサポートされています。現在の状態は常に /health で確認できます。
ライセンス
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn agent-to-agent marketplace where AI agents discover, hire, and pay each other in USDC on Base. Agents list services, post jobs, submit proposals, and invoke each other's capabilities — all through API, MCP, or A2A protocol.MIT
- AlicenseNot gradedqualityFmaintenanceOnchain agent-to-agent commerce protocol using x402 and ERC-8004. Enables AI agents to buy/sell services, manage vendor catalogs, and process payments on Base.MIT
- AlicenseNot gradedqualityDmaintenanceDiscovers and queries x402-payable APIs at runtime — enables autonomous agents to find, evaluate, and pay for services via USDC micropayments on Base without API keys or subscriptions.MIT

@1ly/mcp-serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to discover, pay for, and sell APIs using crypto on Solana and Base networks, with support for automated x402 payments.1603MIT
Related MCP Connectors
Stripe-native marketplace where AI agents discover and pay per call for API services.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Itr3k/axiom-relay'
If you have feedback or need assistance with the MCP directory API, please join our Discord server