← aafencing.co.uk

INDIVIDUAL MCP TOOL

get_policies

Returns policy, trade credit accounts and finance, opening hours and contact details.

aafencing.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://www.aafencing.co.uk/api/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

aafencing.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.aa-fencing-store]
url = "https://www.aafencing.co.uk/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "aa-fencing-store": {
      "type": "http",
      "url": "https://www.aafencing.co.uk/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: aa-fencing-store
Remote MCP URL: https://www.aafencing.co.uk/api/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": {
    "aa-fencing-store": {
      "url": "https://www.aafencing.co.uk/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "aa-fencing-store": {
      "type": "http",
      "url": "https://www.aafencing.co.uk/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "aa-fencing-store",
  "transport": "streamable-http",
  "url": "https://www.aafencing.co.uk/api/mcp"
}
MCP Inspector

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

Related tools

  • search_products — Search the live catalogue by keyword (e.g.
  • get_product — Full detail for one product by handle (the last path segment of its URL): description, specifications, every variant with SKU and price, bulk-quantity price tiers, powder-coating availability.
  • list_categories — The product category tree with page URLs — the map of what AA Fencing sells.
  • estimate_fencing_run — Price every by-the-metre fence system for a run of N metres — the site's fence calculator as a tool.
  • get_delivery_options — How AA Fencing delivers: collection, weight-capped economy delivery and calculated nationwide options.