← Registry

DevOps

provision-stack.com

Assists with cloud deployment by generating suggestions, estimating costs, checking credentials, and detecting providers and regions.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://api.provision-stack.com/mcp

No auth detected

MCP server metadata

Name
provision-stack
Version
0.5.0
Capabilities
tools.listChanged

Known tools 12

suggestions.generate

START HERE for any deployment.

Inferred read-only
pricing.get

Estimate monthly and hourly USD cost for one cloud resource type (e.

Inferred read-only
credentials.list

Check cloud provider credential configuration without exposing secrets.

Inferred read-only
region.detect

Resolve the active region for one cloud provider from env/config, or a documented default when unset.

Inferred read-only
providers.detect

Detect all configured cloud providers and their regions in one call.

Inferred read-only
deploy.run

Provision the explicitly selected suggestion through the Execution API.

Inferred read-only
deploy.status

Check deployment progress and retrieve verification evidence when complete.

Inferred read-only
deploy.destroy

DESTRUCTIVE: permanently destroy all cloud resources owned by a deployment.

Potential side effects
deploy.list

Return the Execution API’s tracked deployments (deploymentId, status, category, createdAt) so you can select a target for status checks or teardown.

Inferred read-only
deploy.teardown_latest

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

Potential side effects
billing.balance

Return the account credit position as total, held, and available USD without modifying the balance.

Inferred read-only
billing.top_up

Create a credit top-up intent for the account (does not immediately increase balance).

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.