← debarras.cc

INDIVIDUAL MCP TOOL

get_company

Détail d'une entreprise par son identifiant (slug).

debarras.ccnone authenticationAvailability not checked

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 endpoint

debarras.cc

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

.mcp.json

{
  "mcpServers": {
    "debarras-cc": {
      "type": "http",
      "url": "https://debarras.cc/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "debarras-cc",
  "transport": "streamable-http",
  "url": "https://debarras.cc/mcp"
}
MCP Inspector

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

Related tools

  • search_companies — Recherche d'entreprises de débarras par département (75,77,78,91,92,93,94,95), service (appartement,maison,cave,succession,encombrants) et/ou ville.
  • estimate_price — Fourchette de prix indicative d'un débarras selon le service et le volume en m³.
  • list_questions — Liste des questions/réponses de référence sur le débarras en Île-de-France.