Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Pillr, la donnée immobilière française

REMOTE · PILLR.FR · SCANNED SEP 20

Prix au m² communal, synthèse de marché et formalité d'urbanisme, sur données publiques françaises.

Available components

69 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security80
Transport & Reachability100
Schema Quality & AI Usability61
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1427 tokens (~475/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
  • Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail

Unverified: 1 category

A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

How do I install the Pillr, la donnée immobilière française MCP server?

Pillr, la donnée immobilière française is a hosted endpoint at https://pillr.fr/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · pillr.fr

# add to Claude Code
claude mcp add --transport http maixmeduret-pillr 'https://pillr.fr/api/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "maixmeduret-pillr": {
      "url": "https://pillr.fr/api/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "maixmeduret-pillr": {
      "type": "http",
      "url": "https://pillr.fr/api/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.maixmeduret-pillr]
url = "https://pillr.fr/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "maixmeduret-pillr": {
      "type": "remote",
      "url": "https://pillr.fr/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add maixmeduret-pillr --url 'https://pillr.fr/api/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  maixmeduret-pillr:
    url: "https://pillr.fr/api/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "maixmeduret-pillr": {
      "Transport": "http",
      "Url": "https://pillr.fr/api/mcp"
    }
  }
}
# add to Vellum
assistant mcp add maixmeduret-pillr -t streamable-http -u 'https://pillr.fr/api/mcp'
// mcp.json
{
  "mcpServers": {
    "maixmeduret-pillr": {
      "type": "http",
      "url": "https://pillr.fr/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 69

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://pillr.fr/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=pillr.fr CN=WE1,O=Google Trust Services,C=US 3 Sept 2026 2 Dec 2026 ECDSA 256 ECDSA-SHA256 aeefc0a068978a611331ac2a4571ceab
SANs: pillr.fr, *.pillr.fr
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of pillr.fr. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
fr. present 65381 13 Verified
pillr.fr. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://pillr.fr/api/mcp Verified 200
http (plaintext) http://pillr.fr/api/mcp HTTPS enforced 301 https://pillr.fr/api/mcp
MCP tools · 3 exposed · ~1,188 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
demarche_urbanisme_projet ~913

Quelle formalité d'urbanisme pour un projet de travaux (aucune, déclaration préalable, permis de construire, d'aménager ou de démolir), quel formulaire Cerfa, un architecte est-il obligatoire, quelles pièces, quel délai d'instruction. Chaque conclusion porte sa règle et sa source, et la base de règles porte sa date. Un fait manquant revient en question, jamais en supposition. Sans adresse : ce connecteur ne lit ni le PLU ni les servitudes, les protections du terrain sont à déclarer en paramètres. Information générale, ni conseil juridique ni décision de la mairie.

NameTypeReqDescription
abords_monument_historiquebooleanLe terrain est-il dans les abords d'un monument historique ?
bassin_m2numberSurface du bassin d'une piscine, en m².
changementstringPour un changement de destination : porte-t-il sur la destination ou sur une sous-destination ?
coeur_parc_nationalbooleanLe terrain est-il en cœur de parc national ?
demandeurstringQui dépose la demande (compte pour l'obligation d'architecte).
document_urbanismestringDocument d'urbanisme de la commune, si connu.
duree_installation_joursnumberJours par an d'installation d'une piscine démontable en espace protégé.
duree_installation_moisnumberMois par an d'installation d'une piscine démontable.
element_protege_plubooleanLe bâtiment est-il protégé par le PLU (art. L151-19 ou L151-23) ?
emprise_au_sol_creee_m2numberEmprise au sol créée par le projet, en m².
emprise_au_sol_existante_m2numberEmprise au sol du bâtiment existant, en m².
equipements_communsbooleanLa division crée-t-elle des voies, espaces ou équipements communs ?
erp_ou_ighbooleanS'agit-il d'un établissement recevant du public ou d'un immeuble de grande hauteur ?
hauteur_couverture_mnumberHauteur de la couverture d'une piscine, en mètres (0 si non couverte).
hauteur_mnumberHauteur du projet, en mètres (hauteur du mur pour un mur).
inclut_demolitionbooleanLe projet inclut-il une démolition ?
maison_individuellebooleanS'agit-il d'une maison individuelle ?
modifie_aspect_exterieurbooleanLes travaux modifient-ils l'aspect extérieur ?
modifie_volumebooleanLes travaux modifient-ils le volume du bâtiment ?
monument_historiquebooleanLes travaux portent-ils sur un monument historique ?
pac_visiblebooleanL'unité extérieure de la pompe à chaleur est-elle visible depuis l'espace public ?
piscine_demontablebooleanLa piscine est-elle démontable ?
ravalement_change_couleursbooleanLe ravalement change-t-il les couleurs de la façade ?
reparation_a_l_identiquebooleanS'agit-il d'une réparation à l'identique (mêmes matériaux, mêmes couleurs) ?
reserve_naturellebooleanLe terrain est-il en réserve naturelle ?
site_classebooleanLe terrain est-il en site classé ?
site_inscritbooleanLe terrain est-il en site inscrit ?
sprbooleanLe terrain est-il en site patrimonial remarquable ?
surface_plancher_creee_m2numberSurface de plancher créée, en m² (0 pour un carport ouvert).
surface_plancher_existante_m2numberSurface de plancher du bâtiment existant, en m².
travaux_structure_ou_facadebooleanDes travaux touchent-ils les structures porteuses ou la façade ?
type_travauxstringyesNature du projet. Obligatoire.
visible_espace_publicbooleanLe projet est-il visible depuis l'espace public ?
zone_urbainebooleanLe terrain est-il en zone urbaine du PLU, si connu ?

No output schema declared.

No examples provided.

marche_commune ~144

Synthèse publique du marché d'une commune : prix au m² appartement et maison, loyer médian au m² (DHUP), rendement brut théorique, évolution des prix sur 1, 3 et 5 ans, zone ABC de tension locative. C'est un aperçu : le score Pillr sur 100, ses sous-scores et l'analyse complète ne sont pas servis par ce connecteur, ils sont sur pillr.fr.

NameTypeReqDescription
communestringyesNom de la commune (« Bordeaux », « Lyon 7e », « Saint-Étienne ») ou code INSEE à 5 chiffres. Un code postal est accepté en dernier recours.

No output schema declared.

No examples provided.

prix_m2_commune ~131

Prix de référence au mètre carré d'une commune française, appartement et maison, tel que Pillr le publie : valeur, provenance (mesurée sur les ventes DVF ou estimée), millésime et date de reconstruction. Un prix absent est dit absent, jamais deviné. C'est un repère de marché communal, pas l'estimation d'un bien précis.

NameTypeReqDescription
communestringyesNom de la commune (« Bordeaux », « Lyon 7e », « Saint-Étienne ») ou code INSEE à 5 chiffres. Un code postal est accepté en dernier recours.

No output schema declared.

No examples provided.

Common questions

What is the Pillr, la donnée immobilière française MCP server?

Pillr, la donnée immobilière française is an MCP server listed in the public MCP registry as io.github.maixmeduret/pillr. Prix au m² communal, synthèse de marché et formalité d'urbanisme, sur données publiques françaises. This page covers its hosted endpoint (https://pillr.fr/api/mcp).

Is the Pillr, la donnée immobilière française MCP server safe to use?

Pillr, la donnée immobilière française scores 69 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Pillr, la donnée immobilière française MCP server expose?

Pillr, la donnée immobilière française exposes 3 tools: prix_m2_commune, marche_commune, demarche_urbanisme_projet. Their descriptions and schemas cost roughly 1,188 tokens of context every time the server is loaded.

Does the Pillr, la donnée immobilière française MCP server require authentication?

No. We connected to Pillr, la donnée immobilière française without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Pillr, la donnée immobilière française MCP server still maintained?

Pillr, la donnée immobilière française is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.