REST Countries · Capability
REST Countries — Country Lookup
REST Countries lookup capability. Bulk listing plus lookups by name, alpha code, currency, language, capital, region, subregion, translation, demonym, and independence status. Self-contained Naftiko capability over the public restcountries.com v3.1 surface.
What You Can Do
GET
Listallcountries
— List all countries.
/v3.1/all
GET
Getcountriesbyname
— Search countries by name.
/v3.1/name/{name}
GET
Getcountrybyalphacode
— Get country by alpha code.
/v3.1/alpha/{code}
GET
Getcountriesbyregion
— Filter countries by UN region.
/v3.1/region/{region}
MCP Tools
list-all-countries
List all countries (fields required).
read-only
idempotent
get-countries-by-name
Search countries by common or official name.
read-only
idempotent
get-country-by-alpha-code
Get country by ISO 3166-1 code.
read-only
idempotent
get-countries-by-currency
Search countries by currency code or name.
read-only
idempotent
get-countries-by-language
Search countries by language code or name.
read-only
idempotent
get-countries-by-capital
Search countries by capital city.
read-only
idempotent
get-countries-by-region
Filter countries by UN region.
read-only
idempotent
get-countries-by-subregion
Filter countries by UN subregion.
read-only
idempotent
get-countries-by-translation
Search countries by translated name.
read-only
idempotent
list-independent-countries
Filter countries by independence status.
read-only
idempotent