Labsco
MCP SERVER · OFFICIAL PROJECT

CloudX Provisioning

by cloudx

17 documented tools on a provisioning endpoint, behind OAuth 2.1 with proper discovery metadata.

Cloud Resources & Infrastructure as CodeOfficial source
Summary
Provisioning tools deserve the same caution as a deploy pipeline — read the examples before connecting.

An endpoint named provisioning is one that creates and destroys infrastructure. CloudX does the protocol part properly — a 401 that tells the client where to authenticate is what lets a connection configure itself — but the operational question is scoping, and that is worth reading their tools page for before an agent has a token. Their examples page exists; use it.

What it is

CloudX's provisioning endpoint. The address itself says what it does — this is infrastructure provisioning rather than a read-only API.

What you get

17 tools by the vendor's documentation, with a dedicated tools page and worked examples. The endpoint returns 401 with discovery metadata rather than listing anything anonymously.

Requirements

OAuth 2.1 bearer. An unauthenticated initialize returns 401 with WWW-Authenticate resource metadata, which is the correct behaviour and makes client auto-configuration possible.

Setup effort

Paste a URL, then authorize — add the endpoint to your client, then approve the OAuth consent screen