MCP V1.0 GA

Drive your cloud
from Claude Code.

~60 MCP tools. Everything Foundry does, available to any MCP client over a Streamable HTTP bridge or stdio.

claude-terminal — foundry-mcp
claude-code foundry_plan_stack --id prod-us-east-1
[INFO] Initializing Foundry MCP Handshake...
[INFO] Tool: foundry_plan_stack detected.
[INFO] Resolving cloud dependencies for "prod-us-east-1"...
Graph Resolution100%
check_circleTopological Order Resolved
1. VPC (No Change)
2. DB_Cluster (Modified: scale-up)
3. ECS_Service (Pending: re-deployment)
Executing agentic remediation
0msInventory Latency
100%Type Coverage
24/7WebSocket Uptime
60+MCP Endpoints
build_circleFoundry Core

60+ MCP Tools

Comprehensive infrastructure surface area exposed through primitive actions.

  • inventory_scan
  • remediate_finding
  • synthesize_stack
  • simulate_blast_radius
  • drift_detect_all
hubHTTP Bridge

Streamable Bridge

High-throughput /mcp endpoint for long-running infrastructure ops.

ENDPOINT
POST /api/v1/mcp/stream

Supports Server-Sent Events (SSE) for real-time progress of terraform-style plans and cloud-init monitoring.

securityAutonomous

Agentic Governance

AI agents use Foundry's safety gates for autonomous remediation.

SAFE MODE ENABLED
Policy: Non-Destructive Only

Zero to MCP in
under 60 seconds.

Whether you are using Claude Desktop or building a custom TypeScript agent, Foundry fits into your existing toolchain via a simple JSON configuration or a few lines of code.

data_object

Foundry TS-SDK

Import pre-typed tool definitions for high-speed agent development.

settings_input_component

CLI Integration

Standard I/O bridge for any LLM-powered command line interface.

{
  "mcpServers": {
    "foundry": {
      "command": "npx",
      "args": [
        "-y",
        "@foundry/mcp-server"
      ],
      "env": {
        "FOUNDRY_API_KEY": "sk_live_...",
        "AWS_REGION": "us-east-1"
      }
    }
  }
}
JSON Config — Ready to Pipe

Build the future of Autonomous Infra.

Start interacting with your AWS environment using the Model Context Protocol today. No new dashboards. Just your code and Claude.