← renomap.fr

INDIVIDUAL MCP TOOL

get_building

Retourne les détails complets d'un bâtiment RenoMap par son identifiant.

renomap.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://renomap.fr/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_building and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

renomap.fr

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.renomap]
url = "https://renomap.fr/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "renomap": {
      "type": "http",
      "url": "https://renomap.fr/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: renomap
Remote MCP URL: https://renomap.fr/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "renomap": {
      "url": "https://renomap.fr/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "renomap": {
      "type": "http",
      "url": "https://renomap.fr/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "renomap",
  "transport": "streamable-http",
  "url": "https://renomap.fr/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_building — Recherche des bâtiments RenoMap par adresse (Hauts-de-France).
  • run_simulation — Calcule le coût d'installation d'une PAC, les aides (MaPrimeRénov + CEE), les économies annuelles et le retour sur investissement.
  • create_lead — Soumet une demande de devis PAC pour un particulier.
  • report_building — Signale une erreur sur les données d'un bâtiment (DPE incorrect, surface erronée, bâtiment inexistant, etc.).