M
mcp
/fee_benchmarks
fee benchmarks
Return closing-cost and rate-spread percentile distributions (p25/p50/p75 + mean) for a US state, computed from the row-level CFPB HMDA LAR for originated, firs
liveverifiedunknown~5s typical
mcpprobedmcp
$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-com-candidcost-mcp /fee_benchmarks for me.
Input
| Field | Type | Description |
|---|---|---|
| state* | string | Two-letter US state code, e.g. "MA" |
| metric | string | One of: total_loan_costs, origination_charges, rate_spread, interest_rate. Omit to return |
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-com-candidcost-mcp","endpoint":"/fee_benchmarks","input":{"state":"..."}}'cli
npx cracked-ai run -p mcp-com-candidcost-mcp -e /fee_benchmarks -i '{"state":"..."}'mcp
run_tool({ provider: "mcp-com-candidcost-mcp", endpoint: "/fee_benchmarks", input: {"state":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.