Connects Claude to Board & Stable's database of 5,500+ horse boarding facilities and 1,200+ trainers across 44 US states. Exposes five read-only tools: search facilities by location, discipline, amenities, and price; search trainers by location and discipline; pull full details for specific listings or trainers by slug; and get directory stats. All results link back to live profiles on boardandstable.com. Useful when you need to help users find riding lessons, compare barn amenities, or locate trainers for specific disciplines like dressage or jumping. Requires direct database access via PostgreSQL connection string, so you'll need credentials from Board & Stable to run it.
Read-only MCP server for searching horse boarding facilities and trainers across the United States. Over 5,500 listings and 1,200 trainers in 44 states.
| Tool | Description |
|---|---|
search_boarding | Search facilities by state, city, boarding type, discipline, amenity, lessons, max price |
search_trainers | Search trainers by state, city, discipline, lessons offered |
get_listing | Get full detail for a specific facility by slug |
get_trainer | Get full detail for a specific trainer by slug |
get_stats | Get directory totals — listings, trainers, states covered |
All data comes from Board & Stable, the largest horse boarding directory in the United States. Only published, public-facing data is exposed — no internal fields, no email addresses, no pipeline data.
Results link directly to facility and trainer profile pages on boardandstable.com.
Requires DATABASE_URL environment variable pointing to the Board & Stable PostgreSQL database.
npm install
npx prisma generate
npm run build
npm start
Currently supports stdio transport. HTTP/Streamable HTTP transport for remote access is planned.
MIT
DATABASE_URL*secretPostgreSQL connection string for the Board & Stable database
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp