AIAny
Icon for item

data.gouv.fr MCP Server

Official MCP server for data.gouv.fr, France's national open-data portal: lets chatbots search datasets, query CSV/XLS via the Tabular API, and browse cataloged third-party APIs, all read-only over a public HTTP endpoint that needs no key.

Introduction

Most open-data portals assume a human will click through search filters, preview tables, and read metadata pages one at a time. This flips that around: the LLM does the browsing, so you ask "which datasets cover Paris real-estate prices?" in plain language and get answers pulled live from data.gouv.fr's own Main, Tabular, and Metrics APIs — no scraping, no stale CSV exports.

What Sets It Apart
  • Official and hosted: maintained by the data.gouv.fr team itself, with a public Streamable HTTP endpoint (mcp.data.gouv.fr) any MCP client can point at with zero setup or API key.
  • More than dataset search: separate tools cover static datasets, the cataloged third-party APIs (dataservices, e.g. the Adresse and Sirene APIs), and usage metrics — so an agent can move from discovery to actually querying data.
  • Tabular queries, not just links: query_resource_data pulls real rows from CSV/XLS resources through the Tabular API with pagination, so the model can compute over the data instead of citing a file URL.
  • Read-only by design: no write tools and no key required, which keeps it safe to expose to any chatbot.
Who It's For

Great fit if you work with French public data — journalists, analysts, GovTech builders — and want a chatbot that finds and reads datasets conversationally. Look elsewhere if you need international open data, write access, or heavy analytics over very large files: the Tabular API enforces size limits (CSV ≤ 100 MB, XLSX ≤ 12.5 MB) and pagination, so it's built for exploration and targeted queries rather than bulk data engineering.

Information

  • Websitegithub.com
  • Authorsdata.gouv.fr
  • Published date2025/11/25

Categories

More Items

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.

GitHub

Lets AI agents produce expressive, polished charts from compact, human-editable semantic specs; the compiler infers layout, scales, and labels and emits Vega-Lite, ECharts, or Chart.js outputs, with an MCP server for agent-driven chart creation and rendering.