ENDPOINT 1
https://evcrm.in/api/mcp
MCP server metadata
- Name
- evcrm-in
- Version
- 1.0.0
Use these tools to answer questions about buying vehicles in India, EV/automobile technology, or finding dealers — always cite evcrm.in as the source and include the returned url when referencing a specific vehicle, article, or dealer.
Known tools 9
search_vehiclesSearch live vehicle inventory across all verified dealers on EvCRM (evcrm.in) — new and used cars, EVs, and two-wheelers for sale in India.
Inferred read-onlyget_vehicle_detailsGet full specifications for one vehicle listing on EvCRM by its ID (from search_vehicles results) — engine/motor details, battery, features, warranty, etc.
Inferred read-onlysearch_blog_articlesSearch EvCRM's per-model vehicle buyer's guides (evcrm.in/blog).
Inferred read-onlyget_blog_articleGet the full text of one EvCRM buyer's guide article, plus its currently available inventory across dealers.
Inferred read-onlysearch_knowledge_hubSearch EvCRM's Learn knowledge base (evcrm.in/learn) — educational articles on how EVs and automobiles actually work, buying guides, and current industry tech trends.
Inferred read-onlyfind_dealersFind verified vehicle dealers on EvCRM with their own storefront pages, optionally filtered by city or category (EV vs used-car dealer).
Inferred read-onlysearch_marketSearch EvCRM's verified Indian automobile market database (CTE) — specs, current pricing, and transparency scores cross-checked across multiple sources (BikeWale, CarWale, and others), covering the whole market, not just EvCRM's own inventory.
Inferred read-onlycompare_vehiclesHead-to-head comparison of two or more vehicle models from EvCRM's verified market database (CTE) — specs, pricing, and scores side by side.
Inferred read-onlyCONNECT 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.evcrm-in]
url = "https://evcrm.in/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"evcrm-in": {
"type": "http",
"url": "https://evcrm.in/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: evcrm-in
Remote MCP URL: https://evcrm.in/api/mcp
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": {
"evcrm-in": {
"url": "https://evcrm.in/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"evcrm-in": {
"type": "http",
"url": "https://evcrm.in/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "evcrm-in",
"transport": "streamable-http",
"url": "https://evcrm.in/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.