// your integrations
Connect another agent
Use the vendor-neutral webhook and MCP contract with another coding or security agent.
Any customer agent can participate in the security factory when it can receive a signed finding, use Superagent MCP, act within a defined scope, and return a structured agent report.
Connection contract
- Store a dedicated Superagent API key in the agent environment.
- Connect
https://www.superagent.sh/mcpwith bearer authentication. - Configure a signed Superagent webhook for finding delivery.
- Verify and deduplicate events before starting work.
- Retrieve current finding context through Superagent MCP.
- Investigate, remediate, or record a disposition.
- Return a structured agent report through Superagent MCP.
- Confirm that Superagent retained the report.
- Require human approval for consequential changes.
Client-specific configuration
Use the MCP client's documented Streamable HTTP configuration. Keep the Superagent API key in the client's secret storage or environment. Keep third-party credentials at the receiving agent or relay rather than sending them as Superagent webhook headers.
Verify the integration
Send one webhook test event, confirm one agent task starts, read the matching finding through MCP, return a structured agent report, and confirm that the report appears in Superagent customer context.