M
mcp
/list_indicators
Indicator Catalogue
Returns the catalogue of Aletheia indicators measured across the Bitcoin-collateralised credit markets and the Bitcoin chain: id, name, family, units, descripti
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_indicators for me.
Input
| Field | Type | Description |
|---|---|---|
| family | string (credit | onchain | market) | Restrict to one family. Omit to return the whole catalogue. |
| live_only | boolean | If true, omit indicators that are not currently live on this network. default false |
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_indicators","input":{"live_only":false}}'cli
npx cracked-ai run -p mcp-com-bitcoincreditstack-mcp -e /list_indicators -i '{"live_only":false}'mcp
run_tool({ provider: "mcp-com-bitcoincreditstack-mcp", endpoint: "/list_indicators", input: {"live_only":false} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.