Security & Testing
seoapi.com
Validates whether IP addresses belong to known web crawlers from major search engines and platforms.
ENDPOINT 1
https://amazon.seoapi.com/mcp
MCP server metadata
- Name
- amazon
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Amazonbot IP address, verified against Amazonbot's published IP data on seoapi.
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.amazon]
url = "https://amazon.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"amazon": {
"type": "http",
"url": "https://amazon.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: amazon
Remote MCP URL: https://amazon.seoapi.com/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": {
"amazon": {
"url": "https://amazon.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"amazon": {
"type": "http",
"url": "https://amazon.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "amazon",
"transport": "streamable-http",
"url": "https://amazon.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://applebot.seoapi.com/mcp
MCP server metadata
- Name
- applebot
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Applebot IP address, verified against Applebot's published IP data on seoapi.
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.applebot]
url = "https://applebot.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"applebot": {
"type": "http",
"url": "https://applebot.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: applebot
Remote MCP URL: https://applebot.seoapi.com/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": {
"applebot": {
"url": "https://applebot.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"applebot": {
"type": "http",
"url": "https://applebot.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "applebot",
"transport": "streamable-http",
"url": "https://applebot.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 3
https://baiduspider.seoapi.com/mcp
MCP server metadata
- Name
- baiduspider
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Baiduspider IP address, verified against Baiduspider's published IP data on seoapi.
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.baiduspider]
url = "https://baiduspider.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"baiduspider": {
"type": "http",
"url": "https://baiduspider.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: baiduspider
Remote MCP URL: https://baiduspider.seoapi.com/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": {
"baiduspider": {
"url": "https://baiduspider.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"baiduspider": {
"type": "http",
"url": "https://baiduspider.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "baiduspider",
"transport": "streamable-http",
"url": "https://baiduspider.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 4
https://bingbot.seoapi.com/mcp
MCP server metadata
- Name
- bingbot
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Bingbot IP address, verified against Bingbot's published IP data on seoapi.
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.bingbot]
url = "https://bingbot.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bingbot": {
"type": "http",
"url": "https://bingbot.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bingbot
Remote MCP URL: https://bingbot.seoapi.com/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": {
"bingbot": {
"url": "https://bingbot.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bingbot": {
"type": "http",
"url": "https://bingbot.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bingbot",
"transport": "streamable-http",
"url": "https://bingbot.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 5
https://ccbot.seoapi.com/mcp
MCP server metadata
- Name
- ccbot
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine CommonCrawl CCBot IP address, verified against CommonCrawl CCBot's published IP data on seoapi.
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.ccbot]
url = "https://ccbot.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ccbot": {
"type": "http",
"url": "https://ccbot.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ccbot
Remote MCP URL: https://ccbot.seoapi.com/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": {
"ccbot": {
"url": "https://ccbot.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ccbot": {
"type": "http",
"url": "https://ccbot.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ccbot",
"transport": "streamable-http",
"url": "https://ccbot.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 6
https://claude.seoapi.com/mcp
MCP server metadata
- Name
- claude
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Anthropic ClaudeBot IP address, verified against Anthropic ClaudeBot's published IP data on seoapi.
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.claude]
url = "https://claude.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"claude": {
"type": "http",
"url": "https://claude.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: claude
Remote MCP URL: https://claude.seoapi.com/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": {
"claude": {
"url": "https://claude.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"claude": {
"type": "http",
"url": "https://claude.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "claude",
"transport": "streamable-http",
"url": "https://claude.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 7
https://coccocbot.seoapi.com/mcp
MCP server metadata
- Name
- coccocbot
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Cốc Cốc Bot IP address, verified against Cốc Cốc Bot's published IP data on seoapi.
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.coccocbot]
url = "https://coccocbot.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"coccocbot": {
"type": "http",
"url": "https://coccocbot.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: coccocbot
Remote MCP URL: https://coccocbot.seoapi.com/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": {
"coccocbot": {
"url": "https://coccocbot.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"coccocbot": {
"type": "http",
"url": "https://coccocbot.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "coccocbot",
"transport": "streamable-http",
"url": "https://coccocbot.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 8
https://duckduckbot.seoapi.com/mcp
MCP server metadata
- Name
- duckduckbot
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine DuckDuckBot IP address, verified against DuckDuckBot's published IP data on seoapi.
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.duckduckbot]
url = "https://duckduckbot.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"duckduckbot": {
"type": "http",
"url": "https://duckduckbot.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: duckduckbot
Remote MCP URL: https://duckduckbot.seoapi.com/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": {
"duckduckbot": {
"url": "https://duckduckbot.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"duckduckbot": {
"type": "http",
"url": "https://duckduckbot.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "duckduckbot",
"transport": "streamable-http",
"url": "https://duckduckbot.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 9
https://googlebot.seoapi.com/mcp
MCP server metadata
- Name
- googlebot
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Googlebot IP address, verified against Googlebot's published IP data on seoapi.
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.googlebot]
url = "https://googlebot.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"googlebot": {
"type": "http",
"url": "https://googlebot.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: googlebot
Remote MCP URL: https://googlebot.seoapi.com/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": {
"googlebot": {
"url": "https://googlebot.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"googlebot": {
"type": "http",
"url": "https://googlebot.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "googlebot",
"transport": "streamable-http",
"url": "https://googlebot.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 10
https://meta.seoapi.com/mcp
MCP server metadata
- Name
- meta
- Version
- 1.0.0
Known tools 1
validate_ipCheck whether an IP address (IPv4 or IPv6) is a genuine Meta-ExternalAgent IP address, verified against Meta-ExternalAgent's published IP data on seoapi.
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.meta]
url = "https://meta.seoapi.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"meta": {
"type": "http",
"url": "https://meta.seoapi.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: meta
Remote MCP URL: https://meta.seoapi.com/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": {
"meta": {
"url": "https://meta.seoapi.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"meta": {
"type": "http",
"url": "https://meta.seoapi.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "meta",
"transport": "streamable-http",
"url": "https://meta.seoapi.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.