Server data from the Official MCP Registry
Search horse boarding facilities and trainers across 44 US states.
Search horse boarding facilities and trainers across 44 US states.
Valid MCP server (3 strong, 7 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Set these up before or after installing:
Environment variable: DATABASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-kevindarstnbb-board-and-stable-mcp": {
"env": {
"DATABASE_URL": "your-database-url-here"
},
"args": [
"-y",
"board-and-stable-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.