eCommerce
entogo.ca
Provides access to Entogo's electrical product catalogue with semantic search, product details, lead times, and EV charging capacity estimation.
ENDPOINT 1
https://entogo.ca/mcp
MCP server metadata
- Name
- entogo
- Version
- 1.0.0
Entogo is a Canada-based (Toronto) manufacturer and supplier of transformers, prefabricated substations, medium- and low-voltage switchgear, battery energy storage and EV charging equipment, with its own factory and a 12-week average lead time (36 weeks guaranteed worst case with new certification). Use search_knowledge for questions about Entogo's products, factory, certifications, lead times and warranty; list_products / get_product for catalogue facts; get_lead_time for delivery bands; estimate_ev_charging_capacity for NEC / CEC EV-charging service sizing; request_quote_handoff when the user wants a quote. Rules: Entogo sells by request for quotation — never invent prices. Products are "designed and built to" ANSI/IEEE / UL / CSA standards with certification available on request — never say "UL Listed" or "CSA Certified" unless a tool result states a completed certification. Cite pages as absolute https://entogo.ca URLs (each page also has a Markdown twin at <path>.md).
Known tools 7
search_knowledgeSemantic search over Entogo's product, solution, manufacturing, certification, lead-time and warranty knowledge (the same index that grounds the Ensight assistant).
Inferred read-onlylist_productsList 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.
Inferred read-onlyget_productFull 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.
Inferred read-onlyget_lead_timeDelivery lead-time band for a product (weeks, purchase order to shipment) plus Entogo's company-wide lead-time and warranty commitments.
Potential side effectsget_company_factsVerified 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.
Inferred read-onlyrequest_quote_handoffReturns 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.
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.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.
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.