Quickstart
-
Sign up and create your organisation
Go to trovesec.io and sign up. Create or join an organisation — all data and billing is scoped to your org.
-
Connect your AWS account
Navigate to Connections in your dashboard. Click Add AWS Account.
TroveSec uses cross-account IAM role assumption — it never stores your AWS credentials.
You’ll get a CloudFormation template URL. Deploy it in your AWS account to create a read-only role, then paste the generated
role_arnback into the dashboard. -
Run your first scan
Click Run Scan on your connection. Scans take 2–5 minutes and run 400+ security checks across S3, IAM, EC2, RDS, VPC, and CloudTrail.
You’ll get an email when it’s complete.
-
Generate an API key
Go to Integrations → API Keys → Create Key. Name it
Claude Desktop.Copy the key — it is shown once only. It starts with
cs_live_. -
Connect Claude Desktop
Open your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAdd this block — replace
cs_live_xxxwith your key:{"mcpServers": {"trovesec": {"url": "https://mcp.trovesec.io/sse","transport": "sse","headers": {"Authorization": "Bearer cs_live_xxx"}}}}Restart Claude Desktop. TroveSec tools will appear in the tool selector.
-
Ask your first question
Try any of these in Claude:
- “What are my critical AWS findings?”
- “Am I ready for SOC2?”
- “Where should I start fixing?”
- “What’s wrong with my S3 buckets?”