← provision-stack.com

INDIVIDUAL MCP TOOL

region.detect

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

provision-stack.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • 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.
  • deploy.list — Return the Execution API’s tracked deployments (deploymentId, status, category, createdAt) so you can select a target for status checks or teardown.