This MCP server provides a read-only interface for searching horse boarding facilities and trainers across the United States, featuring over 5,500 listings and 1,200 trainers in 44 states.
From the registry: Search horse boarding facilities and trainers across 44 US states.
$ npm install && npx prisma generate && npm run buildPlease install the `board-and-stable-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Clone and build** — Install deps, generate Prisma, build, and start Run: `npm install && npx prisma generate && npm run build`
Canonical MCP server config (stdio transport):
- command: `npm`
- args: ["start"]
- required environment variables:
- `DATABASE_URL`: PostgreSQL connection URL for the Board & Stable database (example: `postgres://user:pass@host:5432/db`)
Note: Requires access to Board & Stable PostgreSQL database. HTTP transport planned.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.DATABASE_URLrequiredPoints to the Board & Stable PostgreSQL databaseMCP server for searching Airweave collections with natural language queries.