← provision-stack.com

INDIVIDUAL MCP TOOL

deploy.teardown_latest

DESTRUCTIVE: destroy the newest active deployment, or all active deployments when all=true.

provision-stack.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent endpoint

provision-stack.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.provision-stack]
url = "https://api.provision-stack.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "provision-stack": {
      "type": "http",
      "url": "https://api.provision-stack.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: provision-stack
Remote MCP URL: https://api.provision-stack.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "provision-stack": {
      "url": "https://api.provision-stack.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "provision-stack": {
      "type": "http",
      "url": "https://api.provision-stack.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "provision-stack",
  "transport": "streamable-http",
  "url": "https://api.provision-stack.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • suggestions.generate — START HERE for any deployment.
  • pricing.get — Estimate monthly and hourly USD cost for one cloud resource type (e.
  • credentials.list — Check cloud provider credential configuration without exposing secrets.
  • region.detect — Resolve the active region for one cloud provider from env/config, or a documented default when unset.
  • providers.detect — Detect all configured cloud providers and their regions in one call.
  • deploy.run — Provision the explicitly selected suggestion through the Execution API.
  • deploy.status — Check deployment progress and retrieve verification evidence when complete.
  • deploy.destroy — DESTRUCTIVE: permanently destroy all cloud resources owned by a deployment.