GraceRoad
Road freight, fuel supply and sourcing in West Africa. Only the transport study is paid.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
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-httpWhat it can do
Tool inventory
Tools (3)
🟢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
Evidence