// your integrations
Set up Claude Code
Connect Claude Code to Superagent MCP, then route signed findings through the automation endpoint used by your Claude Code environment.
Connect Superagent MCP
claude mcp add --transport http --scope user superagent https://www.superagent.sh/mcp \
--header "Authorization: Bearer $SUPERAGENT_API_KEY"Run /mcp inside a Claude Code session to verify the connection. Keep the API key in your environment or secret manager.
Configure the finding handoff
Configure an authenticated relay for Superagent webhooks. The relay verifies the signature and event type, converts the event to the input expected by the Claude Code automation, and keeps automation credentials outside Superagent.
Test the complete loop
- Send a Superagent webhook test event.
- Confirm the relay verifies it and starts one Claude Code task.
- Retrieve the finding through Superagent MCP.
- Investigate or remediate within the task's assigned scope.
- Return the structured agent report through Superagent MCP.
- Confirm that Superagent retained the report.
- Leave consequential changes for normal review.