AI & Machine Learning
aiscan.site
Scans websites for AI-readiness and provides optimization fixes and scores.
ENDPOINT 1
https://aiscan.site/api/mcp
MCP server metadata
- Name
- aiscan
- Version
- 1.2.0
Audit any website for AI-agent readiness and manage the AIScan blog. scan_website returns the full report; get_fixes returns only failing checks; get_grade returns score + letter. Blog tools: list_blog_posts and get_blog_post are public; publish_blog_post, update_blog_post, delete_blog_post, and set_blog_cover require Authorization: Bearer <BLOG_PUBLISH_KEY> (or ?key=<KEY>). Rate limit scans to ~5/min per URL.
Known tools 9
get_fixesScan a website and return ONLY the failing or partial checks with their fix instructions.
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.aiscan]
url = "https://aiscan.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"aiscan": {
"type": "http",
"url": "https://aiscan.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: aiscan
Remote MCP URL: https://aiscan.site/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": {
"aiscan": {
"url": "https://aiscan.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"aiscan": {
"type": "http",
"url": "https://aiscan.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "aiscan",
"transport": "streamable-http",
"url": "https://aiscan.site/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 aiscan.site was fetched 2026-07-26T08:04:43.598Z and is being refreshed.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.