Skip to content

FreightRatesMCP

What a lane costs this week, before you brief a forwarder.

Base URL

https://api.freightratesmcp.com

Rates 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