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.
ENDPOINT 1
https://usesuperflow.ai/api/mcp
MCP server metadata
- Name
- superflow-free-tools
- Version
- 1.0.0
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_visibilityCheck whether AI assistants (ChatGPT, Claude, Perplexity, Google AI) can reach, read, and cite a web page.
Inferred read-onlycheck_robots_txt_for_aiTest 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-onlygenerate_llms_txtGenerate llms.txt and llms-full.txt for a site, following the llmstxt.org convention.
Inferred read-onlypage_to_markdownFetch one web page and convert it to clean CommonMark, with the navigation, cookie banners, and boilerplate stripped out.
Inferred read-onlygenerate_json_ldRead 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 effectsvalidate_json_ldRead the structured data already on a page and check it against Schema.org and what search engines actually accept.
Inferred read-onlycheck_social_previewRead 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 effectsdetect_tech_stackIdentify the platform, framework, CMS, ecommerce apps, analytics, CDN, and hosting behind a site by fingerprinting one page's HTML and response headers.
Inferred read-onlycapture_full_page_screenshotCapture a full-height PNG of a page in a real headless browser, scrolling first so lazy-loaded content renders.
Inferred read-onlygenerate_alt_textFind 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-onlybuild_utm_urlBuild 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-onlyCONNECT 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.
usesuperflow.ai is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.