FreightRatesMCP
What a lane costs this week, before you brief a forwarder.
Base URL
https://kcibhpjcnqusehqgfxpu.supabase.co/functions/v1/frm-apiRates is REST only, and GET only. Every route needs an frm_ key. Usage headers ride on each response.
Rate data returns under { "data": … }. Errors return { "error": { "code", "message" } } with codes such as missing_key, invalid_request and not_found.