INDIVIDUAL MCP TOOL
deepbom_publish_browser_analysis
Validates and returns one bounded result created in the MCP App sandbox.
LIVE ENDPOINT
https://deepbom.org/mcp/claude
Connect to this endpoint to inspect the live schema for deepbom_publish_browser_analysis and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.deepbom-claude-browser]
url = "https://deepbom.org/mcp/claude"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"deepbom-claude-browser": {
"type": "http",
"url": "https://deepbom.org/mcp/claude"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: deepbom-claude-browser
Remote MCP URL: https://deepbom.org/mcp/claude
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": {
"deepbom-claude-browser": {
"url": "https://deepbom.org/mcp/claude"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"deepbom-claude-browser": {
"type": "http",
"url": "https://deepbom.org/mcp/claude"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "deepbom-claude-browser",
"transport": "streamable-http",
"url": "https://deepbom.org/mcp/claude"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
deepbom_open_local_analyzer— Opens an interactive browser-local analyzer where the user selects one supported serialized AI deployment artifact.deepbom_capabilities— Returns supported formats, transfer boundaries, and the distinction between the remote browser-local workflow and the local desktop extension.deepbom_publish_browser_error— Validates and returns a bounded browser-local diagnostic with a recovery action.