← nwautomaticdoors.com

INDIVIDUAL MCP TOOL

get_contact_routes

Return standard and emergency contact routes plus unsupported contact facts that must not be invented.

nwautomaticdoors.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nwautomaticdoors.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_contact_routes 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

nwautomaticdoors.com

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.nwad-agent-server]
url = "https://nwautomaticdoors.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nwad-agent-server": {
      "type": "http",
      "url": "https://nwautomaticdoors.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nwad-agent-server
Remote MCP URL: https://nwautomaticdoors.com/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": {
    "nwad-agent-server": {
      "url": "https://nwautomaticdoors.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nwad-agent-server": {
      "type": "http",
      "url": "https://nwautomaticdoors.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nwad-agent-server",
  "transport": "streamable-http",
  "url": "https://nwautomaticdoors.com/mcp"
}
MCP Inspector

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

Related tools

  • get_services — Return the verified NW Automatic Doors service catalogue and equipment coverage.
  • get_pricing — Return only published pricing facts, including the absence of fixed public prices and the free offers.
  • get_proof — Return verified rating, team, emergency, coverage and displayed accreditation proof with sources.
  • match_relevant_proof — Match a service, sector and urgency to a small set of verified proof points.
  • get_page_markdown — Fetch one allowlisted HTTPS agent page.
  • prepare_enquiry — Validate and store an immutable 15-minute enquiry draft.