Catalog
io.github.NormiHQ/normi
OfficialFrench real estate data API (DVF) — 17M+ geocoded transactions since 2014.
Access French real estate transaction data with 17M+ geocoded properties since 2014.
README not available yet.
Install
Configuration
Environment variables
NORMI_API_KEYrequiredsecretYour Normi API key (get one free at https://normi.fr/dashboard/tokens)
claude_desktop_config.json
{
"mcpServers": {
"normi": {
"command": "npx",
"args": [
"-y",
"@normi/mcp-dvf@0.2.1"
],
"env": {
"NORMI_API_KEY": "<YOUR_NORMI_API_KEY>"
}
}
}
}