reverse_geocode
Pack: ban-fr · Endpoint: https://gateway.pipeworx.io/ban-fr/mcp
Reverse-geocode a coordinate to the nearest French address/feature. Returns scored GeoJSON matches with label, postcode, citycode (INSEE), context and distance (metres). France only.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | yes | Latitude (WGS84). |
lon | number | yes | Longitude (WGS84). |
type | string | no | Restrict to a feature type. |
Example call
curl -X POST https://gateway.pipeworx.io/ban-fr/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"reverse_geocode","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"ban-fr": {
"url": "https://gateway.pipeworx.io/ban-fr/mcp"
}
}
}
See Getting Started for client-specific install steps.