Skip to main content
Glama

ign_get_aoc_viticoles

Query French wine appellation zones (AOC, IGP, VSIG) by providing a geographic area to identify which appellations cover specific vineyards or regions using IGN's official data.

Instructions

Query wine appellation zones (AOC, IGP, VSIG) in France.

This tool accesses wine appellation data maintained by FranceAgriMer based on INAO data.

Args:

  • geom (string): GeoJSON geometry to intersect (required)

  • apikey (string, optional): IGN API key (required for this endpoint, get one at https://geoservices.ign.fr/)

  • source (string): Data source - 'prd' (production) or 'qlf' (qualification). Default: 'prd'

Returns: GeoJSON FeatureCollection with appellation zones including:

  • appellation: Appellation name

  • idapp: Appellation ID

  • type: AOC/IGP/VSIG

Examples:

  • "What wine appellations cover this vineyard?" -> geom={"type":"Point",...}, apikey="your-key"

  • "Find AOC zones in Bordeaux region" -> geom={"type":"Polygon",...}, apikey="your-key"

Note: This endpoint requires an IGN API key. Get one for free at https://geoservices.ign.fr/

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
geomYesGeoJSON geometry (required)
apikeyNoIGN API key (required - get one at https://geoservices.ign.fr/)
sourceNoData source: 'prd' (production) or 'qlf' (qualification)prd
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/julienkalamon/ign-apicarto-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server