← avantidoors.co.uk

INDIVIDUAL MCP TOOL

get_contact_routes

Return verified human and agent-safe contact routes.

avantidoors.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://avantidoors.co.uk/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

avantidoors.co.uk

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.avantidoors-agent]
url = "https://avantidoors.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "avantidoors-agent": {
      "type": "http",
      "url": "https://avantidoors.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "avantidoors-agent": {
      "type": "http",
      "url": "https://avantidoors.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "avantidoors-agent",
  "transport": "streamable-http",
  "url": "https://avantidoors.co.uk/mcp"
}
MCP Inspector

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

Related tools

  • get_business_facts — Return verified Avanti Doors business, coverage, customer profile and availability facts.
  • list_services — Return verified service scope and supported equipment categories.
  • get_pricing_policy — Return what is and is not known about pricing.
  • find_relevant_proof — Match documented project proof to a service, system, sector or location.
  • prepare_enquiry — Validate and store a short-lived draft.
  • get_enquiry_review — Return the exact prepared payload, destination, hash and expiry.
  • submit_approved_enquiry — Submit once using a short-lived approval token bound to the unchanged prepared payload.