Skip to content

FreightRatesMCP

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

Base URL

https://kcibhpjcnqusehqgfxpu.supabase.co/functions/v1/frm-api

Rates is REST only, and GET only. Every route needs an frm_ key. Usage headers ride on each response.

Authentication

Authorization: Bearer frm_…

Keys carry the frm_ 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