Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
adopteunconteneur avatar

Adopte Un Conteneur Container Delivery & Dimensions

  • Updated May 9, 2026
  • adopteunconteneur/mcp-container-delivery

Delivery cost calculator and container dimensions for France. Real HT/TTC prices.

About

Delivery cost calculator and container dimensions for France. Real HT/TTC prices. Returns interior and exterior dimensions, volumes, surfaces and weights for all container types. { Exposes 2 MCP tools including io.github.adopteunconteneur/delivery-calculator, calculateContainerDeliveryCost, getContainerDimensions, ### 1. `calculateContainerDeliveryCost. Install via Claude Desktop, Cursor, or any MCP-compatible client using the upstream server manifest.

  • Automatically selects the most economical depot (Toulouse, Lyon, Le Havre, Bordeaux, Fos-sur-Mer, etc.)
  • Returns real HT and TTC prices from the live pricing engine
  • Provides available depot alternatives
  • Filter by type, size, minimum volume or minimum surface
  • Includes combined surface data for multiple containers placed side by side

Adopte Un Conteneur Container Delivery & Dimensions by the numbers

  • Exposes 2 verified tools (MCP introspection)
  • Data as of Jul 9, 2026 (Skillselion catalog sync)
terminal
claude mcp add --transport http delivery-calculator https://adopte-un-conteneur.fr/api/v1/mcp-server.php

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
TransportHTTP
AuthNone
Tools2
Last updatedMay 9, 2026
Repositoryadopteunconteneur/mcp-container-delivery

How do I connect Adopte un Conteneur - Container Delivery & Dimensions to my MCP client?

Delivery cost calculator and container dimensions for France. Real HT/TTC prices.

Who is it for?

Teams wiring Adopte un Conteneur - Container Delivery & Dimensions into Claude, Cursor, or custom agents for finance.

Skip if: Skip when you need a non-MCP SDK or hosted API without stdio/SSE transport.

What you get

Working Adopte un Conteneur - Container Delivery & Dimensions MCP server with verified tool registration and client config.

  • Agent-accessible French delivery and container dimension quotes
  • Pricing inputs for landing pages, bots, or quote prototypes

By the numbers

  • [object Object]
At a glance

Adopte un Conteneur - Container Delivery & Dimensions capabilities & compatibility

Capabilities
adopte un conteneur container delivery & dimen
Use cases
orchestration
Runs
Remote server
From the docs

What Adopte un Conteneur - Container Delivery & Dimensions says it does

Delivery cost calculator and container dimensions for France. Real HT/TTC prices.
README.md
Delivery cost calculator and container dimensions for France. Real HT/TTC prices.
README.md

Tools 2

Public tool metadata - what this server can do for an agent.

calculateContainerDeliveryCost3 params

Calcule le coût de livraison d'un ou plusieurs conteneurs maritimes vers une adresse en France. Sélectionne automatiquement le dépôt le plus économique et retourne le prix réel HT et TTC.

  • delivery_addressstringrequiredAdresse complète ou ville de livraison en France
  • container_typestringrequiredType de conteneur : 20ft, 40ft ou 40ft_hc (High Cube)
  • quantityintegerrequiredNombre de conteneurs à livrer
getContainerDimensions5 params

Retourne les dimensions intérieures et extérieures, volumes, surfaces et poids des containers. Permet de filtrer par type (stockage, dry, high_cube, reefer), taille (6ft à 45ft), volume minimum ou surface minimum. Inclut les surfaces combinées pour plusieurs containers accolés.

  • typestringType de container. Omis = tous les types.
  • sizestringTaille du container en pieds. Omis = toutes les tailles.
  • min_volume_m3numberVolume intérieur minimum en m³ (ex: 30 pour trouver un container d'au moins 30m³)
  • min_surface_m2numberSurface intérieure minimum en m² (ex: 13 pour trouver un container d'au moins 13m²)
  • quantityintegerNombre de containers accolés (2, 3 ou 4) pour obtenir la surface combinée. Nécessite size=20ft ou size=40ft.
README.md

Adopte un Conteneur — MCP Server

Two AI tools for maritime container logistics in France, available via Model Context Protocol (MCP).

MCP Registry

Tools

1. calculateContainerDeliveryCost

Calculates real-time delivery costs for maritime containers anywhere in France.

  • Automatically selects the most economical depot (Toulouse, Lyon, Le Havre, Bordeaux, Fos-sur-Mer, etc.)
  • Returns real HT and TTC prices from the live pricing engine
  • Provides available depot alternatives

Input:

{
  "delivery_address": "69001 Lyon",
  "container_type": "20ft",
  "quantity": 1
}
Parameter Type Required Values
delivery_address string Any French address or city
container_type string 20ft · 40ft · 40ft_hc
quantity integer 1 to 99

Output example:

{
  "success": true,
  "delivery_address": "69001 Lyon, France",
  "container_type": "20ft",
  "quantity": 1,
  "selected_depot": "Lyon",
  "distance_km": 9,
  "total_cost_eur": 245,
  "total_cost_ttc": 294,
  "currency": "EUR",
  "vat_rate": "20%",
  "human_readable": "Livraison de 1 conteneur 20ft depuis Lyon (9 km) vers 69001 Lyon, France : 245 € HT / 294 € TTC.",
  "alternatives": [
    { "depot": "Fos-sur-Mer", "distance_km": 317, "total_cost_eur": 1010 }
  ],
  "links": {
    "calculator": "https://adopte-un-conteneur.fr/calculateur-cout-livraison-containers/",
    "order": "https://adopte-un-conteneur.fr/boutique/"
  }
}

2. getContainerDimensions

Returns interior and exterior dimensions, volumes, surfaces and weights for all container types.

  • Filter by type, size, minimum volume or minimum surface
  • Includes combined surface data for multiple containers placed side by side
  • Covers: storage containers, dry maritime, high cube and refrigerated (reefer)

Input (all parameters optional):

{
  "type": "dry",
  "size": "20ft",
  "min_volume_m3": 30,
  "min_surface_m2": 13,
  "quantity": 2
}
Parameter Type Required Values
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 in m³
min_surface_m2 number Minimum interior surface in m²
quantity integer 2 · 3 · 4 — combined surface for containers placed side by side (requires size=20ft or size=40ft)

Output example:

{
  "success": true,
  "count": 1,
  "containers": [
    {
      "type": "dry",
      "size": "20ft",
      "label": "Container maritime Dry 20 pieds",
      "interieur": { "longueur_m": 5.9, "largeur_m": 2.35, "hauteur_m": 2.39 },
      "exterieur": { "longueur_m": 6.06, "largeur_m": 2.44, "hauteur_m": 2.59 },
      "volume_m3": 33.14,
      "surface_m2": 13.86,
      "poids_vide_kg": 2200
    }
  ],
  "links": {
    "page": "https://adopte-un-conteneur.fr/a-propos-des-containers/dimensions-tailles-volumes-surfaces-poids-des-conteneurs/",
    "boutique": "https://adopte-un-conteneur.fr/boutique/"
  }
}

MCP Server Endpoint

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

Protocol: MCP JSON-RPC 2.0 over HTTP Method: POST Authentication: None (public endpoint)

Quick Tests

List available tools:

curl -X POST https://adopte-un-conteneur.fr/api/v1/mcp-server.php \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Calculate a delivery cost:

curl -X POST https://adopte-un-conteneur.fr/api/v1/mcp-server.php \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 2,
    "method": "tools/call",
    "params": {
      "name": "calculateContainerDeliveryCost",
      "arguments": {
        "delivery_address": "69001 Lyon",
        "container_type": "20ft",
        "quantity": 1
      }
    }
  }'

Get dimensions of all High Cube containers:

curl -X POST https://adopte-un-conteneur.fr/api/v1/mcp-server.php \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 3,
    "method": "tools/call",
    "params": {
      "name": "getContainerDimensions",
      "arguments": {
        "type": "high_cube"
      }
    }
  }'

Get combined surface for 3 containers of 20ft placed side by side:

curl -X POST https://adopte-un-conteneur.fr/api/v1/mcp-server.php \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 4,
    "method": "tools/call",
    "params": {
      "name": "getContainerDimensions",
      "arguments": {
        "size": "20ft",
        "quantity": 3
      }
    }
  }'

Additional Resources

Resource URL
Website https://adopte-un-conteneur.fr
AI landing page https://adopte-un-conteneur.fr/ai
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
Dimensions page https://adopte-un-conteneur.fr/a-propos-des-containers/dimensions-tailles-volumes-surfaces-poids-des-conteneurs/

About

Adopte un Conteneur is a French logistics company specialising in maritime container sales and delivery across France.

License

MIT

Recommended MCP Servers

How it compares

Domain pricing MCP for French containers, not a general warehouse WMS or CRM skill.

FAQ

What does Adopte Un Conteneur Container Delivery & Dimensions do?

Delivery cost calculator and container dimensions for France. Real HT/TTC prices.

When should I use Adopte Un Conteneur Container Delivery & Dimensions?

User asks about Adopte Un Conteneur Container Delivery & Dimensions mcp, delivery cost calculator and container dimensions for france. real ht/.

Is this MCP server safe to install?

Review the Security Audits panel on this page before installing in production.

Financefinance

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.