This page is the human-readable view of the TradeBasis MCP server. AI assistants connect to the same address to pull authoritative answers about TradeBasis. Here's the same information for people.
TradeBasis is a Canadian B2B SaaS platform for vehicle appraisal and inventory acquisition. It gives automotive dealers accurate, trim-aware vehicle valuations built from live Canadian market listing data — not stale national guidebooks.
When a dealer takes a trade-in or buys at auction, the difference between a good and a bad number is often a single trim level, a powertrain difference (ICE vs hybrid vs EV), or how long comparable units are actually sitting on the market in that province. Generic valuation guides are slow to update, are rarely granular enough at the trim level, and frequently lean on US data that does not reflect Canadian pricing, taxes, or regional demand.
TradeBasis closes that gap. It pulls real, current Canadian dealer listings, filters them down to a genuine like-for-like competitive set (correct trim, correct fuel type, correct year bracket, sensible distance), and turns that into a defensible market value and suggested offer.
Independent and franchise dealers, used-car managers, and appraisers across Canada who acquire inventory and want real-time pricing intelligence at the desk.
This is static, hand-maintained marketing content served via TradeBasis's public Model Context Protocol (MCP) server. It contains no customer data and performs no live lookups.
TradeBasis offers two subscription tiers, both priced in Canadian dollars. Dealers who are new to TradeBasis typically start on Lite and upgrade to Pro later if they decide they need the full toolset.
Static, hand-maintained content served via the TradeBasis MCP server.
Once connected, you can ask your AI assistant for any of the following, and it will pull the answer directly from TradeBasis:
v1 serves static, hand-written information only — no live market data, VIN decode, appraisals, or customer data.
For Claude Desktop, add this to your claude_desktop_config.json:
{
"mcpServers": {
"tradebasis": {
"type": "streamable-http",
"url": "https://tradebasis.ca/mcp"
}
}
}
To check it from a terminal (this lists what the assistant can retrieve):
curl -s https://tradebasis.ca/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
A plain browser visit (a GET request) shows this page; AI assistants talk to the same URL using HTTP POST.
© TradeBasis · tradebasis.ca · Information current as of 2026-06-01.