Sign In

@normi/mcp-dvf

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@normi/mcp-dvf

MCP server for French real estate data (DVF) — 17M+ geocoded transactions via Normi API

latest
Source
npmnpm
Version
0.2.2
Version published
Maintainers
1
Created
Source

Normi — French Real Estate Data MCP Server

Access 17M+ geocoded French property transactions (DVF) from Claude Desktop, Cursor, VS Code, or any MCP client.

npm MCP Registry License: MIT

Quick Start (2 minutes)

1. Get your free API key

Sign up at normi.fr and create a token in your dashboard.

2. Configure your MCP client

Claude Desktop — edit claude_desktop_config.json:

{
  "mcpServers": {
    "normi": {
      "command": "npx",
      "args": ["-y", "@normi/mcp-dvf"],
      "env": {
        "NORMI_API_KEY": "normi_YOUR_TOKEN_HERE"
      }
    }
  }
}

Cursor / VS Code (Claude Code) — add via CLI:

claude mcp add --transport http normi https://mcp.normi.fr/mcp --header "Authorization: Bearer normi_YOUR_TOKEN"

3. Start asking questions

"Quels sont les prix au m² à Paris 15ème ?"
"Trouve des comparables pour un T3 de 65m² à Lyon 3ème"
"Évolution des prix à Bordeaux depuis 2020"

Key DVF tools

Normi exposes 32 MCP tools across DVF, DPE, BDNB, ANIL, SIRENE and portfolio workflows. The complete, up-to-date catalog is available in the Normi MCP documentation.

ToolDescriptionCredits
search_property_transactionsSearch transactions by location, type, price, surface5
analyze_market_statisticsAggregate stats: median price, price/m², volume5
detect_flipsShort-hold resale rate, gross margin and holding period by INSEE commune10
analyze_rental_yieldEstimated gross rental yield from ANIL rents × DVF sale prices10
find_property_comparablesFind similar properties by proximity and surface10
analyze_price_trendsPrice evolution over time (month/quarter/year)10
compare_locationsCompare 2-5 locations side by side10
analyze_market_activityTransaction volume and seasonality10
get_zonal_price_distributionPrice statistics by zone (JSON for map visualizations)15
lookup_property_historyTransaction history for a specific address20

REST API

Normi also offers a REST API for non-MCP use cases. Full documentation.

curl -H "X-API-Key: normi_YOUR_TOKEN" \
  "https://mcp.normi.fr/v1/stats/market?code_postal=75001"

Pricing

PlanCredits/monthRate LimitPrice
Free10010 req/minFree
Agent55,00030 req/min49 EUR/mo
Pro175,00060 req/min149 EUR/mo
Enterprise500,000120 req/min399 EUR/mo

One-time credit packs also available. See pricing.

Data

  • Source: DVF (Demandes de Valeurs Foncieres) — French government open data
  • Coverage: All of metropolitan France, 2014-present
  • Volume: 17.4M+ geocoded transactions
  • Updates: Semi-annual (April & October)
  • License: Licence Ouverte 2.0

License

MIT

Keywords

mcp

FAQs

Package last updated on 18 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts