Discovery
Files agents can fetch first.
/llms.txt— short map/llms-full.txt— citation rules and MCP config/.well-known/mcp.json/.well-known/mcp/server-card.json/.well-known/ai-catalog.json
The Field Guide already ships – public records as JSON. This page is the map for AI agents and MCP clients: discover, search and fetch those records — including paste-ready prompts — without scraping HTML. Questionnaire answers stay in the visitor’s browser.
Do not invent Grok Bot product claims. Quote a record id, its source URL or provenance, and the date it was last verified. If tier is community and confidence is low, say so. If the export does not hold the answer, say that. Check plan eligibility, platforms and pricing on docs.x.ai/grok-bot before acting.
Files agents can fetch first.
/llms.txt — short map/llms-full.txt — citation rules and MCP config/.well-known/mcp.json/.well-known/mcp/server-card.json/.well-known/ai-catalog.jsonThe same export Library and Latest render. Counts move; read them from JSON.
/data/status.json — health and counts/data/db.json — full public records/library/{id} — cite these/feed.xml · /api/changelog/api — filtered JSON catalogRemote Streamable HTTP. No install. The server only reads the public library.
{
"mcpServers": {
"grokbot-db": {
"url": "https://www.grokbotdb.com/api/mcp"
}
}
}
Paste that into Cursor Settings → MCP. Some builds also accept "type": "http" next to url. Local checkout instead:
{
"mcpServers": {
"grokbot-db": {
"command": "node",
"args": ["mcp/stdio.cjs"],
"cwd": "/absolute/path/to/grokbot-db"
}
}
}
| Tool | What it returns |
|---|---|
get_status | Library health and counts from status.json |
search_records | Text search with optional collection / tier / status filters |
get_record | One record by id |
list_prompts | Paste-ready prompt bodies |
setup_overview | How the personal/business setup ZIP flow works (static site copy) |
Open CORS. Use these when you do not want to download the whole export. OpenAPI: /api/openapi.json.
| Endpoint | Purpose |
|---|---|
GET /api | Catalog of endpoints and tools |
GET /api/status | Same health object as /data/status.json, plus citation reminders |
GET /api/search?q= | Filtered hits. Optional collection, tier, status, subject, limit |
GET /api/record?id= | Full record or nearby id suggestions |
GET /api/prompts | Optional attach_to=bot_description|routine|message|skill |
GET /api/setup | Setup ZIP flow. Not a visitor’s answers |
GET /api/changelog | JSON mirror of /feed.xml |
POST /api/mcp | MCP JSON-RPC (Streamable HTTP) |
Personal and business questionnaires keep answers in the current tab. They do not create live Bots or send answers here. This interface cannot read a draft, a ZIP, or anything behind sessionStorage. Use personal setup or business setup in a browser for that work.