← synergieloc.fr

INDIVIDUAL MCP TOOL

cao_verifier

FREE geometric audit of a CAO scene (no API key, 0 units).

synergieloc.frnone authenticationAvailability not checked

Input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

Parent endpoint

synergieloc.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.synergieloc-immobilier]
url = "https://synergieloc.fr/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "synergieloc-immobilier": {
      "type": "http",
      "url": "https://synergieloc.fr/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: synergieloc-immobilier
Remote MCP URL: https://synergieloc.fr/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": {
    "synergieloc-immobilier": {
      "url": "https://synergieloc.fr/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • irl_revision_loyer — Révision annuelle d'un loyer d'habitation indexée sur l'IRL (art.
  • regularisation_charges — Régularisation annuelle des charges locatives (décret 87-713) : quote-part locataire par tantièmes et prorata temporis, décompte détaillé, solde (trop-perçu à rembourser ou complément à réclamer).
  • quittance_loyer — Génère une quittance de loyer conforme (art.
  • cao_generer_dxf — Draw a building scene and get an AutoCAD DXF.
  • cao_metres — Compute quantities (metrés) from a CAO scene.
  • cao_rendu — Top-down preview (SVG/PNG) of a CAO scene.
  • cao_pdf — Generate a professional TECHNICAL SHEET from a CAO scene: top view, elevations, shaded axonometric, optional MEP plan.
  • bonnes_pratiques — FREE versioned playbook of best practices for MCP/API agents (no API key, 0 units).