Developers & AI Agents

Nashville Venue API & MCP Server

Free, public, read-only access to 665+ Greater Nashville event venues — real Google ratings, AI review insights, pricing estimates, capacity, and location. Query it from any AI agent, custom GPT, or app.

REST API

Base URL: https://nashvillevenuerentals.com/api — returns JSON, CORS-enabled, no key required.

GET /api/venues?category=Rooftop&county=Davidson&min_rating=4.5&limit=5
GET /api/venues/{slug}
GET /api/categories
GET /api/neighborhoods
GET /api/stats

Example — find rooftop venues:

curl "https://nashvillevenuerentals.com/api/venues?category=Rooftop&limit=3"

OpenAPI spec (import into a custom GPT or agent): https://nashvillevenuerentals.com/api/openapi.json

MCP Server

A Model Context Protocol server (Streamable HTTP / JSON-RPC 2.0) at https://nashvillevenuerentals.com/mcp. Add it to any MCP client to give your AI these tools:

curl -X POST https://nashvillevenuerentals.com/mcp -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_venues","arguments":{"category":"Wedding Venue","county":"Williamson"}}}'

Usage & attribution

Free for AI, research, and non-commercial use. Please attribute Nashville Venue Rentals and link back to the venue page URLs returned. Rate limit: 600 requests/hour per IP. Data is read-only and sourced from public Google listings; always confirm details with the venue.

Questions or need higher limits? Contact us →