P
public
/resolve_country_claim
resolve country claim
Use this WHENEVER the user states or asks you to verify a numeric macro claim (inflation, GDP, interest rates): settle it against the claim's OWN country's auth
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 /resolve_country_claim for me.
Input
| Field | Type | Description |
|---|---|---|
| subject* | string | e.g. "inflation", "GDP growth" |
| jurisdiction* | string | ISO code, e.g. CZ, DE |
| direction* | string (above | below) | |
| threshold* | number | |
| resolve_by | string | ISO date the claim resolves by, e.g. 2022-12-31 |
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":"/resolve_country_claim","input":{"subject":"...","jurisdiction":"...","direction":"above","threshold":1}}'cli
npx cracked-ai run -p mcp-ai-dsght-public -e /resolve_country_claim -i '{"subject":"...","jurisdiction":"...","direction":"above","threshold":1}'mcp
run_tool({ provider: "mcp-ai-dsght-public", endpoint: "/resolve_country_claim", input: {"subject":"...","jurisdiction":"...","direction":"above","threshold":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.