MCP Tool · Discovery

cloud_stitching

Discovers public AWS assets (Route53 domains, CloudFront distributions, S3 buckets) via a customer-provided cross-account IAM read role and stitches them into the asset graph.

Input

NameTypeRequiredDescription
asset_idstringyesUUID of the root asset (domain or org) that owns this AWS account.
aws_account_idstringyesThe customer's 12-digit AWS account ID.

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/cloud_stitching \
  -d '{"asset_id":"<string>","aws_account_id":"<string>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "cloud_stitching",
    "arguments": {
        "asset_id": "<string>",
        "aws_account_id": "<string>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Discovery


Browse the full MCP server documentation or jump to the API key management page in your dashboard.