geocode_address
Convert human-readable addresses into precise geographic coordinates using the Multi-MCPs server, enabling location-based data integration and analysis.
Instructions
Geocode a human-readable address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes |
Input Schema (JSON Schema)
{
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
],
"type": "object"
}