--- title: Adopte un Conteneur - AI & MCP Access --- # Adopte un Conteneur — AI Access This service exposes two tools for AI agents (Claude, ChatGPT, Gemini, MCP clients). ## MCP Server `POST https://adopte-un-conteneur.fr/api/v1/mcp-server.php` Protocol: MCP JSON-RPC 2.0 — Authentication: none --- ## Tool 1 — calculateContainerDeliveryCost Calculate the real delivery cost for maritime containers anywhere in France. **Endpoint:** `POST https://adopte-un-conteneur.fr/api/v1/delivery/cost.php` **Input:** - delivery_address (string) — full address or city in France - container_type (string) — 20ft | 40ft | 40ft_hc - quantity (integer) — 1 to 99 **Output:** - total_cost_eur, total_cost_ttc, currency, vat_rate - selected_depot, distance_km - human_readable (ready-to-display sentence) - alternatives (other available depots) - links (calculator, order) --- ## Tool 2 — getContainerDimensions Get interior/exterior dimensions, volumes, surfaces and weights for all container types. **Endpoint:** `POST https://adopte-un-conteneur.fr/api/v1/dimensions.php` **Input (all optional):** - type (string) — stockage | dry | high_cube | reefer - size (string) — 6ft | 8ft | 10ft | 20ft | 40ft | 40ft_hc | 45ft_hc - min_volume_m3 (number) — minimum interior volume - min_surface_m2 (number) — minimum interior surface - quantity (integer: 2, 3 or 4) — combined surface for containers placed side by side **Output:** - containers array with interieur, exterieur, volume_m3, surface_m2, poids_vide_kg - combined surface data when quantity is specified --- ## Resources - OpenAPI spec: https://adopte-un-conteneur.fr/openapi.json - MCP manifest: https://adopte-un-conteneur.fr/mcp.json - AI discovery: https://adopte-un-conteneur.fr/.well-known/ai.json - GitHub: https://github.com/adopteunconteneur/mcp-container-delivery ## Usage This API is intended for AI agents (Claude, ChatGPT, Gemini, MCP tools).