Learning Resources
grokbotdb.com
Provides access to a public Field Guide knowledge base for searching records, prompts, health status, and setup overviews.
ENDPOINT 1
https://www.grokbotdb.com/api/mcp
MCP server metadata
- Name
- grokbot-db
- Version
- 1.0.0
You are querying the Grok Bot Field Guide, an independent sourced library, not vendor documentation. Use tools to look up records. Do not invent product claims, prices, limits, or dates. When you state a fact, include the record id, source_url or provenance, and last_verified/observed_at. Community + low confidence must be labelled as such. Questionnaire answers are private to the visitor’s browser. These tools cannot and must not claim to read them. Prefer get_status for freshness, search_records for questions, get_record for a known id, list_prompts for paste-ready text, setup_overview for the ZIP flow.
Known tools 5
get_statusLibrary health from status.json: record counts, source health, latest changelog date.
Inferred read-onlysearch_recordsSearch the public Field Guide export (facts, practices, prompts, and other collections).
Inferred read-onlyget_recordFetch one public record by exact id (for example fact.limits.routines-per-bot or prm.a1.two-lists).
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.