Use TradeCatalog from your AI app
Ask Claude, ChatGPT or any app that supports MCP things like “what does Acme pay for HX-8510?”, “any new orders today?” or “who changed Oakfield’s discount?”. It signs in as you, sees only what you can see in TradeCatalog, and can’t change anything.
Connector address
https://tradecatalog.app/mcp
Claude (desktop, web or mobile)
- Open Settings, then Connectors, and choose Add custom connector.
- Name it “TradeCatalog” and paste
https://tradecatalog.app/mcp. - Choose Connect. Sign in to TradeCatalog with the code we email you and choose Allow.
ChatGPT
- Open Settings, then Apps & Connectors (turn on developer mode under Advanced if your plan requires it), and create a connector.
- Use
https://tradecatalog.app/mcpwith OAuth authentication. - Sign in to TradeCatalog with the code we email you and choose Allow.
Other MCP clients
Any client that supports remote MCP over Streamable HTTP with OAuth 2.1 works. Discovery starts at /.well-known/oauth-protected-resource/mcp. See auth.md and the server card.
What it can do
- List your supplier workspaces and trade portals.
- Search products with your prices, or (staff) any customer’s prices.
- Check what a customer pays for a SKU at a quantity, and why.
- List customers and recent orders.
- Show who changed which customer’s prices.
Disconnecting
See and disconnect every app you’ve approved at Connected apps.
For developers
Setup for Claude Code, Cursor and VS Code, every tool in detail, and the OAuth flow for client builders are in the developer docs. To connect your own systems with an API key instead, use the REST API.