Labsco
sageveterinary logo

Sage Veterinary Imaging

from sageveterinary

Public MCP server for veterinary diagnostic imaging โ€” 800+ provider directory, pricing, locations, educational content, and clinical resources for dogs and cats

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

Sage MCP Public

Model Context Protocol server for Sage Veterinary Imaging's public data.

What It Serves

TableRecordsDescription
content536Website pages, blog posts, conditions, education articles
providers808Veterinary imaging provider directory (40 states)
pricing33SVI imaging service pricing
locations3SVI facility details (Round Rock TX, Spring TX, Sandy UT)

MCP Tools

  • search_content โ€” Full-text search across all website content
  • get_page โ€” Get a specific page by URL slug
  • search_providers โ€” Search 800+ vet imaging facilities by location/modality
  • get_provider โ€” Provider detail by slug
  • get_pricing โ€” SVI service pricing, filterable by category
  • get_location_info โ€” SVI location details (address, phone, modalities)
  • get_company_info โ€” Company info, FAQs, policies
  • get_service_info โ€” Imaging service descriptions

Architecture

GitHub โ†’ Railway (FastAPI + MCP) โ†’ Supabase (PostgreSQL + PostgREST)
  • No PHI. Completely separate from the clinical MCP server.
  • Supabase REST API for all queries (no direct DB connections needed).
  • Full-text search via PostgreSQL tsvector indexes.

Local Development

pip install -r requirements.txt
cp .env.example .env  # Add your Supabase credentials
python -m server.main

Server runs at http://localhost:8000

  • Health: GET /health
  • MCP: POST /mcp