FreightRatesMCP
What a lane costs this week, before you brief a forwarder.
Base URL
https://api.freightratesmcp.comRates is REST only, and GET only. Every route needs a tmcp_ key whose organisation holds an active freightrates entitlement, sent as Authorization: Bearer or x-api-key. Usage headers ride on each response.
Authentication
Authorization: Bearer tmcp_…Keys carry the tmcp_ prefix. See the authentication guide.
Rate data returns under { "data": … }. Errors return { "error": { "code", "message" } } with codes such as missing_key, invalid_request and not_found.
Endpoints
Rates
GETLatest indices/indicesGETLatest lane rate/laneGETLane rate cards/lane/cardsGETLane rate history/lane/historyWebhooks
POSTRegister an endpoint/v1/webhooksGETList endpoints/v1/webhooksGETEndpoint detail and deliveries/v1/webhooks/{id}PATCHUpdate an endpoint/v1/webhooks/{id}DELETEDelete an endpoint/v1/webhooks/{id}POSTSend a test delivery/v1/webhooks/{id}/test