io.github.rmach816/mesquared-mcp-server
Official3 toolsMeSquared Visibility
Quick public-site AI readiness scans with scores, issues, and a full-audit link.
Scans public websites for AI readiness with scores, issues, and audit reports.
Captured live from the server via tools/list.
visibility_audit_info
Explain what the MeSquared Visibility quick scan measures, what it does not measure, and how to use the available scan tools.
No parameters.
scan_visibility
Run a quick public-site AI readiness scan for one business website. Returns a 0-100 score for on-site crawlability, answer clarity, trust signals, schema/entity clarity, and the top issues making the site harder for AI systems and search engines to understand or trust.
Parameters (1)
- urlstringrequired
The business website URL to scan, such as example.com.
compare_visibility
Run quick public-site AI readiness scans for two business websites and compare their scores, score gap, trust/readability summaries, and top on-site issues.
Parameters (2)
- first_urlstringrequired
The first business website URL, such as example.com.
- second_urlstringrequired
The second business website URL, such as competitor.com.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"mesquared-mcp-server": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mesquared-mcp-server.vercel.app/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.