Claude Desktop – TroveSec MCP Integration Setup
Prerequisites
Section titled “Prerequisites”- Claude Desktop installed
- A TroveSec account with at least one completed scan
- A TroveSec API key — generate one under Integrations → API Keys
-
Open the Claude Desktop config file
Terminal window open ~/Library/Application\ Support/Claude/Open
claude_desktop_config.jsonin your editor.Press
Win + R, type%APPDATA%\Claude, press Enter. Openclaude_desktop_config.jsonin your editor. -
Add the TroveSec server block
{"mcpServers": {"trovesec": {"command": "npx","args": ["mcp-remote","https://mcp.trovesec.io/mcp","--header","Authorization:Bearer ${AUTH_TOKEN}"],"env": {"AUTH_TOKEN": "cs_live_xxx"}}}}Replace
cs_live_xxxwith your API key. -
Restart Claude Desktop
Fully quit and reopen Claude Desktop. TroveSec tools appear in the tool selector (the hammer icon in the chat bar).
-
Verify
Type: “What are my critical AWS findings?”
Claude will call
get_findingsand respond with real data from your latest scan.
Example prompts
Section titled “Example prompts”Once connected, you can ask Claude anything about your AWS security:
- “What should I fix first?”
- “Am I ready for SOC2?”
- “What’s new since my last scan?”
- “Accept the risk on the S3 finding — we’re decommissioning that bucket next quarter.”
- “Run a new scan and tell me what changed.”
See Tools Reference for the full list of what Claude can do.