CurveCall
通过x402为AI代理提供按调用付费的市场数学和代币情报。
托管 MCP 服务器
npx add-mcp 'https://curvecall.onrender.com/mcp/'可安装到 Claude Code、Codex、Cursor 等客户端
文档
What it sells
| /v1/precheck/{chain}/{address} | The whole pre-trade check in one call: snapshot, rug-risk, trade simulation, deployer and holder intel | $0.01 |
|---|---|---|
| /v1/quote/buy · /v1/quote/sell | Bonding-curve quotes: tokens out, fee, slippage, post-trade price | $0.001 |
| /v1/token/{chain}/{address} | Token snapshot: price, liquidity, FDV, age, 24h flow | $0.005 |
| /v1/token/{chain}/{address}/risk | 0–100 rug-risk screen with plain-English flags | $0.01 |
| /v1/token/{chain}/{address}/contract | On-chain contract check: owner renounced, LP burn, metadata | $0.01 |
| /v1/token/{chain}/{address}/bundles | Bundle/sniper signals: first-block buyers, deployer-funded wallets | $0.02 |
| /v1/deployer/{chain}/{address} | Deployer launch history: survived / rugged / died, plus dev-behavior flags | $0.01 |
| /v1/wallet/{chain}/{address} | Wallet snapshot: contract or EOA, tx count, balance, fresh-wallet flag | $0.005 |
| /v1/search?q= | Search tokens by name, symbol or address across chains | $0.005 |
Two ways to pay
USDC on Base
Verified and settled by the x402 facilitator after a successful call. Errors never charge. Works over HTTP and MCP.
Shielded ZEC
Private payment on zcash:mainnet, verified via CipherPay. HMAC-signed 5-minute price quotes, one-use txid ledger. HTTP routes only.
Quick start
# Ask for a quote with no payment - you get a 402 with both offers
curl -i "https://curvecall.onrender.com/v1/quote/buy?quote_reserves=30&token_reserves=1073000&amount_in=1"
# Pay either offer, retry with the payload in PAYMENT-SIGNATURE (x402 v2)
curl "https://curvecall.onrender.com/v1/quote/buy?..." -H "PAYMENT-SIGNATURE: <base64 payment payload>"
# MCP (USDC): https://curvecall.onrender.com/mcp/
For machines
- /llms.txt — the whole service in one text file
- /openapi.json — OpenAPI spec
- /.well-known/agent.json — agent card
- github.com/arbonomous/curvecall-mcp — setup & registry repo