INDIVIDUAL MCP TOOL
get_record
Fetch one public record by exact id (for example fact.limits.routines-per-bot or prm.a1.two-lists).
LIVE ENDPOINT
https://www.grokbotdb.com/api/mcp
Connect to this endpoint to inspect the live schema for get_record and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.grokbot-db]
url = "https://www.grokbotdb.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grokbot-db": {
"type": "http",
"url": "https://www.grokbotdb.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grokbot-db
Remote MCP URL: https://www.grokbotdb.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"grokbot-db": {
"url": "https://www.grokbotdb.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grokbot-db": {
"type": "http",
"url": "https://www.grokbotdb.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grokbot-db",
"transport": "streamable-http",
"url": "https://www.grokbotdb.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_status— Library health from status.json: record counts, source health, latest changelog date.search_records— Search the public Field Guide export (facts, practices, prompts, and other collections).list_prompts— Paste-ready prompt bodies from the public prompts collection.setup_overview— How the Field Guide personal/business setup ZIP flow works.