CurveCall

การคำนวณตลาดแบบจ่ายต่อการเรียกใช้และข้อมูลเชิงลึกเกี่ยวกับโทเคนสำหรับเอเจนต์ AI ผ่าน x402

เซิร์ฟเวอร์ 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/sellBonding-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}/risk0–100 rug-risk screen with plain-English flags$0.01
/v1/token/{chain}/{address}/contractOn-chain contract check: owner renounced, LP burn, metadata$0.01
/v1/token/{chain}/{address}/bundlesBundle/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