eCommerce
aafencing.co.uk
Provides product catalogue, pricing, and delivery information for AA Fencing, including search and estimation tools.
ENDPOINT 1
https://www.aafencing.co.uk/api/mcp
MCP server metadata
- Name
- aa-fencing-store
- Version
- 1.0.0
Live product catalogue, pricing and fencing-run estimates for AA Fencing UK LTD (https://www.aafencing.co.uk) — UK manufacturer/supplier of steel palisade, mesh and security fencing, railings, gates and composite fencing, delivered UK-wide from Liverpool. Prices are GBP; tools return ex-VAT and inc-VAT (20%) figures. Link users to the product URLs to buy — checkout happens on the site.
Known tools 6
get_productFull 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.
Inferred read-onlylist_categoriesThe product category tree with page URLs — the map of what AA Fencing sells.
Inferred read-onlyestimate_fencing_runPrice every by-the-metre fence system for a run of N metres — the site's fence calculator as a tool.
Inferred read-onlyget_delivery_optionsHow AA Fencing delivers: collection, weight-capped economy delivery and calculated nationwide options.
Inferred read-onlyget_policiesReturns policy, trade credit accounts and finance, opening hours and contact details.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for aafencing.co.uk was fetched 2026-08-23T12:32:47.492Z.
aafencing.co.uk is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.