Skip to content
Emmanuel S. edited this page Apr 22, 2026 · 14 revisions

ROADMAP

Goal : A proof-of-concept MCP server that enriches LLM prompts with French geospatial context (geocoding, altitude, cadastre, urban planning, administrative boundaries) by querying the IGN Géoplateforme APIs.

v0.9.x Additional metadata

v0.10.x Refactor MCP tools to improve reliability on the client side

The goal of this version is to refactor the original tools to minimize the possibility of error on the client side.
The main idea is to provide tools which prevent LLM models from making mistake. A nice challenge ;)

  • #33 Refactor gpf_wfs_get_features. This is the most complex tool and is currently hard to use by a model.

v0.11.x Integrate the new version of gpf-schema-store

gpf-schema-store will evolve to produce OGC API Features schema. The metadata content will be enriched.

  • Adapt to new metadata model
  • Implement new features based on these metadata