← Registry

AI & Machine Learning

usesuperflow.ai

It offers utilities for checking and improving how AI assistants interact with web pages, such as visibility tests, robots.txt checks, and page-to-markdown conversion.

1 endpoint13 known toolsFirst detected August 21, 2026Last detected August 31, 2026

ENDPOINT 1

https://usesuperflow.ai/api/mcp

No auth detected

MCP server metadata

Name
superflow-free-tools
Version
1.0.0
Capabilities
tools
Server instructions

Superflow's free website tools, published with no account and no API key. Each tool takes a URL and answers about that one page or site: whether AI assistants can read it, how it renders when shared, what it is built with, what its structured data says, what its images should say. They are rate limited to 10 runs per hour per IP (60 for detect_tech_stack) and results are cached for 24 hours, so re-asking about a URL you already checked is free. Runs can take up to a minute: the engines fetch, render, and crawl real pages. Nothing you send is stored beyond that cache.

Known tools 13

check_ai_visibility

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

Inferred read-only
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.

Inferred read-only
generate_llms_txt

Generate llms.txt and llms-full.txt for a site, following the llmstxt.org convention.

Inferred read-only
page_to_markdown

Fetch one web page and convert it to clean CommonMark, with the navigation, cookie banners, and boilerplate stripped out.

Inferred read-only
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.

Potential side effects
validate_json_ld

Read the structured data already on a page and check it against Schema.org and what search engines actually accept.

Inferred read-only
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.

Potential side effects
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.

Inferred read-only
check_favicon

Check whether a site's favicon actually works.

Inferred read-only
capture_full_page_screenshot

Capture a full-height PNG of a page in a real headless browser, scrolling first so lazy-loaded content renders.

Inferred read-only
generate_alt_text

Find every image on a page and draft alt text for the ones that need it, using a vision model that actually looks at the image.

Inferred read-only
build_utm_url

Build a campaign URL with utm parameters, normalised to one tagging convention, and report which GA4 default channel group the link will land in.

Inferred read-only
hash_md5

Hash text to an MD5 hex digest.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for usesuperflow.ai was fetched 2026-08-23T14:44:23.708Z.

Trust status VerificationRecommended

usesuperflow.ai is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.