Agent-to-agent integration

The MCP (Model Context Protocol)

Connect TrustSee to your assistant: queue scans and pass results into the next step of your automation.

Claude -> trustsee_mcp -> TrustSee Scan API

> Claude prompt

Run TrustSee scan for trustsee-security/trustsee and return the scan ID.

> trustsee_mcp JSON-RPC call

{"method":"tools/call","params":{"name":"scan_repo","arguments":{"owner":"trustsee-security","name":"trustsee"}}}

> response

scanId=3f8b2e91-2e6d-4f3c-9c0a-1f8be7d2f410 status=queued poll_url=/api/scan-status?scanId=...

Agent-to-Agent Security Workflow

Let your assistant call TrustSee directly over MCP, queue scans, and pass scan IDs/results into the next automation step.

This is how teams embed TrustSee into daily coding agents instead of switching tabs.