DevOps
provision-stack.com
Assists with cloud deployment by generating suggestions, estimating costs, checking credentials, and detecting providers and regions.
ENDPOINT 1
https://api.provision-stack.com/mcp
MCP server metadata
- Name
- provision-stack
- Version
- 0.5.0
Known tools 12
credentials.listCheck cloud provider credential configuration without exposing secrets.
Inferred read-onlyregion.detectResolve the active region for one cloud provider from env/config, or a documented default when unset.
Inferred read-onlyproviders.detectDetect all configured cloud providers and their regions in one call.
Inferred read-onlydeploy.statusCheck deployment progress and retrieve verification evidence when complete.
Inferred read-onlydeploy.destroyDESTRUCTIVE: permanently destroy all cloud resources owned by a deployment.
Potential side effectsdeploy.listReturn the Execution API’s tracked deployments (deploymentId, status, category, createdAt) so you can select a target for status checks or teardown.
Inferred read-onlydeploy.teardown_latestDESTRUCTIVE: destroy the newest active deployment, or all active deployments when all=true.
Potential side effectsbilling.balanceReturn the account credit position as total, held, and available USD without modifying the balance.
Inferred read-onlybilling.top_upCreate a credit top-up intent for the account (does not immediately increase balance).
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.