Public MCP for SEO and GEO inspection, robots.txt and sitemap checks, internal-link extraction, metadata comparison, and llms.txt drafting.
https://router.fluxapay.xyz/mcp/geo-page-probeFetches two public webpages and returns structured differences across titles, descriptions, canonicals, heading counts, and text volume.
Builds draft llms.txt and llms-full.txt content from a site summary and a list of important URLs.
Fetches a public webpage and returns structured SEO/GEO metadata, headings, JSON-LD types, and a clean text sample.
{
"mcpServers": {
"GEO-Page-Probe": {
"command": "npx",
"args": [
"-y",
"@fluxa-pay/fluxa-connect-mcp",
"--url",
"https://router.fluxapay.xyz/mcp/geo-page-probe"
],
"env": {
"AGENT_EMAIL": "<YOUR_EMAIL>",
"AGENT_NAME": "Claude Code - agentwallet.fluxapay.xyz",
"CLIENT_INFO": "Claude Code on macOS"
}
}
}
}