Download Rapid7 Export
download_rapid7_exportStart downloading a completed Rapid7 export and loading it into the database for querying. Use after status confirms COMPLETE; progress can be polled with the status tool.
Instructions
Start downloading a completed Rapid7 export and loading it into the database.
Call this after check_rapid7_export_status confirms the export is COMPLETE. This kicks off the download and load in the background and returns immediately — large exports (potentially millions of rows) can take several minutes to load, longer than most MCP clients will wait on a single tool call. Poll progress with check_rapid7_export_status(export_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| export_id | Yes | The export ID of a completed export. | |
| export_type | No | Type of export. One of "vulnerability", "policy", "remediation", or "asset_software". | vulnerability |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |