The MCP server exposes JSON-RPC at `POST http://localhost:5002/mcp` (Streamable HTTP). The web UI calls the MCP server through a server-side proxy to
If you already use Threatbyte MCP, the threatbyte mcp mcp server is the piece that lets your assistant work with it directly. The MCP server exposes JSON-RPC at POST http://localhost:5002/mcp (Streamable HTTP). The web UI calls the MCP server through a server-side proxy to keep auth consistent with the SOC session; the proxy streams agent responses to the.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Persistence — agent_contexts, agent_logs, mcp_audit_logsX-TBMCP-Token — shared secret from TBMCP_MCP_SERVER_TOKEN (configured on both servers)X-TBMCP-User — current user id from the authenticated SOC sessioncases.create — cases.listcases.list_all — cases.getcases.rename — cases.set_statuscases.delete — notes.createnotes.list — notes.updatenotes.delete — files.upload (base64)files.list — files.get (base64)files.read_path — indicators.searchagent.summarize_case — agent.run_taskConfiguration is passed through the environment: TBMCP_MCP_SERVER_TOKEN, TBMCP_MCP_USER_ID, OPENAI_API_KEY, TBMCP_OPENAI_API_KEY, TBMCP_MCP_SERVER_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the browser automation group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Threatbyte MCP's toolset — Persistence, X-TBMCP-Token, X-TBMCP-User and 11 more — is a fair guide to whether it matches your workflow. It is maintained by anotherik; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Threatbyte MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Persistence | agent_contexts, agent_logs, mcp_audit_logs |
| X-TBMCP-Token | shared secret from TBMCP_MCP_SERVER_TOKEN (configured on both servers). |
| X-TBMCP-User | current user id from the authenticated SOC session. |
| cases.create | cases.list |
| cases.list_all | cases.get |
| cases.rename | cases.set_status |
| cases.delete | notes.create |
| notes.list | notes.update |
| notes.delete | files.upload (base64) |
| files.list | files.get (base64) |
| files.read_path | indicators.search |
| agent.summarize_case | agent.run_task |
| tools.registry.list | tools.builtin.list |
| tools.registry.register | tools.registry.delete |
| Variable | Description | Required |
|---|---|---|
| TBMCP_MCP_SERVER_TOKEN | Credential the server authenticates with. | Yes |
| TBMCP_MCP_USER_ID | Configuration value read at startup. | Optional |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| TBMCP_OPENAI_API_KEY | Credential the server authenticates with. | Yes |
| TBMCP_MCP_SERVER_URL | Endpoint or connection string the server talks to. | Yes |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.