VOOZH about

URL: https://apify.com/dltik/mcp-server-insee

⇱ MCP Server INSEE: French Statistics API for AI Agents Β· Apify


πŸ‘ MCP Server: INSEE French Statistics for AI Agents avatar

MCP Server: INSEE French Statistics for AI Agents

Pricing

$10.00 / 1,000 tool calls

Go to Apify Store

MCP Server: INSEE French Statistics for AI Agents

MCP server: 6 tools for INSEE French statistics. Macro series, inflation, population, geo codes. HTTP-only, no API key. $0.01/call.

Pricing

$10.00 / 1,000 tool calls

Rating

0.0

(0)

Developer

πŸ‘ Walid

Walid

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

MCP server with 6 tools to query official INSEE French statistics (macro time series, inflation, population, geo codes). HTTP-only, no API key. $0.01 per tool-call.

⭐ Bookmark this actor β€” Apify ranks actors by bookmarks, so bookmarking directly improves the visibility of MCP Server: INSEE on the Apify Store.

What is the MCP Server: INSEE actor?

MCP Server: INSEE is an Apify-hosted Model Context Protocol (MCP) server that gives AI agents structured access to official French statistics published by INSEE (Institut national de la statistique et des Γ©tudes Γ©conomiques) and the French government geo registry. It exposes 6 callable tools over the standard MCP input contract (mode, tool_name, arguments), so any MCP-compatible client β€” Claude, Cursor, Continue, or a custom LangChain/LlamaIndex agent β€” can fetch French macroeconomic and demographic data without writing a single SDMX parser.

The actor is backed by two free, official, no-authentication HTTP APIs: the INSEE BDM SDMX web service (bdm.insee.fr/series/sdmx) for macroeconomic time series and the French government geo API (geo.api.gouv.fr) for communes, departments and regions. There is no API key to manage, no OAuth flow, and no scraping β€” only stable government endpoints. That makes MCP Server: INSEE reliable for unattended agent workflows.

Tools available

  • search_indicators β€” search INSEE statistics by keyword (inflation, unemployment, GDP, wages, population). Returns ready-to-use idbanks for headline indicators plus matching INSEE theme catalogs.
  • get_series β€” fetch any INSEE BDM macro time series by idbank. Returns series metadata + observations (period, value), with optional since and limit.
  • population_by_area β€” population for a French area by INSEE code: a commune (5 digits) returns its population; a department or region returns aggregated population and commune count.
  • local_stats β€” local profile for a commune by INSEE code: population, area in kmΒ², density, postal codes, intercommunality (EPCI), department and region.
  • inflation_index β€” French consumer price index (CPI): latest value, full history, and computed year-on-year inflation %.
  • geo_codes β€” resolve French place names to INSEE codes (and codes back to names) for communes, departments and regions.
  • list_tools β€” free discovery endpoint that returns the full tool catalog (no charge).

Use cases

  • French macro analysis for AI agents β€” let an agent pull inflation, unemployment or GDP series from INSEE on demand and reason over the numbers.
  • Market & territory research β€” resolve a city or department to its INSEE code, then fetch its population and local statistics in the same agent run.
  • Economic dashboards & RAG β€” feed up-to-date French CPI and labour-market series into a retrieval pipeline or a reporting agent.
  • Lead enrichment β€” augment a French company or address dataset with the demographics of its commune, department or region.
  • Automated monitoring β€” schedule an agent to track the latest CPI print and year-on-year inflation each month.

Input

{
"mode":"call_tool",
"tool_name":"inflation_index",
"arguments":{}
}

More examples:

{"mode":"call_tool","tool_name":"search_indicators","arguments":{"query":"unemployment"}}
{"mode":"call_tool","tool_name":"get_series","arguments":{"idbank":"001688527","since":"2015"}}
{"mode":"call_tool","tool_name":"geo_codes","arguments":{"name":"Lyon"}}
{"mode":"call_tool","tool_name":"population_by_area","arguments":{"code":"69123"}}

For discovery: {"mode": "list_tools"} (free, no charge).

Pricing

PAY_PER_EVENT β€” $0.01 per tool-call (= $10.00 per 1,000 calls). The list_tools discovery mode is free. INSEE and geo.api.gouv.fr are free official APIs, so MCP Server: INSEE has no upstream data cost.

Author

dltik

License

MIT

You might also like

MCP Server: Github

dltik/mcp-server-github

MCP Server: Github: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

MCP Server: Data Gouv

dltik/mcp-server-data-gouv

MCP Server: Data Gouv: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

MCP Server: Uk Companies House

dltik/mcp-server-uk-companies-house

MCP Server: Uk Companies House: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

MCP Server: Wikipedia

dltik/mcp-server-wikipedia

MCP Server: Wikipedia: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Eurostat

dltik/mcp-server-eurostat

MCP Server: Eurostat: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.01/tool-call.

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Stackoverflow

dltik/mcp-server-stackoverflow

MCP Server: Stackoverflow: an MCP server exposing 6 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: Arxiv

dltik/mcp-server-arxiv

MCP Server: Arxiv: an MCP server exposing 5 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

MCP Server: French Companies (Pappers + Sirene)

dltik/mcp-server-pappers

Apify-hosted MCP server exposing 5 tools for AI agents: search/get/dirigeants/by-NAF/by-city across 26M+ French companies. Backed by official gov API, no key required, $0.01 per tool call.

INPI MCP Server - French Company Legal + Patent Data

dltik/mcp-server-inpi

Apify-hosted MCP server with 6 tools for AI agents: French company legal data (RNE/SIREN, legal form, officers) and INPI/EPO patents by company, applicant or keyword. Free official French gov APIs, no key, $0.01 per tool call.

Related articles

Build and deploy MCP servers in minutes with a TypeScript template
Read more
Best MCP servers for developers
Read more