For AI agents

    Eldrivo for AI

    A public, read-only MCP (Model Context Protocol) server that gives any AI assistant live access to the Eldrivo electric vehicle catalog โ€” every brand, every model, every spec.

    MCP endpoint

    https://www.eldrivo.com/functions/v1/mcp
    Public ยท No loginRead-onlyMCP / Streamable HTTP

    Available tools

    search_evs

    Search the catalog by brand or model name. Returns up to 20 EVs with core specs.

    filter_evs

    Filter by body type, drivetrain, minimum range and maximum price. Returns up to 50 matches.

    get_ev_details

    Fetch full specifications for one EV by its slug (e.g. tesla-model-3-2024).

    list_brands

    List every EV brand available in the catalog, alphabetically.

    Connect a client

    The server speaks standard MCP over Streamable HTTP. Any MCP-compatible client works.

    Claude Desktop

    Add to your Claude Desktop config, then restart Claude.

    claude_desktop_config.json
    {
      "mcpServers": {
        "eldrivo": {
          "url": "https://www.eldrivo.com/functions/v1/mcp"
        }
      }
    }

    ChatGPT

    In ChatGPT, open Settings โ†’ Connectors โ†’ Add, and paste the endpoint URL: https://www.eldrivo.com/functions/v1/mcp

    Cursor

    Add to your Cursor MCP config.

    ~/.cursor/mcp.json
    {
      "mcpServers": {
        "eldrivo": {
          "url": "https://www.eldrivo.com/functions/v1/mcp"
        }
      }
    }

    Other data resources

    Prefer to browse the catalog?

    The full EV database is also available as a normal website โ€” filter, compare, and read specs.

    Explore EVs