ThreatConnect v3 MCP Server
by delonius22
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TC_TIMEOUT | No | Per-request timeout (seconds). | 30 |
| TC_BASE_URL | Yes | Base URL of the ThreatConnect instance, e.g. https://myinstance.threatconnect.com (normalized to /api). | |
| TC_API_TOKEN | No | Alternative to HMAC; used only if the HMAC pair is absent. | |
| TC_LOG_LEVEL | No | Logs go to stderr, secret-redacted. | WARNING |
| TC_VERIFY_SSL | No | TLS verification. | true |
| TC_MAX_RETRIES | No | Retries on 429/5xx with backoff + jitter. | 3 |
| TC_API_ACCESS_ID | No | API user access id for HMAC authentication. | |
| TC_DEFAULT_OWNER | No | Default owner for owner-relative reads/writes. | |
| TC_API_SECRET_KEY | No | API user secret key for HMAC authentication (never logged). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- 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/delonius22/threat_connect_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server