The MCP currently has limited ways of obtaining reverse geocoding information: it can query adminexpress, cadastre and urbanisme and assiette_sup only. This is not adapted when looking for the address of a building at a certain point, and, more generally, for getting information on what is at given coordinates if their nature is unknown. This would be generally useful for land development applications, and also to help the LLM get better information on the space it is working on.
Thus, this issue asks to add new tools to provide access to the reverse geocoding API of https://cartes.gouv.fr/aide/fr/guides-utilisateur/utiliser-les-services-de-la-geoplateforme/geocodage/
The API has three modes (the index keyword):
The MCP currently has limited ways of obtaining reverse geocoding information: it can query
adminexpress,cadastreandurbanismeandassiette_suponly. This is not adapted when looking for the address of a building at a certain point, and, more generally, for getting information on what is at given coordinates if their nature is unknown. This would be generally useful for land development applications, and also to help the LLM get better information on the space it is working on.Thus, this issue asks to add new tools to provide access to the reverse geocoding API of https://cartes.gouv.fr/aide/fr/guides-utilisateur/utiliser-les-services-de-la-geoplateforme/geocodage/
The API has three modes (the
indexkeyword):parcel: this is already covered by thecadastretoolpoi: points of interest (implemented in Addpointsdinterettool for reverse geocoding (poi) #139)address: addresses (implemented in Addadressetool for reverse geocoding (address) LionelZoubritzky-IGN/geocontext#1)