geocode
ActiveTool of Opencages
declared in 0.1.0
Forward-geocode an address or place name to latitude/longitude using OpenCage (requires API key); supports country-code filtering, bounding box, and language; returns coordinates and structured address components.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Paris, France"
},
{
"limit": 5,
"query": "1600 Pennsylvania Avenue",
"countrycode": "US"
}
],
"required": [
"query"
],
"properties": {
"abbrv": {
"type": "boolean"
},
"limit": {
"type": "number"
},
"query": {
"type": "string"
},
"bounds": {
"type": "string",
"description": "sw_lon,sw_lat,ne_lon,ne_lat"
},
"language": {
"type": "string"
},
"countrycode": {
"type": "string",
"description": "Comma-sep ISO-3166-1 alpha-2 codes."
},
"no_annotations": {
"type": "boolean"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Opencages
https://github.com/pipeworx-io/mcp-opencages
1/7 registries