Which practice within reach runs the modality you need, what the study costs, and what the condition page actually says — three lookups that otherwise mean three tabs and a hold. This is strictly the public side of the business.
A read-only view of Sage Veterinary Imaging's public data, served from Supabase over MCP: 536 content records covering pages, blog posts, conditions and education articles, 808 imaging providers across 40 states, 33 priced services, and Sage's own 3 facilities in Round Rock TX, Spring TX and Sandy UT.
- Full-text search across every page, blog post, condition write-up and education article, backed by PostgreSQL tsvector indexes
- One page fetched by its URL slug
- The 808-facility provider directory searched by location or modality, and a single provider opened by slug
- Service pricing, filterable by category
- Sage's own locations with address, phone and the modalities each one runs
- Company information, FAQs and policies, and the imaging service descriptions
A deployment of your own. The repo targets Railway with SUPABASE_URL and SUPABASE_SERVICE_KEY set, or runs locally on http://localhost:8000 after pip install -r requirements.txt. Clients connect over Streamable HTTP at /mcp/http, with the older SSE transport at /mcp/sse still served; mcp is pinned below 2.0.0. The data carries no patient health information and is held apart from the clinical server.
