What is the com.seoapi/yandexbot MCP server?
Validate whether an IP address belongs to YandexBot. Remote MCP server exposing a validate_ip tool.
How to install com.seoapi/yandexbot
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"yandexbot": {
"url": "https://yandexbot.seoapi.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"yandexbot": {
"serverUrl": "https://yandexbot.seoapi.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"yandexbot": {
"type": "http",
"url": "https://yandexbot.seoapi.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"yandexbot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://yandexbot.seoapi.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http yandexbot https://yandexbot.seoapi.com/mcpRelated MCP servers
Validate Amazonbot and Amzn-SearchBot IP addresses. Remote MCP validate_ip tool.
Validate whether an IP address belongs to Applebot. Remote MCP server exposing a validate_ip tool.
Validate Baiduspider IP addresses. Remote MCP validate_ip tool.
Validate whether an IP address belongs to Bingbot. Remote MCP server exposing a validate_ip tool.
Validate CommonCrawl CCBot IP addresses. Remote MCP validate_ip tool.
Validate ClaudeBot and Claude-SearchBot IP addresses. Remote MCP validate_ip tool.