DocsPlatform

MCP server

A remote MCP server that gives your coding assistant this documentation as it is published today.

MCPhttps://statementbear.com/api/mcp

Connect it#

claude mcp add --transport http statementbear https://statementbear.com/api/mcp

Claude Desktop keeps that JSON in claude_desktop_config.json, Cursor in ~/.cursor/mcp.json, VS Code in .vscode/mcp.json beside the project. Any client that supports a remote MCP server works: it is one HTTP URL with no authentication and no session to manage.

Tools#

ToolWhat it does
search_documentationFinds the pages and headings matching a question, with a summary of each.
get_documentation_pageReturns a whole page as Markdown, by path or slug.
list_documentation_pagesEvery page, its section and its summary.

Every page is also exposed as an MCP resource, for clients that attach documents instead of calling tools.

Without MCP#

Every page is served as Markdown at its own URL with a .md suffix. There is an index at /docs/llms.txt and the whole documentation in one file at /docs/llms-full.txt. The Copy page button copies the Markdown of the page you are on.

Something wrong or missing on this page? [email protected]