Skip to main content
Glama
takatin31
by takatin31

France Data MCP

French public registries as tools for AI agents: company records, property sale prices, housing energy performance, and short-term rental rates.

Endpoint: https://france-data-mcp.fly.dev/mcp (streamable HTTP)

Why this exists

The three REST APIs behind it are listed on API marketplaces, where they compete with 98,000 others for search placement. MCP is a different channel with different economics and much less crowding: Apify returns 80% of revenue to developers, MCPize 85%, against RapidAPI's 75%. More importantly, a listing that does not rank on one marketplace earns nothing there — a second channel decorrelates that risk.

This server owns no data. It is distribution.

Related MCP server: tenderapi-mcp

Tools

Tool

Answers

search_companies

Find a French company by name, trade name or address

lookup_company

One company by SIREN, or the owner of a SIRET

validate_company_id

Is this SIREN/SIRET well-formed, and does it exist

property_prices

Median and percentile €/m² for a commune

property_price_trend

Did this local market rise or fall, year by year

energy_profile

Energy label distribution, and the share barred from letting

prices_by_energy_label

What an energy rating is worth locally

short_let_market

Nightly price percentiles for any city worldwide

Design notes

Docstrings are the interface. The model reads them to choose a tool and its arguments, so they say what a tool answers and when to prefer it — not how it works.

Responses are trimmed, not proxied. An LLM pays for every token it reads. Returning the full REST payload would make each call expensive and slow to reason over, so each tool returns the answer rather than the record.

Caveats pass through unchanged. Several of these statistics are easy to misread — most sharply, poorly rated homes selling at a premium in old city centres. An agent reporting a median should be able to report its limits too, so the caveat text travels with the number.

Access control

MCP_ACCESS_TOKEN unset leaves the server open, which is the right setting while the goal is directory listing and discovery. Set it to require a bearer token when selling access directly. Marketplaces handle their own billing, so a server distributed there runs open and lets the marketplace gate it.

Configuration

Variable

Purpose

COMPANY_API_SECRET / PROPERTY_API_SECRET / AIRBNB_API_SECRET

Proxy secrets for the three backends

PUBLIC_HOST

Hostname allowed past DNS-rebinding protection

MCP_ACCESS_TOKEN

Optional bearer token

The SDK rejects unknown Host headers to block DNS rebinding and allows only localhost by default. Without PUBLIC_HOST declared, every real request answers 421 Misdirected Request — which is exactly what happened on first deploy.

Running locally

pip install -r requirements.txt
uvicorn app.main:app --port 8080

Deploying

flyctl deploy --remote-only

Scale-to-zero, one machine.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    France Data MCP lets AI agents query, cross-reference and automatically enrich multiple French public registries through a unified MCP interface. France Data MCP provides a French territorial intelligence layer designed for multi-source reasoning and agentic orchestration.
    Last updated
    36
    183
    3
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Exposes French and EU public procurement data (BOAMP + TED) as MCP tools for AI agents, enabling search for tenders, awards, and winner intelligence via typed filters.
    Last updated
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • French public-data MCP: cross-ref health, demographics, business, geo & real-estate.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • Real-time Amazon, WIPO & PACER data for AI agents — 19 tools via the MCP protocol.

View all MCP Connectors

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/takatin31/france-data-mcp'

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