RC
REST Countries
/country
Country lookup
Facts for a country by name or code.
liveverifieddegraded · 318ms
countrygeography
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run restcountries /country for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Country name or ISO code |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"restcountries","endpoint":"/country","input":{"name":"..."}}'cli
npx cracked-ai run -p restcountries -e /country -i '{"name":"..."}'mcp
run_tool({ provider: "restcountries", endpoint: "/country", input: {"name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.