CITC MCP Server
Integrate your CITC portal directly into Claude Code. Query findings, trigger scans, manage tickets, and discover AWS accounts — all from your terminal.
The MCP (Model Context Protocol) server connects Claude to your portal via API key. Install the binary, add a config file, and Claude gains full access to your security data.
Install in 60 seconds
Install the binary
One command. Auto-detects your OS and architecture.
curl -fsSL https://citc.tech/downloads/install-mcp.sh | sh
Get your API key
Generate an API key from the CITC portal. Your admin can create one under the client's API Keys tab.
Portal → Clients → Your Client → API Keys → Create Key
Keys use the format ctx_ followed by 64 hex characters.
Configure Claude Code
Add a .mcp.json file to your project root (or ~/.claude/mcp.json for global access):
{ "mcpServers": { "citc": { "command": "citc-mcp", "env": { "CITC_API_URL": "https://portal.citc.tech/api/v1", "CITC_API_KEY": "ctx_YOUR_API_KEY_HERE" } } } }
What Claude can do with CITC
Security Findings
- List, filter, and search findings by severity, status, or service
- Get full finding details with remediation guidance
- Resolve, acknowledge, or suppress findings with justification
- Trigger and monitor security scans
Project Management
- Create remediation issues linked to findings
- Log time entries and work notes
- List projects and track progress
Support Tickets
- Create and manage support tickets
- View ticket threads and add replies
- Filter by status (open, in_progress, resolved)
AWS Discovery
- Discover all accounts in your AWS Organization
- See which accounts are tracked vs. untracked
- Bulk-register accounts into the portal
Direct Downloads
Or download the binary directly for your platform.
Need help getting set up?
Check the setup guide in your portal or reach out to your CITC team for onboarding support.