← adopte-un-conteneur.fr

INDIVIDUAL MCP TOOL

calculateContainerDeliveryCost

Calcule le coût de livraison d'un ou plusieurs conteneurs maritimes vers une adresse en France.

adopte-un-conteneur.frnone authenticationAvailability not checked

LIVE ENDPOINT

https://adopte-un-conteneur.fr/api/v1/mcp-server.php

No auth detected

Connect to this endpoint to inspect the live schema for calculateContainerDeliveryCost 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

adopte-un-conteneur.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.adopte-un-conteneur]
url = "https://adopte-un-conteneur.fr/api/v1/mcp-server.php"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "adopte-un-conteneur": {
      "type": "http",
      "url": "https://adopte-un-conteneur.fr/api/v1/mcp-server.php"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: adopte-un-conteneur
Remote MCP URL: https://adopte-un-conteneur.fr/api/v1/mcp-server.php

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": {
    "adopte-un-conteneur": {
      "url": "https://adopte-un-conteneur.fr/api/v1/mcp-server.php"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "adopte-un-conteneur": {
      "type": "http",
      "url": "https://adopte-un-conteneur.fr/api/v1/mcp-server.php"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "adopte-un-conteneur",
  "transport": "streamable-http",
  "url": "https://adopte-un-conteneur.fr/api/v1/mcp-server.php"
}
MCP Inspector

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

Related tools

  • getContainerDimensions — Retourne les dimensions intérieures et extérieures, volumes, surfaces et poids des containers.