loading…
Search for a command to run...
loading…
MCP server for searching horse boarding facilities and trainers across the United States.
MCP server for searching horse boarding facilities and trainers across the United States.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"board-stable-mcp-server": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.