# TofuBofu AI Visibility MCP server

Free AI visibility scan for any B2B company: see how often AI engines recommend it, plus the fixes.

## Links
- Registry page: https://www.getdrio.com/mcp/com-tofubofu-ai-visibility

## Install
- Endpoint: https://tofubofu.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://tofubofu.com/mcp

## Tools
- scan_ai_visibility - 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).
     Endpoint: https://tofubofu.com/mcp
- get_visibility_report - 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.
     Endpoint: https://tofubofu.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.tofubofu
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 16, 2026
- Source: https://registry.modelcontextprotocol.io
