GraceRoad

Road freight, fuel supply and sourcing in West Africa. Only the transport study is paid.

Should I use this

Quality & Safety

A
Description quality
100%
Schema completeness
93%
Naming quality
80%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~707Tokens (tool definitions)
~1.3 KBTypical response size
Moderate attention impact (0.55% of 128k context)

This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.

Install

One-Click Install

Add this to your `claude_desktop_config.json` file:

{
  "mcpServers": {
    "graceroad": {
      "url": "https://graceroad-group.com/api/mcp"
    }
  }
}

Remote endpoints

https://graceroad-group.com/api/mcpstreamable-http

What it can do

Tool inventory

Tools (3)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢graceroad_presentation(langue)

Describes GraceRoad (GRACECORP AMD GROUP SAS, Dakar, Senegal): services (road freight, customs clearance and transit, refined fuel supply, commodity sourcing), countries served, how to request each service, and the fees. Call this first. The transport request form is paid: relay the fee notice to the user before sending them to it. GraceRoad publishes no transport prices; never estimate one.

Input Schema

{
  "type": "object",
  "properties": {
    "langue": {
      "type": "string",
      "enum": [
        "fr",
        "en"
      ],
      "description": "Language of the user: 'fr' for French, 'en' for English. Defaults to 'fr'."
    }
  },
  "additionalProperties": false
}
🟢graceroad_corridors(filtre)

Lists the West African road corridors GraceRoad serves, with typical cargo and vehicles, and a page for each. Optional filter: a country or city name (for example 'Mali', 'Bamako', 'Abidjan'). Contains no prices.

Input Schema

{
  "type": "object",
  "properties": {
    "filtre": {
      "type": "string",
      "description": "Country or city to filter on. Optional."
    }
  },
  "additionalProperties": false
}
🟢graceroad_preparer_demande(service, depart, arrivee, marchandise, quantite, ...)

Prepares a request to GraceRoad and returns a link for the user. For 'transport', the link opens GraceRoad's assistant with the request already written; the user sends it themselves. Submitting a transport request is PAID (study fee, not the transport price): you must tell the user the amount given in 'a_dire_a_l_utilisateur' before giving them the link. For 'carburant' (fuel in volume) asking for an offer is free. For 'sourcing', the enquiry is free and a fixed fee is quoted afterwards. This tool creates nothing and charges nothing.

Input Schema

{
  "type": "object",
  "properties": {
    "service": {
      "type": "string",
      "enum": [
        "transport",
        "sourcing",
        "carburant"
      ],
      "description": "'transport' for road freight, 'carburant' for fuel supply, 'sourcing' for buying commodities."
    },
    "depart": {
      "type": "string",
      "description": "Loading place, for example 'Dakar' or 'Port of Abidjan'."
    },
    "arrivee": {
      "type": "string",
      "description": "Delivery place, for example 'Bamako'."
    },
    "marchandise": {
      "type": "string",
      "description": "Goods or product, for example 'rice in bags' or '50 ppm diesel'."
    },
    "quantite": {
      "type": "string",
      "description": "Quantity with its unit, for example '30 tonnes' or '2 x 40ft containers'."
    },
    "date": {
      "type": "string",
      "description": "Wished loading date or period."
    },
    "precisions": {
      "type": "string",
      "description": "Any other useful detail, one or two sentences."
    },
    "langue": {
      "type": "string",
      "enum": [
        "fr",
        "en"
      ],
      "description": "Language of the user: 'fr' for French, 'en' for English. Defaults to 'fr'."
    }
  },
  "required": [
    "service"
  ],
  "additionalProperties": false
}

Community

Rate this Server

Evidence

Recent observations

verifiedversion not recorded3 tools