D
DripMetrics
/get_payment_requirements
Get exact x402 payment requirements
Free. Dry-runs a metric request without payment and returns the exact x402 challenge the API issues (accepted networks, asset, amount, payTo). Invalid parameter
liveverifiedunknown~5s typical
mcpprobeddripmetrics
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-dripmetrics-mcp /get_payment_requirements for me.
Input
| Field | Type | Description |
|---|---|---|
| id* | string | Metric id from list_metrics. |
| params | object | Query parameters for GET metrics (see describe_metric). |
| body | object | JSON body for POST metrics (portfolio VaR, spread greeks). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-dripmetrics-mcp","endpoint":"/get_payment_requirements","input":{"id":"..."}}'cli
npx cracked-ai run -p mcp-ai-dripmetrics-mcp -e /get_payment_requirements -i '{"id":"..."}'mcp
run_tool({ provider: "mcp-ai-dripmetrics-mcp", endpoint: "/get_payment_requirements", input: {"id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.