ThreatByte-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Fallback OpenAI API key if TBMCP_OPENAI_API_KEY is not set. | |
| TBMCP_SECRET_KEY | No | Flask secret key for session signing. | dev-secret-key-change-me |
| TBMCP_OPENAI_MODEL | No | OpenAI model for agent tasks. | gpt-4o-mini |
| TBMCP_MCP_SERVER_URL | No | MCP server JSON-RPC endpoint used by the web app proxy. | http://localhost:5002/mcp |
| TBMCP_OPENAI_API_KEY | No | Primary OpenAI API key used by agent endpoints. | |
| TBMCP_MCP_SERVER_TOKEN | No | Shared secret token between web app and MCP server. | tbmcp-mcp-token |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cases.createC | Create a new security case. |
| cases.listC | List cases. Accepts optional owner_id. |
| cases.list_allC | List all cases. |
| cases.getC | Get a case by id (ownership not enforced). |
| cases.renameC | Rename a case by id. |
| cases.set_statusC | Set case status (open | resolved | closed). |
| cases.deleteB | Delete a case by id. |
| notes.createC | Create a note for a case. |
| notes.listC | List notes for a case. |
| notes.updateC | Update a note by id (ownership not enforced). |
| notes.deleteB | Delete a note by id (ownership not enforced). |
| files.uploadC | Upload a file as base64. |
| files.listC | List files for a case. |
| files.getC | Get a file by id (returns base64). |
| files.read_pathC | Read a filesystem path. |
| indicators.searchC | Search mock IOC dataset. |
| agent.summarize_caseD | Summarize case notes. |
| agent.run_taskC | Run an analyst task over case context. |
| tools.registry.listB | List registered tools available to the agent. |
| tools.registry.registerC | Register or update a tool definition via schema JSON. |
| tools.registry.deleteC | Delete a registered tool by name. |
| tools.builtin.listB | List built-in tools bundled with the server. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anotherik/ThreatByte-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server