← Registry

General Tools

evcrm.in

Provides general-purpose tools through the Model Context Protocol.

1 endpoint9 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://evcrm.in/api/mcp

No auth detected

MCP server metadata

Name
evcrm-in
Version
1.0.0
Capabilities
tools
Server instructions

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_vehicles

Search 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-only
get_vehicle_details

Get full specifications for one vehicle listing on EvCRM by its ID (from search_vehicles results) — engine/motor details, battery, features, warranty, etc.

Inferred read-only
search_blog_articles

Search EvCRM's per-model vehicle buyer's guides (evcrm.in/blog).

Inferred read-only
get_blog_article

Get the full text of one EvCRM buyer's guide article, plus its currently available inventory across dealers.

Inferred read-only
search_knowledge_hub

Search 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-only
get_knowledge_article

Get the full text of one EvCRM Learn article by its slug.

Inferred read-only
find_dealers

Find verified vehicle dealers on EvCRM with their own storefront pages, optionally filtered by city or category (EV vs used-car dealer).

Inferred read-only
search_market

Search 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-only
compare_vehicles

Head-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-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.