Use MotiveGrid inside ChatGPT & Claude
Connect our free, read-only MCP server (Model Context Protocol) and your AI assistant can compare cars, pull five-year cost of ownership, check safety and driver-assistance ratings, and recommend the right vehicle — every answer grounded in real data, never made up.
https://motivegrid.com/api/mcpOnce connected, just ask in plain language.
Four grounded tools your assistant gains.
Find a vehicle
Resolve any model we track to its data — “the 2026 RAV4”, “electric SUVs under $50k”, “Honda’s compact crossover”.
Full scorecard
Pull a vehicle’s MotiveGrid Score, class percentile, and a plain-language read on cost, powertrain, safety, driver assistance, and livability.
Head-to-head compare
Two cars side by side: itemized five-year cost of ownership, key specs, and a grounded verdict on the better long-term pick.
Recommend the right car
Describe a buyer — budget, size, priorities — and get a ranked shortlist with the reasoning behind each pick.
How to connect
Claude (web — easiest)
- Open Settings → Connectors in Claude.
- Click Add custom connector.
- Paste the endpoint URL below and save. No extra software needed.
Claude Desktop
Open Settings → Developer → Edit Config, add the block below to claude_desktop_config.json, then fully quit Claude (⌘Q) and reopen.
macOS not finding it? Finder-launched apps get a minimal PATH that misses Node, so "npx" fails silently. Use this variant instead — the absolute npx path (yours may differ; run which npx in a terminal) plus an explicit PATH:
Running mcp-remote in a terminal only tests the endpoint — it does not register the server. The config above is what registers it.
ChatGPT
Connector support in ChatGPT depends on your plan and the ongoing rollout, so it may not be available in every workspace yet. If it is:
- Enable Developer mode / Connectors in ChatGPT settings.
- Add a new connector and paste the endpoint URL.
- Start a chat and ask it to compare or recommend a car.
Free & read-only
No cost, no account, no write access — it only looks things up.
Grounded, never invented
Real database values only; unknown models return suggestions, not made-up numbers.
Primary-sourced data
Depreciation from CarEdge, fuel from the EIA, crash ratings from NHTSA & IIHS.
Protocol & tools
A remote MCP server over Streamable HTTP. The endpoint speaks JSON-RPC 2.0 over POST (initialize, tools/list, tools/call). It is read-only, needs no auth, and is rate-limited per IP.
Opening the endpoint in a browser returns an error by design — it is a JSON-RPC POST endpoint, not a web page. Use an MCP client or a POST request.
Full input schemas are returned live by tools/list. Slugs are canonical (e.g. toyota-rav4-2026) — resolve free text with search_vehicles first.
Common questions
What is the MotiveGrid MCP server?
It is a remote Model Context Protocol (MCP) server — a standard way for AI assistants like ChatGPT and Claude to call live tools. Connecting it lets the assistant pull MotiveGrid’s structured car data directly: cost of ownership, safety, driver assistance, livability, and head-to-head comparisons. It is free and read-only.
Is it free?
Yes. The MotiveGrid MCP server is free to connect and use. It is read-only — it can look up and compare vehicles, but it cannot change anything or access your data.
Does the AI make up car data?
No. Every answer is grounded in MotiveGrid’s database. If you name a vehicle we do not track, the tool says so and suggests valid alternatives instead of inventing numbers. Depreciation comes from CarEdge, fuel prices from the EIA, and crash ratings from NHTSA and IIHS.
Which assistants does it work with?
Any MCP-capable client. Today that includes Claude (web and desktop) and ChatGPT in developer/connector mode, plus tools like Cursor. The same endpoint works everywhere: https://motivegrid.com/api/mcp.
It is not showing up in Claude Desktop — what do I do?
On macOS, apps launched from Finder get a minimal PATH that can miss your Node install, so npx fails silently. Use the absolute path to npx (run “which npx” in a terminal) as the "command", add an "env" block with your PATH, then fully quit Claude (Cmd-Q) and reopen. Running mcp-remote in a terminal only tests the endpoint — it does not register the server.