mcp
M
mcp
/get_indicator

Get an Indicator

Returns the current value of a single Aletheia indicator by id, with its methodology reference. This server serves the venue-independent indicator set; an indic

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

Input

FieldTypeDescription
id*stringIndicator id from list_indicators, e.g. 'tci', 'tsr', 'cdr'.
include_historybooleanIf true, return the historical series instead of the current value. Not every indicator ha default false
fromstringHistory start, ISO 8601 date. Only meaningful with include_history.
tostringHistory end, ISO 8601 date. Only meaningful with include_history.

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

Try it

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