P
public
/get_country_indicator
get country indicator
Look up a country's authoritative macro indicator (inflation | gdp_growth) directly — deterministic, offline, cited. Use whenever you need a real macro figure i
liveunknown~5s typical
mcppublic
$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-ai-dsght-public /get_country_indicator for me.
Input
| Field | Type | Description |
|---|---|---|
| jurisdiction* | string | ISO code, e.g. CZ, DE, US |
| indicator* | string (inflation | gdp_growth) | |
| year | string | optional 4-digit year, e.g. 2022 |
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-ai-dsght-public","endpoint":"/get_country_indicator","input":{"jurisdiction":"...","indicator":"inflation"}}'cli
npx cracked-ai run -p mcp-ai-dsght-public -e /get_country_indicator -i '{"jurisdiction":"...","indicator":"inflation"}'mcp
run_tool({ provider: "mcp-ai-dsght-public", endpoint: "/get_country_indicator", input: {"jurisdiction":"...","indicator":"inflation"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.