{
  "name": "entogo",
  "title": "Entogo — power-equipment knowledge & tools (MCP server)",
  "version": "1.0.0",
  "protocol": "Model Context Protocol, Streamable HTTP transport (POST JSON-RPC to this URL)",
  "auth": "none",
  "serverCard": "https://entogo.ca/.well-known/mcp-server-card",
  "tools": [
    "search_knowledge",
    "list_products",
    "get_product",
    "get_lead_time",
    "estimate_ev_charging_capacity",
    "get_company_facts",
    "request_quote_handoff"
  ],
  "resources": [
    "entogo://llms.txt",
    "entogo://llms-full.txt",
    "entogo://catalog.json",
    "entogo://page/{path}"
  ],
  "docs": "https://entogo.ca/auth.md"
}