Transcend (by Cargoffer) is the freight & mobility API gateway that lets AI agents calculate tolls, find fuel stations, track drivers, and plan routes via one MCP connection.
{
"mcpServers": {
"transcend": {
"command": "node",
"args": ["/path/to/transcend-mcp/dist/index.js"],
"env": { "TRANSCEND_API_KEY": "tr_sk_xxx" }
}
}
}
Or hosted: https://mcp.transcend.cargoffer.com/mcp
transcend_get_tolls — Calculate tolls for a routetranscend_find_fuel_stations — Nearby / best-price fuel stationstranscend_find_parking — Parking near coordinates (POI)transcend_get_driver — Driver detail + live positiontranscend_list_vehicles — List fleet vehiclestranscend_calculate_route — Calculate route with metricstranscend_health — Gateway health + active microserviceshttps://mcp.transcend.cargoffer.com/mcpFull machine-readable spec: llms.txt · openapi.yaml