---
title: "Built for AI agents | LandscaperSearch"
description: "Proof that LandscaperSearch is built for AI agents: clean Markdown content for every listing, an llms.txt index, and 6 callable WebMCP tools over verified, structured directory data. Verify it live."
url: https://www.landscapersearch.co.uk/ai-ready/
---

Agent-ready directory

# Built for AI agents

LandscaperSearch works for people and for AI assistants. It hands agents clean, structured data and lets them call real tools here, instead of scraping and guessing from the page. Both capabilities are shown below, live, so you can verify them yourself. 

Checking your browser…

Why it matters: when a directory is machine-readable, an AI assistant can answer “find me a landscaper in Barnet” with verified, structured data (services, coverage, ratings and hours) and cite this site, rather than inventing an answer. The same is true for a listed business: [list or claim your business](/for-businesses/) and it gets the same agent-ready treatment automatically. 

## 1\. Clean content for agents

Every page has a token-light **Markdown twin**. A normal browser gets the HTML page; an agent that asks for `Accept: text/markdown` gets the same page as clean Markdown at the same URL. There is also an [llms.txt](/llms.txt)index that points agents at the whole directory. 

Fetch THIS page as an agent would 

* [Home page as Markdown](/index.md) (/index.md)
* [A listing as Markdown](/business/cleo-m-gardening-barnet/index.md) (/business/cleo-m-gardening-barnet/index.md)
* [llms.txt](/llms.txt) (the agent index)

## 2\. Callable tools (WebMCP)

The site registers **6 tools** an AI agent can call directly through the WebMCP standard (`document.modelContext`). Press _Run_ on any tool to see exactly what an agent receives. The responses below are the real ones; live registration in the browser needs Chrome 149+ or Edge, but the outputs are the same either way. 

`search_landscapers` location, service 

Search the directory by location and service. Returns up to 10 matches with town, rating, listing URL and phone.

Run 

`get_business_details` business 

The full listing for one business: contact, services, areas, opening hours, rating and links. Looked up by name or listing id.

Run 

`list_locations` (no input) 

Every location covered, with listing counts and page URLs.

Run 

- [Landscapers in Barnet](https://www.landscapersearch.co.uk/uk/barnet/): 12 listings
- [Landscapers in Manchester](https://www.landscapersearch.co.uk/uk/manchester/): 9 listings
- [Landscapers in Birmingham](https://www.landscapersearch.co.uk/uk/birmingham/): 8 listings
- [Landscapers in Bristol](https://www.landscapersearch.co.uk/uk/bristol/): 8 listings
- [Landscapers in Cardiff](https://www.landscapersearch.co.uk/uk/cardiff/): 8 listings
- [Landscapers in Leicester](https://www.landscapersearch.co.uk/uk/leicester/): 8 listings
- [Landscapers in Liverpool](https://www.landscapersearch.co.uk/uk/liverpool/): 8 listings
- [Landscapers in Southampton](https://www.landscapersearch.co.uk/uk/southampton/): 8 listings
- [Landscapers in Edinburgh](https://www.landscapersearch.co.uk/uk/edinburgh/): 7 listings
- [Landscapers in Leeds](https://www.landscapersearch.co.uk/uk/leeds/): 7 listings
- [Landscapers in Nottingham](https://www.landscapersearch.co.uk/uk/nottingham/): 7 listings
- [Landscapers in Sheffield](https://www.landscapersearch.co.uk/uk/sheffield/): 7 listings
- [Landscapers in Glasgow](https://www.landscapersearch.co.uk/uk/glasgow/): 6 listings
- [Landscapers in Newcastle upon Tyne](https://www.landscapersearch.co.uk/uk/newcastle-upon-tyne/): 6 listings
- [Landscapers in Reading](https://www.landscapersearch.co.uk/uk/reading/): 5 listings
- [Landscapers in Potters Bar](https://www.landscapersearch.co.uk/uk/potters-bar/): 3 listings
- [Landscapers in Edgware](https://www.landscapersearch.co.uk/uk/edgware/): 2 listings
- [Landscapers in Enfield](https://www.landscapersearch.co.uk/uk/enfield/): 2 listings
- [Landscapers in Coventry](https://www.landscapersearch.co.uk/uk/coventry/): 1 listings
- [Landscapers in Finchley](https://www.landscapersearch.co.uk/uk/finchley/): 1 listings
- [Landscapers in Mill Hill](https://www.landscapersearch.co.uk/uk/mill-hill/): 1 listings
- [Landscapers in Whetstone](https://www.landscapersearch.co.uk/uk/whetstone/): 1 listings

`list_services` (no input) 

Every service in the directory, with counts and page URLs.

Run 

- [Fencing](https://www.landscapersearch.co.uk/services/fencing/): 75 listings
- [Landscaping](https://www.landscapersearch.co.uk/services/landscaping/): 75 listings
- [Driveways](https://www.landscapersearch.co.uk/services/driveways/): 73 listings
- [Patios](https://www.landscapersearch.co.uk/services/patios/): 73 listings
- [Decking](https://www.landscapersearch.co.uk/services/decking/): 68 listings
- [Garden design](https://www.landscapersearch.co.uk/services/garden-design/): 61 listings
- [Artificial grass](https://www.landscapersearch.co.uk/services/artificial-grass/): 45 listings
- [Garden maintenance](https://www.landscapersearch.co.uk/services/garden-maintenance/): 41 listings
- [Paving](https://www.landscapersearch.co.uk/services/paving/): 41 listings
- [Turfing](https://www.landscapersearch.co.uk/services/turfing/): 34 listings
- [Lawn care](https://www.landscapersearch.co.uk/services/lawns/): 21 listings
- [Plant supply](https://www.landscapersearch.co.uk/services/plants-supply/): 21 listings
- [Groundworks](https://www.landscapersearch.co.uk/services/groundworks/): 10 listings
- [Walls & retaining](https://www.landscapersearch.co.uk/services/walls/): 10 listings
- [Pressure washing](https://www.landscapersearch.co.uk/services/pressure-washing/): 9 listings

`get_directory_stats` (no input) 

Headline totals: listings, verified partners, locations, services, and how to request a quote.

Run 

LandscaperSearch directory
Total listings: 125
Verified Partners: 4
Locations covered: 22
Services listed: 15
To request a quote: call request_quote with the business plus the customer name and phone (confirm the details with the person first), or POST to /api/quote.

`request_quote` business, name, phone (+ email, postcode, message) 

Submits a real quote request to a chosen business straight into the enquiry pipeline. An agent calls this only after confirming the details with you.

[Open an example quote form →](/business/cleo-m-gardening-barnet/#request-quote) 

## Verify it independently

* **Google PageSpeed Insights.** Run a report on this site: the “Agentic Browsing” section lists the registered WebMCP tools and validates their schemas. [Open PageSpeed Insights →](https://pagespeed.web.dev/analysis?url=https%3A%2F%2Fwww.landscapersearch.co.uk%2F)
* **Chrome's Model Context Tool Inspector.** Google's official extension lists the tools and runs them live in Chrome 149+. [WebMCP documentation →](https://developer.chrome.com/docs/ai/webmcp)
* **The Markdown and llms.txt above.** Open them in any browser, or from a terminal run `curl -sH "Accept: text/markdown" https://www.landscapersearch.co.uk/business/cleo-m-gardening-barnet/ | head`.

[Browse the directory](/uk/) [List your business](/for-businesses/)
