Now live across the AI ecosystem: ChatGPT GPT Store · MCP Registry · mcp.so

Documentation / MCP

How do I use TofuBofu from Claude or ChatGPT?

TofuBofu is reachable from two different assistants, through two different mechanisms, and the difference is worth being precise about.

From Claude, over MCP

TofuBofu runs a real MCP server, listed in the official MCP Registry (com.tofubofu/ai-visibility) and on mcp.so. Connect it the way you would any MCP server and ask Claude to run a scan or read one back, without opening TofuBofu at all. The full setup walkthrough is at the MCP solutions page.

From ChatGPT, as a Custom GPT

The ChatGPT surface is a Custom GPT in the GPT Store, driven by an OpenAPI Action over TofuBofu's public REST API, not by MCP. It is a different protocol doing the same job: ask it to scan a company and it calls the same API a developer key can call directly.

Writing your own integration

The same REST API behind both surfaces is documented on its own page, with every endpoint, real curl examples, and the real rate limit.