France Data MCP
Provides tools for querying short-term rental market data, including nightly price percentiles for cities worldwide.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@France Data MCPwhat's the median property price in Lyon?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 |
| Find a French company by name, trade name or address |
| One company by SIREN, or the owner of a SIRET |
| Is this SIREN/SIRET well-formed, and does it exist |
| Median and percentile €/m² for a commune |
| Did this local market rise or fall, year by year |
| Energy label distribution, and the share barred from letting |
| What an energy rating is worth locally |
| 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 |
| Proxy secrets for the three backends |
| Hostname allowed past DNS-rebinding protection |
| 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 8080Deploying
flyctl deploy --remote-onlyScale-to-zero, one machine.
This server cannot be installed
Maintenance
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
- AlicenseAqualityAmaintenanceFrance 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 updated361833MIT
- AlicenseAqualityBmaintenanceExposes 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 updated4MIT
- Alicense-qualityFmaintenanceEnables AI assistants to search and retrieve French legislation, case law, and EU law integrations from official sources via MCP.Last updated4221Apache 2.0
- Flicense-qualityCmaintenanceEnables AI agents to search and retrieve detailed profiles of 25 million French companies from the official government registry, including directors, activity codes, and establishment data, without requiring an API key.Last updated
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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