geocode
ActiveTool of Ban Fr
declared in 0.1.0
Forward-geocode a French address, street, locality or commune. Returns scored GeoJSON matches (score 0-1) with label, coordinates, postcode, citycode (INSEE) and context. France only.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Free-text query, e.g. \"8 bd du port\" or \"rue de la paix paris\"."
},
"lat": {
"type": "number",
"description": "Latitude to bias/prioritise results geographically (pair with lon)."
},
"lon": {
"type": "number",
"description": "Longitude to bias/prioritise results geographically (pair with lat)."
},
"type": {
"enum": [
"housenumber",
"street",
"locality",
"municipality"
],
"type": "string",
"description": "Restrict to a feature type."
},
"limit": {
"type": "number",
"description": "Max results (default 5, server caps at 20)."
},
"citycode": {
"type": "string",
"description": "Filter by INSEE commune code, e.g. \"95127\"."
},
"postcode": {
"type": "string",
"description": "Filter by 5-digit postal code, e.g. \"95000\"."
},
"autocomplete": {
"type": "boolean",
"description": "Treat q as a partial/autocomplete prefix (default false)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ban Fr
https://github.com/pipeworx-io/mcp-ban-fr
1/7 registries