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=...