Developers & AI

Automotive vendor data — for your AI and your apps

Query the independent dealership-vendor catalog from Claude, ChatGPT, or your own code. An MCP server and a public REST API, with neutral scores, comparisons, peer benchmarks, and alternatives.

TL;DR: LVL Up Auto is the independent catalog and scoring layer for the software dealerships buy. Connect an AI assistant via our MCP server (14 tools) or call the REST API (OpenAPI 3.1). Vendor scores are neutral — capability and integration depth, never pay-to-play.

MCP server (for AI agents)

Endpoint https://lvlupauto.com/api/mcp — Streamable HTTP, bearer-token auth. Works with Claude, Claude Code, and any MCP-compatible client. 14 tools:

ToolWhat it doesScopeType
search_vendorsSearch the vendor catalog by name, category, or capability.vendor:readread
resolve_vendorsResolve vendor names or domains to canonical catalog entries.vendor:readread
get_alternativesFind ranked alternatives to a given vendor.vendor:readread
list_stackList the vendors in your dealership's stack.stack:readread
get_benchmarksPeer benchmarks for your stack (anonymized to a k≥5 floor).benchmark:readread
get_renewalsUpcoming contract renewals across your stack.stack:readread
list_competitorsList the competitor dealerships you track.stack:readread
list_storesList the rooftops your token is authorized for.stack:readread
add_stack_vendorAdd a vendor to your dealership's stack.stack:writewrite
update_stack_vendorUpdate a vendor entry in your stack.stack:writewrite
remove_stack_vendorRemove a vendor from your stack.stack:writewrite
add_competitorTrack a competitor dealership.stack:writewrite
report_metricReport a performance metric for benchmarking.metric:writewrite
scan_domainDetect a dealership's vendor stack from its website (billable).scan:runwrite

REST API

Base https://lvlupauto.com/api/v1 — bearer-token auth (personal access token or OAuth 2.1). Full machine-readable spec at /api/v1/openapi.json. Selected endpoints:

  • GET /api/v1/vendors
  • GET /api/v1/vendors/resolve
  • GET /api/v1/vendors/{id}
  • GET /api/v1/stack
  • GET /api/v1/benchmarks
  • GET /api/v1/renewals
  • GET /api/v1/alternatives
  • GET /api/v1/competitors
  • POST /api/v1/scan
  • GET /api/v1/product-updates

Example:

curl -H "Authorization: Bearer $LVLUP_TOKEN" \
  "https://lvlupauto.com/api/v1/vendors?q=crm&limit=5"

Permissions (scopes)

Tokens are scoped. New tokens default to read-only (vendor:read, stack:read, benchmark:read); grant write scopes only when you need them.

vendor:readSearch and read the public vendor catalog.
stack:readRead your dealership's own vendor stack, renewals, and competitors.
benchmark:readRead anonymized peer benchmarks (k≥5 floor).
stack:writeAdd, update, or remove vendors and competitors in your stack.
metric:writeReport performance metrics for benchmarking.
scan:runRun a domain scan to detect a dealership's stack (billable).
Free · No login to start

Connect your AI in 60 seconds

Mint a token, pick your scopes, and query the independent dealership-vendor catalog from Claude or ChatGPT — free.

Independent & unbiased — scores can't be bought. Works with Claude & ChatGPT.