Skip to content
Developer Tools

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.

Quick Start

Install in 60 seconds

01

Install the binary

One command. Auto-detects your OS and architecture.

curl -fsSL https://citc.tech/downloads/install-mcp.sh | sh
02

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.

03

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"
      }
    }
  }
}
Capabilities

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

Need help getting set up?

Check the setup guide in your portal or reach out to your CITC team for onboarding support.