mcp
M
mcp
/list_venues

Credit venues covered

Which credit venues does this dataset cover, and what is known about each? Returns the registry rows matching the filters you supply. One row per venue across

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 /list_venues for me.

Input

FieldTypeDescription
venue_typestringRestrict to one class, e.g. 'onchain_pooled', 'cefi_desk', 'corporate_debt', 'auction'.
statusstringRestrict by registry status: 'live', 'ingesting', 'registered', 'unresolved', 'defunct'.
chain_idintegerRestrict to venues on one EVM chain id.
complete_attributes_onlybooleanOnly venues whose criteria cells are fully researched (8 of 8). Default false.
limitintegerCap the rows returned. Default 50. The response always states the unfiltered total.

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":"/list_venues","input":{}}'
cli
npx cracked-ai run -p mcp-com-bitcoincreditstack-mcp -e /list_venues -i '{}'
mcp
run_tool({ provider: "mcp-com-bitcoincreditstack-mcp", endpoint: "/list_venues", input: {} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.