Query Truss threat intelligence via hosted MCP (OAuth). Growth+ plans.
Truss Threat Intelligence MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Query Truss threat intelligence via hosted MCP (OAuth). Growth+ plans.
Truss threat intelligence via Model Context Protocol and a terminal assistant — one binary: truss-mcp.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Truss Threat Intelligence is connected, these are the calls the assistant has available:
Context — only follow-ups (IOC dedupe, reformat) use thread history without re-queryingYou — your messageMCP — live tool trace (→ search_threats on remote, or → search_products on stdio)Results — structured product table before the assistant summaryTruss — assistant reply (cyan), guided offers (yellow), FilterQL blocks (magenta)Surface — Use forVariable — Required forTRUSS_API_KEY — local mcp / stdio searchTRUSS_MCP_URL — remote search / doctorTRUSS_MCP_OAUTH_TOKEN_FILE — remote searchLLM_PROVIDER — searchLLM_MODEL — searchYou will need 5 environment variables: TRUSS_API_KEY, YOUR_KEY, TRUSS_MCP_URL, ANTHROPIC_API_KEY, OPENAI_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Truss Threat Intelligence's toolset — Context, You, MCP and 9 more — is a fair guide to whether it matches your workflow. It is maintained by com.truss-security; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Context | only follow-ups (IOC dedupe, reformat) use thread history without re-querying |
| You | your message |
| MCP | live tool trace (→ search_threats on remote, or → search_products on stdio) |
| Results | structured product table before the assistant summary |
| Truss | assistant reply (cyan), guided offers (yellow), FilterQL blocks (magenta) |
| Surface | Use for |
| Variable | Required for |
| TRUSS_API_KEY | local mcp / stdio search |
| TRUSS_MCP_URL | remote search / doctor |
| TRUSS_MCP_OAUTH_TOKEN_FILE | remote search |
| LLM_PROVIDER | search |
| LLM_MODEL | search |
{
"mcpServers": {
"truss-mcp": {
"url": "https://api.truss-security.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TRUSS_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_KEY | Credential the server authenticates with. | Yes |
| TRUSS_MCP_URL | Endpoint or connection string the server talks to. | Yes |
| ANTHROPIC_API_KEY | Credential the server authenticates with. | Yes |
| OPENAI_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.