← deepbom.org

INDIVIDUAL MCP TOOL

deepbom_publish_analysis

Receives one bounded browser-produced DEEPBOM result, validates its structure, and returns it to the conversation.

deepbom.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://deepbom.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for deepbom_publish_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

deepbom.org

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-chatgpt]
url = "https://deepbom.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "deepbom-chatgpt": {
      "type": "http",
      "url": "https://deepbom.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: deepbom-chatgpt
Remote MCP URL: https://deepbom.org/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": {
    "deepbom-chatgpt": {
      "url": "https://deepbom.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "deepbom-chatgpt": {
      "type": "http",
      "url": "https://deepbom.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "deepbom-chatgpt",
  "transport": "streamable-http",
  "url": "https://deepbom.org/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • deepbom_analyze_file — Use when the user asks to inspect, summarize, or visualize an attached TFLite, ONNX, GGUF, SafeTensors, Core ML, or ExecuTorch deployment artifact.
  • deepbom_capabilities — Use before analysis when format support, privacy boundaries, or the difference between the ChatGPT and local DEEPBOM paths is unclear.
  • deepbom_publish_error — Receives one bounded browser-produced DEEPBOM error and returns a recovery action to the conversation.