GraceRoad
Server Details
Road freight, fuel supply and sourcing in West Africa. Only the transport study is paid.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP ยท MCP 2025-06-18
- URL
TDQS
Scored across 3 tools
Each tool has a clearly distinct role: presentation provides company/service context, corridors lists route information, and preparer_demande generates request links. There is no meaningful overlap between them.
All names share the consistent 'graceroad_' prefix and snake_case format. Minor inconsistency exists because 'preparer_demande' is a French verb phrase while 'corridors' and 'presentation' are English nouns.
With only three tools, the server is tightly scoped and each tool earns its place in the workflow. The count is well-suited to an informational and request-preparation MCP server.
The core workflow is covered: presentation, route/corridor information, and request preparation for transport, fuel, and sourcing. Minor gaps exist around post-request follow-up and a dedicated customs/transit request path, but agents can generally work around these.
Available Tools
3 toolsgraceroad_corridorsGraceRoad: road corridors servedARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| filtre | No | Country or city to filter on. Optional. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the description doesn't need to cover safety. It adds useful content boundaries (cargo/vehicles, no prices) and hints at output structure ('a page for each'), but doesn't go much deeper.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three short sentences, front-loaded with the core action and resource, followed by optional-filter guidance and a useful exclusion. Every sentence earns its place with no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple read-only tool with one optional parameter and no output schema, the description covers the content returned and the filtering option. 'A page for each' is slightly vague, but not enough to block correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents the 'filtre' parameter. The description adds helpful examples like 'Mali', 'Bamako', and 'Abidjan', but this reinforces rather than substantially extends the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names a specific resource ('road corridors GraceRoad serves'), a concrete action ('Lists'), and the content included ('typical cargo and vehicles'). This clearly distinguishes it from sibling tools like graceroad_preparer_demande and graceroad_presentation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It gives clear context for use: enumerate corridors, optionally filter by country or city, and it explicitly notes the result 'Contains no prices.' It doesn't name sibling alternatives or state when not to use them, so it stops short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
graceroad_preparer_demandeGraceRoad: prepare a requestARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Wished loading date or period. | |
| depart | No | Loading place, for example 'Dakar' or 'Port of Abidjan'. | |
| langue | No | Language of the user: 'fr' for French, 'en' for English. Defaults to 'fr'. | |
| arrivee | No | Delivery place, for example 'Bamako'. | |
| service | Yes | 'transport' for road freight, 'carburant' for fuel supply, 'sourcing' for buying commodities. | |
| quantite | No | Quantity with its unit, for example '30 tonnes' or '2 x 40ft containers'. | |
| precisions | No | Any other useful detail, one or two sentences. | |
| marchandise | No | Goods or product, for example 'rice in bags' or '50 ppm diesel'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already set readOnlyHint=true and destructiveHint=false; the description reinforces this with 'This tool creates nothing and charges nothing.' It adds significant behavioral context beyond annotations: link generation, user self-submission, paid/free status for each service, and a mandatory user-facing disclosure. This fully discloses the tool's side effects and operational traits.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single dense paragraph with no filler. It front-loads the core purpose, then logically expands into service-specific variations and constraints. Every sentence contributes essential information, and the structure makes it easy to scan for key warnings.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 8 parameters, no output schema, and two enums, the description is remarkably complete. It covers the primary result (link), user interaction, cost implications, and what the tool does not do. The absence of an output schema is mitigated by stating the return type upfront. An agent calling this tool has all necessary operational context.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds meaningful semantics to the 'service' parameter by explaining the real-world consequences of each enum value (payment, link behavior, fee quotation). This goes beyond the schema's plain enum labels and helps the agent choose the correct value and set user expectations.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource: 'Prepares a request to GraceRoad and returns a link for the user.' It clearly distinguishes this from siblings by focusing on request preparation and link generation, while also enumerating service types. An agent can tell this apart from graceroad_corridors and graceroad_presentation without ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage context, explaining what happens for each service type ('transport', 'carburant', 'sourcing') and when payment conditions apply. It doesn't explicitly name sibling alternatives or state 'use this when...', but the detailed service-specific behavior gives strong implied guidance. The warning to tell the user the amount before giving the link is a concrete usage directive.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
graceroad_presentationGraceRoad: who they are and how to use themARead-onlyInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| langue | No | Language of the user: 'fr' for French, 'en' for English. Defaults to 'fr'. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds critical behavioral context beyond this: the transport request form is paid and the agent must relay the fee notice, and GraceRoad publishes no transport prices so the agent must never estimate one. These are significant constraints not present in the annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is four sentences, each earning its place: the first defines content, the second gives ordering, and the last two give essential behavioral constraints. It front-loads the most important information without any filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's low complexity (one optional parameter, no output schema, read-only annotations), the description covers all necessary aspects: what it does, when to call it, fee-related behavior, and pricing constraints. Nothing an agent needs for correct invocation is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the only parameter 'langue' is fully documented with enum and default. The description adds no parameter-specific detail, but the schema already carries the full meaning, so the baseline of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb and resource: it 'Describes GraceRoad' with a detailed list of services, countries served, service requests, and fees. The phrase 'Call this first' differentiates it as the introductory tool among siblings, making its purpose unmistakable.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit ordering directive ('Call this first') and provides procedural guidance about relaying the paid form fee notice and never estimating transport prices. However, it does not explicitly name sibling tools or state conditions for choosing them instead, so it lacks full alternative routing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
graceroad_corridors - First observed
graceroad_preparer_demande - First observed
graceroad_presentation
Related MCP Connectors
European road freight and moving prices: quotes, dated price index, glossary, order submission
Shipping intelligence โ D&D charges, local charges, inland haulage. x402 USDC payments.
AI-native platform: cybernetic freight agents transact, verify, find services. Get verified leads.
Live US diesel prices and optimized stop-by-stop fuel plans for trucking. Free snapshot tool.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying official Brazilian ANTT data on international road freight transport (TRIC) through a single read-only tool, with prepaid per-use pricing.MIT
- FlicenseNot gradedqualityCmaintenanceReal published tariffs for European road freight and moving: quote by m3, kg, pallets or LDM across 560k+ routes. Dated price index, freight glossary, order submission. Live endpoint at https://mcp.fromtocargo.com/mcp (19 tools).-
- AlicenseNot gradedqualityCmaintenanceAI-powered route optimization MCP server for heavy vehicles and logistics. Calculate truck-optimized routes, predict traffic congestion with LSTM neural networks, compute toll costs, fuel costs and CO2 emissions, find truck stops and check weather along any European route.MIT
- AlicenseNot gradedqualityDmaintenanceFreight marketplace MCP server for European road logistics. Search and manage freight loads, post truck capacity, create auctions, manage deliveries and drivers through the Cargoffer Bolsa de Carga API. Connect your AI agent to the freight marketplace.1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.