Skip to main content
Glama
NormiHQ

Normi — French Real Estate Data (DVF)

Official

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"

Related MCP server: France Data MCP

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.

Tool

Description

Credits

search_property_transactions

Search transactions by location, type, price, surface

5

analyze_market_statistics

Aggregate stats: median price, price/m², volume

5

find_property_comparables

Find similar properties by proximity and surface

10

analyze_price_trends

Price evolution over time (month/quarter/year)

10

compare_locations

Compare 2-5 locations side by side

10

analyze_market_activity

Transaction volume and seasonality

10

get_zonal_price_distribution

Price statistics by zone (JSON for map visualizations)

15

lookup_property_history

Transaction history for a specific address

20

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

Plan

Credits/month

Rate Limit

Price

Free

500

60 req/min

Free

Indie

10,000

60 req/min

19 EUR/mo

Agent

55,000

60 req/min

49 EUR/mo

Pro

175,000

60 req/min

149 EUR/mo

Enterprise

500,000

120 req/min

399 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: 18M+ geocoded transactions

  • Updates: Annual (DGFiP publication cadence)

  • License: Licence Ouverte 2.0

License

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessSyncing

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    F
    maintenance
    French real estate data platform for AI agents. Identifies property owners likely to sell and tracks behavioral signals on active listings. Coverage: metropolitan France.
    -
  • 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.
    36
    120
    3
    MIT
  • A
    license
    A
    quality
    F
    maintenance
    French building permits MCP server: 1.2M Sitadel permits (2014-2026, daily refresh), DVF transactions, cadastre DGFiP, PLU zoning, BRGM risks, and property-dealer opportunity scoring through 11 MCP tools. Free tier 500 req/month, no credit card.
    11
    3
    MIT

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/NormiHQ/mcp-dvf'

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