get_states
ActiveTool of Country State City
declared in 0.1.0
Get all states or provinces for a country by ISO2 code (e.g., "US", "IN", "BR"). Returns state names, codes, and types.
Parameters schema
{
"type": "object",
"examples": [
{
"_apiKey": "your-country-state-city-api-key",
"country_code": "US"
},
{
"_apiKey": "your-country-state-city-api-key",
"country_code": "IN"
}
],
"required": [
"_apiKey",
"country_code"
],
"properties": {
"_apiKey": {
"type": "string",
"description": "CountryStateCity API key"
},
"country_code": {
"type": "string",
"description": "ISO2 country code (e.g., \"US\", \"CA\", \"GB\", \"DE\")"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Country State City
https://github.com/pipeworx-io/mcp-country-state-city
2/7 registries