INDIVIDUAL MCP TOOL
deep_scan
Returns 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).
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent endpoint
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.botvisibility-com]
url = "https://botvisibility.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botvisibility-com": {
"type": "http",
"url": "https://botvisibility.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botvisibility-com
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-com": {
"url": "https://botvisibility.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botvisibility-com": {
"type": "http",
"url": "https://botvisibility.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botvisibility-com",
"transport": "streamable-http",
"url": "https://botvisibility.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
scan_url— Run the full BotVisibility scan against a URL.get_check_definitions— Returns the full set of BotVisibility check definitions: 58 checks across 5 levels (Discoverable, Usable, Optimized, Indexable, Agent-Native), all externally scanned.get_check— Returns the definition for a single check by id (e.g.get_showcase— Returns BotVisibility scans for nine well-known sites (Stripe, GitHub, Twilio, Shopify, Notion, Coinbase, Salesforce, NYTimes, Chase) grouped into tiers.compare_sites— Runs scan_url against up to 5 URLs in parallel and returns a side-by-side summary (currentLevel, passed/applicable counts per level).get_badge_url— Returns the URL for an SVG badge showing the BotVisibility level for a site.get_recommendations— Scans a URL and returns prioritized recommendations for improving AI agent readiness.scan_batch— Scans up to 10 URLs in parallel and returns summary results for each.