๐Ÿ CANADA-FIRST ยท NOT A BOLT-ON TO A US DATASET

The Canadian vehicle-listings API
built for apps and agents

Live franchise-dealer inventory, VIN decode, dealer directory, and market valuation โ€” as a clean REST API and a hosted MCP server your agents can call directly. Factual data only: legal to license and resell.

655K
Live listings
474K
Unique VINs
3,359
Franchise rooftops
62
OEM brands
94%
Seen < 24 h
Coverage figures shown are the last published snapshot.

Canada-complete, franchise-grade

US incumbents advertise ~490K total Canadian listings across all dealer types. We carry 474K unique franchise VINs alone, refreshed continuously with per-listing delist auditing โ€” because Canada isn't our secondary market, it's our whole market.

๐Ÿ

Canada-first

Per-platform extraction across eDealer, sm360, Convertus, dealer.com and bespoke sites โ€” fewer stale rows and undercounts than a US dataset with a Canada tab.

โšก

Fresh

~94% of inventory re-verified within 24 hours, with delist detection so sold cars fall off โ€” not linger.

โš–๏ธ

License-clean

Factual fields only โ€” specs, price, mileage, dealer, location. No photos, no copyrighted marketing text. Safe to resell.

One API surface

REST + JSON, Authorization: Bearer <key>, every call metered. Nine endpoints โ€” search, VIN lookup, VIN decode, valuation, dealer directory, per-dealer inventory, market stats, bulk feed, and health.

Search
Valuation
Market
# Every 2021+ RAV4 under $40k in Alberta, cheapest first
curl "https://api.omniaauto.ca/v1/listings?make=Toyota&model=RAV4\
&province=AB&year_min=2021&price_max=40000&sort=price&order=asc" \
  -H "Authorization: Bearer $OMNIA_KEY"
# Market valuation from 30-day Canadian comps
curl "https://api.omniaauto.ca/v1/valuation?year=2021&make=Toyota&model=RAV4&mileage=60000" \
  -H "Authorization: Bearer $OMNIA_KEY"
#=> { "low":28995, "median":31995, "high":35710, "sample_size":527 }
# Market stats for a slice: counts, avg/median price, breakdowns
curl "https://api.omniaauto.ca/v1/market?make=Honda&model=Civic&province=ON" \
  -H "Authorization: Bearer $OMNIA_KEY"

Full interactive reference โ†’

Agent-native by default ยท MCP

The same data, exposed as a hosted Model Context Protocol server. Point Claude, ChatGPT, or any MCP client at one URL and it can search inventory, decode VINs, and pull valuations in the flow of a conversation. No US provider ships a Canadian agent tool.

Connect it

// Claude Desktop / any MCP client
{
  "omniaauto": {
    "url": "https://mcp.omniaauto.ca/mcp",
    "headers": {
      "Authorization": "Bearer $OMNIA_KEY"
    }
  }
}

Tools it exposes

Seven callable tools, same auth & metering as REST:

search_listings ยท get_vin ยท decode_vin ยท valuation ยท get_dealer ยท market_stats ยท coverage

Pricing

Start free, pay as you grow, or license the bulk feed. REST and MCP share one key and one meter.

Free
$0
  • 1,000 calls / mo
  • 60 req / min
  • Search ยท VIN ยท decode ยท market
  • Evaluation & prototyping
Metered
~$0.005 / call
  • Pay-as-you-go
  • 120 req / min
  • + Market valuation
  • MCP access included
Feed / Enterprise
from $500 / mo
  • Bulk syndication feed
  • Freshness SLA (24โ€“48 h)
  • High-volume API + support
  • Flat monthly contract

All API pricing is in USD (marketplace billing standard). Vehicle data prices are CAD โ€” see the currency field on every listing.