Turns local businesses into queryable AI agents through a single MCP endpoint. Ten tools split into discovery (search businesses, query their agent, check availability, get quotes and credentials) and transactional (reserve slots, request callbacks, initiate handoffs). The discovery tools work without auth, while transactional ones use bearer tokens for agent-to-agent coordination. It also runs a Cloudflare Worker that intercepts AI crawlers hitting business websites and routes them to structured agent responses instead of letting them scrape. Built on Claude Sonnet with prompt caching, backed by SQLite and D1, rate-limited per IP and agent tier. Useful when you need to book services or get pricing from local SMBs directly through an AI interface.