Security & Testing
botvisibility.com
Scans websites for bot visibility and provides detailed check results across multiple optimization levels.
ENDPOINT 1
https://botvisibility.com/api/mcp
MCP server metadata
- Name
- botvisibility-mcp
- Version
- 1.2.0
BotVisibility scans any URL for AI agent readiness (58 checks across 5 levels: Discoverable, Usable, Optimized, Indexable, Agent-Native). Use scan_url to audit a site, compare_sites for head-to-head comparisons, get_recommendations for a prioritized fix list, and deep_scan for the full paid report. All read-only tools are free; no auth required.
Known tools 11
get_check_definitionsReturns the full set of BotVisibility check definitions: 58 checks across 5 levels (Discoverable, Usable, Optimized, Indexable, Agent-Native), all externally scanned.
Inferred read-onlyget_showcaseReturns BotVisibility scans for nine well-known sites (Stripe, GitHub, Twilio, Shopify, Notion, Coinbase, Salesforce, NYTimes, Chase) grouped into tiers.
Inferred read-onlycompare_sitesRuns scan_url against up to 5 URLs in parallel and returns a side-by-side summary (currentLevel, passed/applicable counts per level).
Inferred read-onlydeep_scanReturns payment instructions for the full BotVisibility deep scan — all checks INCLUDING the Level-5 agent-native probes (audit logs, intent endpoints, agent sessions, native tool schemas, scoped tokens, sandbox, consequence labels).
Potential side effectsget_badge_urlReturns the URL for an SVG badge showing the BotVisibility level for a site.
Inferred read-onlyget_recommendationsScans a URL and returns prioritized recommendations for improving AI agent readiness.
Inferred read-onlyget_level_requirementsScans a URL and returns detailed requirements for achieving each level, including current progress, missing checks, and next steps.
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.botvisibility-mcp]
url = "https://botvisibility.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botvisibility-mcp": {
"type": "http",
"url": "https://botvisibility.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botvisibility-mcp
Remote MCP URL: https://botvisibility.com/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": {
"botvisibility-mcp": {
"url": "https://botvisibility.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botvisibility-mcp": {
"type": "http",
"url": "https://botvisibility.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botvisibility-mcp",
"transport": "streamable-http",
"url": "https://botvisibility.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://botvisibility.com
MCP server metadata
- Name
- WebMCP
Known tools 0
No tool metadata was available in the registry cache.
CONNECT 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.webmcp]
url = "https://botvisibility.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://botvisibility.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://botvisibility.com
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": {
"webmcp": {
"url": "https://botvisibility.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://botvisibility.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://botvisibility.com"
}
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 botvisibility.com was fetched 2026-08-31T08:15:15.306Z.
botvisibility.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.