Standalone NitroStack MCP server for Talos security tools, including passive website scanning, CVE lookup, research search, phishing/link safety detection, security reports, email alerts, password utilities, JWT decoding, IP lookup, and defensive resource search.
View on GitHub →
🔍 Audit Wallet Slippage →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"talos-mcp-server": {
"command": "uvx",
"args": [
"talos-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add talos-mcp-server uvx talos-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"talos-mcp-server": {
"command": "uvx",
"args": [
"talos-mcp-server"
]
}
}
}
Or install with pip: pip install talos-mcp-server