← entogo.ca

INDIVIDUAL MCP TOOL

estimate_ev_charging_capacity

Runs the same engine as https://entogo.

entogo.canone authenticationAvailability not checked

LIVE ENDPOINT

https://entogo.ca/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

entogo.ca

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.entogo]
url = "https://entogo.ca/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "entogo": {
      "type": "http",
      "url": "https://entogo.ca/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: entogo
Remote MCP URL: https://entogo.ca/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": {
    "entogo": {
      "url": "https://entogo.ca/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "entogo": {
      "type": "http",
      "url": "https://entogo.ca/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "entogo",
  "transport": "streamable-http",
  "url": "https://entogo.ca/mcp"
}
MCP Inspector

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

Related tools

  • search_knowledge — Semantic search over Entogo's product, solution, manufacturing, certification, lead-time and warranty knowledge (the same index that grounds the Ensight assistant).
  • list_products — List products in the catalogue, optionally filtered by category (power = transformers & substations; distribution = switchgear & distribution; storage = battery energy storage; emobility = EV charging & PV-storage-charging) and/or a keyword.
  • get_product — Full record for one product by catalogue id (slug): specifications, features, applications, FAQs, certifications listed on the page, lead-time band, language editions, Markdown twin and the quote channel.
  • get_lead_time — Delivery lead-time band for a product (weeks, purchase order to shipment) plus Entogo's company-wide lead-time and warranty commitments.
  • get_company_facts — Verified company facts: legal name, founding, headquarters, contacts and office hours, factory and capacity narrative, lead-time and warranty commitments, certifications, standards position, quote channel and key URLs.
  • request_quote_handoff — Returns the right channel for a request for quotation (RFQ): the transformer configurator deep link (pre-filled with the product name), the contact page, e-mail and phone numbers, office hours and the one-business-day response commitment.