ASTROSCALE / PUBLIC MCP GUIDE

Agent access,
scoped.

The Astroscale MCP endpoint is https://mcp.astroscale.dev/mcp. It uses Streamable HTTP with OAuth 2.1.

Authentication

Add the endpoint in a compatible MCP client and choose Sign in. The client discovers OAuth metadata, opens Astroscale's Cognito login, and enforces your normal MFA. Your existing Astroscale role controls the available operations.

Client example

{
  "mcpServers": {
    "astroscale": {
      "url": "https://mcp.astroscale.dev/mcp"
    }
  }
}

Available operations include account and region discovery, application provisioning, deployments, write-only environment management, logs, lifecycle actions, costs, deletion tracing, and explicitly confirmed destruction. Use scoped API keys only for non-interactive local automation.