Agent discovery: llms-knowledge.txt, developers hub, api-catalog, knowledge MCP search_knowledge
Knowledge Base/Developer API
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.

← Visitor help center

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

  1. Read the discovery index: llms-knowledge.txt
  2. Search articles: curl "https://culvercitypickleballcourts.com/api/knowledge?q=parking"
  3. Fetch one article as Markdown: curl "https://culvercitypickleballcourts.com/api/knowledge/court-location-and-address?format=md"

REST endpoints

MethodPathDescription
GET/api/knowledgeFull index or ?q= search query
GET/api/knowledge/{id}JSON representation of article
GET/api/knowledge/{id}?format=mdMarkdown representation of article
GET/api/knowledge/mcpMCP 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.