MCP.so
Sign In

TofuBofu AI VisibilityVerifiedFeatured

@Arnav Neil

About TofuBofu AI Visibility

TofuBofu runs a free AI visibility scan for any B2B company, right inside your AI assistant. Ask it to scan a domain and it runs the questions real buyers ask across ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, and Bing Copilot, then reports how often the company gets named, which competitors AI recommends instead, and what to fix. Two tools: scan_ai_visibility starts the scan (just a domain and your work email, one free scan per email per month, report emailed with a live link) and get_visibility_report reads the score and findings. No API key, no install, no account needed up front. Built for B2B service firms doing AEO and GEO. Full setup guide: https://tofubofu.com/solutions/mcp

Connection details

https://tofubofu.com/mcp

Setup

claude mcp add tofubofu --transport http https://tofubofu.com/mcp

Tools

2

Start a free AI-visibility scan for a B2B company's website. Checks how often AI engines (ChatGPT, Claude, Perplexity, Gemini) name the company when buyers ask for vendor recommendations, and finds the gaps. The scan runs in the background (roughly 1-2 minutes); call get_visibility_report with the returned report_id to read the score and findings. Args: domain: The company's website or domain, e.g. "acme.com". email: The user's work email. Required, we send the finished report here and it identifies the account. One free scan per email per month. Returns: report_id, a report_url to view live, and whether an existing report was reused (free scan already used this month).

Fetch the results of an AI-visibility scan started with scan_ai_visibility. Args: report_id: The id returned by scan_ai_visibility. Returns: While running: {status: "running", progress}. When done: the visibility score, how often AI mentions the brand, share of voice, top competitors winning the answers, and the highest-priority fixes, plus the report_url.

Overview

What is TofuBofu AI Visibility?

TofuBofu is an AEO and GEO platform for B2B service companies. 51% of B2B buyers now start vendor research on an AI chatbot (G2, 2026), and most companies have no idea what those engines say about them.

This MCP server puts the check inside your AI assistant: ask it to scan any B2B company and it runs the questions real buyers ask across ChatGPT, Claude, Gemini, Perplexity, Google AI Overviews, and Bing Copilot, then reports how often the company gets named, which competitors AI recommends instead, and what to fix.

Tools

ToolWhat it does
scan_ai_visibilityStarts a free scan for a domain. Takes the company website and your work email (the finished report is emailed to you, one free scan per email per month). Runs in the background, roughly 1 to 2 minutes.
get_visibility_reportReads the finished results: the visibility score, per-query findings, competitors named by each engine, and a link to the full live report.

No API key, no install, no account needed up front.

Quick start (Claude)

  1. Open claude.ai → Settings → Connectors → Add custom connector
  2. Name it TofuBofu, URL: https://tofubofu.com/mcp
  3. In a new chat: "Use TofuBofu to check AI visibility for acme.com, my email is [email protected]"

Or in Claude Code:

claude mcp add --transport http tofubofu https://tofubofu.com/mcp

Frequently asked questions

What is the TofuBofu AI Visibility remote MCP server?

The TofuBofu AI Visibility remote MCP server is a hosted Model Context Protocol endpoint at https://tofubofu.com/mcp, so AI assistants can connect to it without installing or running anything locally.

How do I connect to the TofuBofu AI Visibility MCP server?

Add the endpoint https://tofubofu.com/mcp to any MCP-compatible client such as Claude Code, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the TofuBofu AI Visibility MCP server require authentication?

No. TofuBofu AI Visibility's MCP server does not require authentication — you can connect directly with the endpoint URL.

Which transport does the TofuBofu AI Visibility MCP server use?

TofuBofu AI Visibility exposes a Streamable HTTP endpoint, the transport used by remote MCP servers and supported by all major MCP clients.

Comments