Mcp server
Freight MCP server for Claude and ChatGPT
Fretie runs a remote MCP server at mcp.fretie.com. Connect it to Claude, ChatGPT, Cursor or Gemini and your assistant can search your rate ledger, look up quotes and shipments, and turn a plain-language request into a draft quote without anyone opening the app.
Every connection signs in with OAuth through your organisation, so the assistant only sees your data, and only through the scopes the tools need.
How Fretie handles it
Seven tools, each scoped
list_quotes, get_quote, search_rates, create_quote_from_request, list_shipments, get_reconciliation_summary and pipeline_snapshot. Reading tools need read scopes; drafting a quote needs inbox:write. No tool sends email.
OAuth, not pasted keys
The server speaks Streamable HTTP and requires OAuth 2.1. The first request gets a 401 with discovery metadata, the client completes sign-in, and the session is tied to the organisation of the person who signed in.
The same pricing as the app
create_quote_from_request runs the same steps as a quote from the inbox: read the request, match rates from your ledger, apply your margin rules and save a draft. The draft waits for your team like any other.
What you get
- Remote MCP server over Streamable HTTP at mcp.fretie.com
- Works with Claude, ChatGPT, Cursor, Gemini and other MCP clients
- OAuth 2.1 sign-in, scoped to your organisation
- search_rates across your rate ledger
- create_quote_from_request drafts a priced quote from plain language
- Reads for quotes, shipments, reconciliation and the pipeline
- No tool can email a customer
Questions
What is an MCP server?
MCP, the Model Context Protocol, is an open standard that lets AI assistants call tools in other systems. Fretie's MCP server gives an assistant tools for your rates, quotes and shipments.
How do I connect Claude?
In Claude Code run: claude mcp add --transport http fretie https://mcp.fretie.com/mcp, then sign in when prompted. ChatGPT, Cursor and Gemini connect to the same URL; setup for each is on the developer page.
Can the assistant see another company's data?
No. Each session is tied to the organisation of the person who signed in, and the database scopes every query to that organisation.
Can it send quotes to customers?
No. create_quote_from_request saves a draft. A person reviews it and sends it, the same as a draft from the inbox.