# Mount Pleasant BIA

> Mount Pleasant BIA is a Business Improvement Area (BIA) in Vancouver, BC: a local association of the businesses in one commercial district. This site publishes the BIA's public business directory, a boundary map, and a public page for each member business.

Every page on this site answers `Accept: text/markdown` with a Markdown rendering (Content-Type: text/markdown; x-markdown-tokens). All endpoints below are public and anonymous; nothing here requires a login or an API key. Content signals: search=yes, ai-input=yes, ai-train=no (see /robots.txt).

## Pages

- [Homepage](https://mountpleasant.bia-dev.works/welcome): what the BIA is and where to go next
- [Business directory](https://mountpleasant.bia-dev.works/directory): every member business with category, address, phone, email, website and social links; also JSON (`?format=json`), XML (`?format=xml`), CSV (`?format=csv`) and XLSX (`?format=xlsx`); filter with `/directory/category/{category}` or `/directory/businessName/{name}`
- [Map](https://mountpleasant.bia-dev.works/map): the official BIA boundary and geocoded member pins; raw GeoJSON at `https://mountpleasant.bia-dev.works/map/data` (`boundary` FeatureCollection + `businesses` FeatureCollection)
- Member pages: one page per business at `https://mountpleasant.bia-dev.works/{slug}` — all current URLs are listed in the [sitemap](https://mountpleasant.bia-dev.works/sitemap.xml)
- [The BIA's own website](https://mountpleasantbia.com/): news, programs and contacts

## Structured data

- [Directory JSON](https://mountpleasant.bia-dev.works/directory?format=json) · [XML](https://mountpleasant.bia-dev.works/directory?format=xml) · [CSV](https://mountpleasant.bia-dev.works/directory?format=csv)
- [Boundary + business pins (GeoJSON)](https://mountpleasant.bia-dev.works/map/data)
- [Sitemap](https://mountpleasant.bia-dev.works/sitemap.xml) — every public URL including all member pages

## Agent discovery

- [ARD manifest](https://mountpleasant.bia-dev.works/.well-known/ai-catalog.json) (Agentic Resource Discovery; also at /.well-known/ard.json)
- [API catalog (RFC 9727)](https://mountpleasant.bia-dev.works/.well-known/api-catalog)
- [Agent skills index](https://mountpleasant.bia-dev.works/.well-known/agent-skills/index.json): `find-local-business`, `get-bia-boundary`, `list-events`
- [A2A agent card](https://mountpleasant.bia-dev.works/.well-known/agent-card.json) · [MCP server card](https://mountpleasant.bia-dev.works/.well-known/mcp/server-card.json) · [WebMCP manifest](https://mountpleasant.bia-dev.works/.well-known/webmcp.json)
- [Authentication notes](https://mountpleasant.bia-dev.works/auth.md): everything listed here is anonymous; no agent credentials are issued

## MCP server

- `POST https://mountpleasant.bia-dev.works/mcp` — Model Context Protocol over Streamable HTTP (JSON-RPC 2.0, single-shot JSON responses, no session). Tools: `find_business`, `get_business`, `list_categories`, `get_boundary`, `list_events`. Resources: every member page as Markdown (`https://mountpleasant.bia-dev.works/{slug}`). Anonymous; card at [/.well-known/mcp/server-card.json](https://mountpleasant.bia-dev.works/.well-known/mcp/server-card.json).

## Not offered

- No conversational A2A endpoint, no OAuth-protected API, no agentic commerce (x402, MPP, UCP, ACP). Member self-service (editing a listing, messaging) requires a browser login and is intentionally not exposed to agents.

## About the platform

- [BIA.works](https://mybiaworks.com): the platform this site runs on; operated by Couch & Associates Consultants Inc., Ontario, Canada
