← opendealer.pro

INDIVIDUAL MCP TOOL

list_research_makes

Browse the research catalog of vehicle makes (with model and inventory counts).

opendealer.pronone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.opendealer.app/rpc

No auth detected

Connect to this endpoint to inspect the live schema for list_research_makes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

opendealer.pro

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.opendealer-mcp-server]
url = "https://mcp.opendealer.app/rpc"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "opendealer-mcp-server": {
      "type": "http",
      "url": "https://mcp.opendealer.app/rpc"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: opendealer-mcp-server
Remote MCP URL: https://mcp.opendealer.app/rpc

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "opendealer-mcp-server": {
      "url": "https://mcp.opendealer.app/rpc"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "opendealer-mcp-server": {
      "type": "http",
      "url": "https://mcp.opendealer.app/rpc"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "opendealer-mcp-server",
  "transport": "streamable-http",
  "url": "https://mcp.opendealer.app/rpc"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_vehicles — Search for vehicles across dealerships (Meilisearch-backed NL + structured filters).
  • filter_vehicles — Preferred structured inventory lookup when make/model/year/color/location are known.
  • list_facets — Discover available filter values and counts (makes, body types, fuel types, price/year ranges) for the live inventory.
  • list_research_models — List models for a make from the research catalog (MSRP/body summaries).
  • get_vehicle — Get complete details for a specific vehicle by VIN.
  • check_recalls — Get NHTSA open safety recalls for a vehicle by VIN.
  • get_dealer — Get comprehensive information about a specific dealership.
  • get_safety_rating — Get NHTSA 5-Star Safety Ratings for a year/make/model (no VIN required).