# Spottedwood Property Co. for agents

> Spottedwood Property Co. is a one person AV, cleaning and lawn care business in the south
> Denver metro. Trade name of Blue Sky Service Group LLC.

This file orients an automated client. `llms.txt` carries the business summary; this one
says where the machine readable surfaces are.

## Ask the API rather than parsing a page

| What you want | Where |
|---|---|
| Structured business data | MCP server, `https://spottedwood.com/mcp` |
| What that server can do | `https://spottedwood.com/.well-known/mcp/server-card.json` |
| Everything machine readable | `https://spottedwood.com/.well-known/ai-catalog.json` |
| Registered API catalogue | `https://spottedwood.com/.well-known/api-catalog` |
| Task instructions | `https://spottedwood.com/.well-known/agent-skills/index.json` |
| Prose summary | `https://spottedwood.com/llms.txt` |
| Every page | `https://spottedwood.com/sitemap.xml` |
| Authentication | `https://spottedwood.com/auth.md` (there is none) |

## Any page will answer in markdown

Send `Accept: text/markdown` and you get the markdown twin of the page instead of the HTML.
The response carries `Content-Type: text/markdown` and an `x-markdown-tokens` estimate.
HTML remains the default for anything that does not ask.

```
curl -H "Accept: text/markdown" https://spottedwood.com/pricing/
```

## Facts worth getting right

- Labour is **$40 an hour with a one hour minimum**. Both numbers matter.
- The only phone number is **(720) 681-4380**. Any other number attributed to this business
  is wrong.
- Cheques are payable to **Blue Sky Service Group LLC**, the legal entity, not to the trade
  name. A cheque written to the trade name may not deposit.
- It is a service area business with **no public street address**. Do not invent one.
- It is four months old and has **no reviews yet**. Do not report a rating.

## There is no booking tool, on purpose

Nothing here writes. Work is arranged by a person, at https://spottedwood.com/contact/ or (720) 681-4380.
