get_vehicle_history — OpenDealer MCP Server MCP Tool Read-only
get_vehicle_history
(get vehicle history) is one of 27 tools on the
OpenDealer MCP Server
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_vehicle_history from your client
- Claude Code OpenDealer MCP Server get_vehicle_history run in your project directory
- Claude Desktop OpenDealer MCP Server get_vehicle_history ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor OpenDealer MCP Server get_vehicle_history ~/.cursor/mcp.json
- VS Code OpenDealer MCP Server get_vehicle_history .vscode/mcp.json
- Zed OpenDealer MCP Server get_vehicle_history ~/.config/zed/settings.json
- Windsurf OpenDealer MCP Server get_vehicle_history ~/.codeium/windsurf/mcp_config.json
- Cline OpenDealer MCP Server get_vehicle_history ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI OpenDealer MCP Server get_vehicle_history ~/.gemini/settings.json
- Grok OpenDealer MCP Server get_vehicle_history .mcp.json (in your project root)
- ChatGPT OpenDealer MCP Server get_vehicle_history Settings → Connectors → Advanced → Developer mode
- Claude.ai OpenDealer MCP Server get_vehicle_history Settings → Connectors → Add custom connector
- LangChain OpenDealer MCP Server get_vehicle_history pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http mcp https://mcp.opendealer.app/rpc
Other tools on this server
- search_vehicles
- filter_vehicles
- list_facets
- list_research_makes
- list_research_models
- get_vehicle
- check_recalls
- get_dealer
- get_safety_rating
- dealers_near
- dealer_inventory
- compare_vehicles
- get_deal_score
- get_market_overview
- get_market_segment
- list_market_segments
- get_market_trends
- get_market_velocity
- compare_market
- get_suggested_rates
- research_model
- compare_models
- get_vehicle_rankings
- get_similar_vehicles
- ui_select_vehicle
- ui_page_vehicle_results
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.