CurveCall
Bezahlen-pro-Aufruf-Marktmathematik und Token-Intelligenz für KI-Agenten über x402.
Gehosteter MCP-Server
npx add-mcp 'https://curvecall.onrender.com/mcp/'Installiert in Claude Code, Codex, Cursor und mehr
Dokumentation
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 |
Three 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.
USDC on Solana
Same pay-per-call settlement on Solana mainnet, straight to our wallet. No account, no API key. HTTP routes only.
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 all three offers
curl -i "https://curvecall.onrender.com/v1/quote/buy?quote_reserves=30&token_reserves=1073000&amount_in=1"
# Pay any 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
- POST /v1/feedback — free agent feedback channel: file a report, get a ticket id, poll it for our answer