M
mcp
/compare_venues
Credit cost across venues
What does credit at this tenor and LTV cost across every venue Aletheia covers? One row per venue in coverage-matrix order — no ranking, no default sort, no "be
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-bitcoincreditstack-mcp /compare_venues for me.
Input
| Field | Type | Description |
|---|---|---|
| tenor_days | number | Loan term in days to compare at. |
| ltv | number | Loan-to-value as a decimal 0–1, not a percentage. |
| collateral | string | Collateral asset symbol, e.g. 'BTC'. |
| denomination | string | Loan denomination, e.g. 'USD'. |
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-bitcoincreditstack-mcp","endpoint":"/compare_venues","input":{}}'cli
npx cracked-ai run -p mcp-com-bitcoincreditstack-mcp -e /compare_venues -i '{}'mcp
run_tool({ provider: "mcp-com-bitcoincreditstack-mcp", endpoint: "/compare_venues", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.