# GraceRoad (remote · graceroad-group.com)

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

- Trust score: 73/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `graceroad-group.com`: 73/100 (this document), [markdown](https://verifymcp.io/servers/com-graceroad-group-graceroad/api-mcp.md), [page](https://verifymcp.io/servers/com-graceroad-group-graceroad/api-mcp)

## Channel facts

- Endpoint: `https://graceroad-group.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-27.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 73/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 702 tokens (~234/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the GraceRoad MCP server?

GraceRoad is a hosted endpoint at https://graceroad-group.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-graceroad-group-graceroad 'https://graceroad-group.com/api/mcp'
```

### Cursor

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

### VS Code

```json
{
  "servers": {
    "com-graceroad-group-graceroad": {
      "type": "http",
      "url": "https://graceroad-group.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-graceroad-group-graceroad]
url = "https://graceroad-group.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-graceroad-group-graceroad": {
      "type": "remote",
      "url": "https://graceroad-group.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-graceroad-group-graceroad --url 'https://graceroad-group.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-graceroad-group-graceroad:
    url: "https://graceroad-group.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-graceroad-group-graceroad": {
      "Transport": "http",
      "Url": "https://graceroad-group.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-graceroad-group-graceroad -t streamable-http -u 'https://graceroad-group.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-graceroad-group-graceroad": {
      "type": "http",
      "url": "https://graceroad-group.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-27 (score 73, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-26 (score 72, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-25 (score 72)

First indexed and scored.

## MCP tools (3)

### `graceroad_presentation` (~122 tokens)

GraceRoad: who they are and how to use them

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 parameters:

- `langue` (string): Language of the user: 'fr' for French, 'en' for English. Defaults to 'fr'.

### `graceroad_corridors` (~77 tokens)

GraceRoad: road corridors served

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 parameters:

- `filtre` (string): Country or city to filter on. Optional.

### `graceroad_preparer_demande` (~314 tokens)

GraceRoad: prepare a request

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 parameters:

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

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-graceroad-group-graceroad/api-mcp#diagnostics

## Score history

- 2026-09-27: 73
- 2026-09-26: 72
- 2026-09-25: 72

## Common questions

### What is the GraceRoad MCP server?

GraceRoad is an MCP server listed in the public MCP registry as com.graceroad-group/graceroad. Road freight, fuel supply and sourcing in West Africa. Only the transport study is paid. This page covers its hosted endpoint (https://graceroad-group.com/api/mcp).

### Is the GraceRoad MCP server safe to use?

GraceRoad scores 73 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the GraceRoad MCP server expose?

GraceRoad exposes 3 tools: graceroad_presentation, graceroad_corridors, graceroad_preparer_demande. Their descriptions and schemas cost roughly 513 tokens of context every time the server is loaded.

### Does the GraceRoad MCP server require authentication?

No. We connected to GraceRoad without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the GraceRoad MCP server still maintained?

GraceRoad is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://graceroad-group.com/api/mcp
- Website: https://graceroad-group.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-graceroad-group-graceroad/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-graceroad-group-graceroad/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-graceroad-group-graceroad/api-mcp
