{
  "markdown": "# Board & Stable MCP Server\n\nRead-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.\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `search_boarding` | Search facilities by state, city, boarding type, discipline, amenity, lessons, max price |\n| `search_trainers` | Search trainers by state, city, discipline, lessons offered |\n| `get_listing` | Get full detail for a specific facility by slug |\n| `get_trainer` | Get full detail for a specific trainer by slug |\n| `get_stats` | Get directory totals — listings, trainers, states covered |\n\n## Example Queries\n\n- \"Find horse boarding near Denver with an indoor arena\"\n- \"Search for dressage trainers in New York\"\n- \"How many horse boarding facilities are listed?\"\n- \"Get details on Stonestreet Stables in Fort Collins\"\n\n## Data\n\nAll data comes from [Board & Stable](https://www.boardandstable.com), 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.\n\nResults link directly to facility and trainer profile pages on boardandstable.com.\n\n## Setup\n\nRequires `DATABASE_URL` environment variable pointing to the Board & Stable PostgreSQL database.\n\n```bash\nnpm install\nnpx prisma generate\nnpm run build\nnpm start\n```\n\n## Transport\n\nCurrently supports stdio transport. HTTP/Streamable HTTP transport for remote access is planned.\n\n## License\n\nMIT\n",
  "bytes": 1498,
  "sha": "f328a7d1613f5dfeefae2ea655c3da326cb5b8716e44a5cab54fc150508106f7",
  "repo_slug": "kevindarstnbb/board-and-stable-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_kevindarstnbb_board_and_stable_1b7e1177/readme"
}