Transilience MCP servers provide Transilience agent collected data over MCP, this data includes threat intel , vulnerability data.
Request tokens below from Transilience hello@transilience.com
Step 1 - Open Claude Desktop, click on developer , edit config

Step 2 - Open the File, and add the configuration below

Configuration
{
"mcpServers": {
"transilience threatintel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://threatintelmcp.transilienceapi.com/threatintel/mcp",
"--header",
"Authorization: Bearer token"
]
},
"transilience vuln": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://vulnmcp.transilienceapi.com/vuln/mcp",
"--header",
"Authorization: Bearer token"
]
}
}
}Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article