Skip to content

Using these docs with any MCP client

View .md Open in ChatGPT Open in Claude

grandocs runs a stateless Model Context Protocol server so any MCP-capable client can search the docs live. One endpoint, no account, no key.

https://grandocs-mcp.samcarlton.workers.dev/mcp

Transport is Streamable HTTP (POST /mcp).

ToolWhat it does
search_docsFull-text search across all products; returns ranked pages with the page URL and the raw-markdown .md URL.
get_pageReturns the raw markdown of one page by its path (e.g. grandma3/2-4/cue_store).
command_lookupResolves a grandMA keyword (Store, Assign, At, MAtricks…) to its reference page and returns the syntax.
list_products_versionsThe full product / version / language coverage matrix.

Every result ends with a source link and an “unofficial mirror” note so the model cites correctly.

Terminal window
claude mcp add --transport http grandocs https://grandocs-mcp.samcarlton.workers.dev/mcp

Any MCP inspector or client can verify it:

Terminal window
npx @modelcontextprotocol/inspector
# point it at https://grandocs-mcp.samcarlton.workers.dev/mcp, then run tools/list

A GET of the root returns a small JSON health document listing the tools.