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. Agents can also update application configuration, switch a hostname, or initiate a Region move after explicit confirmation. They can inspect and explicitly confirm public TCP ingress changes or same-account, same-Region private service routes. Public ingress replaces the complete custom rule set; private routes use the fixed internal TCP port 8080. Use scoped API keys only for non-interactive local automation.

Console-only actions

AWS account onboarding, CodeConnection authorization, GitHub App installation, domain purchase, Stripe billing, team invitations, API-key issuance, and platform administration remain in the console. They require browser consent, payment, or identity controls and are intentionally not agent tools.

Read the full console guide for every console workflow and the repository MCP reference for permissions and operation details.