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/mcpAvailable tools
search_evsSearch the catalog by brand or model name. Returns up to 20 EVs with core specs.
filter_evsFilter by body type, drivetrain, minimum range and maximum price. Returns up to 50 matches.
get_ev_detailsFetch full specifications for one EV by its slug (e.g. tesla-model-3-2024).
list_brandsList 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.
{
"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.
{
"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