API v2.5.0Read-only
Knowledge API & MCP
Machine-readable access for AI agents and developers. Search verified visitor Q&A for Culver City Pickleball Courts without an API key.
Overview
The Culver City Pickleball Courts knowledge base exposes REST JSON endpoints and Model Context Protocol (MCP) tool descriptors. Content authority remains on-site canonical URLs.
- Base URL:
https://culvercitypickleballcourts.com - Articles: 150 verified articles
- MCP Tools:
search_knowledge,get_article
Quick start
- Read the discovery index: llms-knowledge.txt
- Search articles:
curl "https://culvercitypickleballcourts.com/api/knowledge?q=parking" - Fetch one article as Markdown:
curl "https://culvercitypickleballcourts.com/api/knowledge/court-location-and-address?format=md"
REST endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/knowledge | Full index or ?q= search query |
| GET | /api/knowledge/{id} | JSON representation of article |
| GET | /api/knowledge/{id}?format=md | Markdown representation of article |
| GET | /api/knowledge/mcp | MCP config descriptor |
MCP tools
The Model Context Protocol configuration endpoint is accessible at /api/knowledge/mcp.
search_knowledge
Search across the verified articles database using custom queries (parking, hours, rules, coaching).
get_article
Fetch one article by its unique id in JSON format or pure Markdown format.
Rate limits
Endpoints are public. Please limit requests to a maximum of 2 requests per second to avoid triggering automated safety gates.