← usesuperflow.ai

INDIVIDUAL MCP TOOL

check_ai_visibility

Check whether AI assistants (ChatGPT, Claude, Perplexity, Google AI) can reach, read, and cite a web page.

usesuperflow.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://usesuperflow.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for check_ai_visibility and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

usesuperflow.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.superflow-free-tools]
url = "https://usesuperflow.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "superflow-free-tools": {
      "type": "http",
      "url": "https://usesuperflow.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: superflow-free-tools
Remote MCP URL: https://usesuperflow.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "superflow-free-tools": {
      "url": "https://usesuperflow.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "superflow-free-tools": {
      "type": "http",
      "url": "https://usesuperflow.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "superflow-free-tools",
  "transport": "streamable-http",
  "url": "https://usesuperflow.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_robots_txt_for_ai — Test a site's robots.txt against every AI crawler that matters (GPTBot, ClaudeBot, PerplexityBot, Google-Extended, CCBot, Googlebot, Bingbot and the rest) and report which are allowed, which are blocked, and which rule decided it.
  • generate_llms_txt — Generate llms.txt and llms-full.txt for a site, following the llmstxt.org convention.
  • page_to_markdown — Fetch one web page and convert it to clean CommonMark, with the navigation, cookie banners, and boilerplate stripped out.
  • generate_json_ld — Read a page and write a schema.org JSON-LD block for it, then validate that block against the same checks a validator would run.
  • validate_json_ld — Read the structured data already on a page and check it against Schema.org and what search engines actually accept.
  • check_social_preview — Read a page's Open Graph and Twitter card tags and report how the link will render on X, LinkedIn, Facebook, Slack, Discord, and Google.
  • detect_tech_stack — Identify the platform, framework, CMS, ecommerce apps, analytics, CDN, and hosting behind a site by fingerprinting one page's HTML and response headers.
  • check_favicon — Check whether a site's favicon actually works.