generated: '2026-07-19' method: derived status: candidate source: https://kb.intricately.com/ note: >- No official hosted or remote MCP server was found for Intricately / Cloud Dynamics. The tools below are candidate tools derived from documented REST operations (there is no published OpenAPI spec; operations were captured from the Cloud Dynamics docs). server: name: intricately transport: http base_url: https://api.intricately.com/api/v2 auth: X-API-KEY header tools: - name: create_bulk_job description: Submit an array of domains to enrich with cloud adoption, usage, and spend data. source_operation: POST /api/v2/bulk_jobs - name: list_bulk_jobs description: List your Bulk Jobs with status, job_id, and created_at. source_operation: GET /api/v2/bulk_jobs - name: get_bulk_job_status description: Get the status of a Bulk Job by job_id and fetch results when complete. source_operation: GET /api/v2/bulk_jobs/{job_id}