Four free tools to check if AI engines can find, read and recognise a site. No API key.
claude mcp add crawlbit -- npx -y crawlbit-mcp
claude_desktop_config.json
{
"mcpServers": {
"crawlbit": {
"command": "npx",
"args": [
"-y",
"crawlbit-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"crawlbit": {
"command": "npx",
"args": [
"-y",
"crawlbit-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"crawlbit": {
"command": "npx",
"args": [
"-y",
"crawlbit-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"crawlbit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"crawlbit-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"crawlbit": {
"command": "npx",
"args": [
"-y",
"crawlbit-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.amati032-dev--crawlbit/reviews or the review_server meta-tool.
POST /mcp