Cloud cost, inventory and governance on AWS/Azure/GCP. Read-only by default, optional scoped writes
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.
💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Cloud cost, inventory and governance on AWS, Azure and GCP — read-only by default, with optional scoped writes.
A hosted, remote Model Context Protocol server that gives an AI assistant grounded access to your ZopDev organisation's cloud estate: what is running, what it costs, what is wasted, what is scheduled, who owns it, and what shipped.
Point Claude Code, Claude Desktop, Cursor or Codex at it and ask questions that previously took six browser tabs and a spreadsheet — which non-production databases ran all weekend, what is our month-to-date Azure spend, show me every open recommendation over $500 a month we can apply without stopping anything.
One server covers both ZopDev products:
Remote and hosted — there is nothing to install, build or run.
| Endpoint | https://api.zop.dev/mcp-server |
| Transport | streamable-http (JSON-RPC 2.0 over HTTP POST) |
| Auth | OAuth 2.1 (recommended) or a personal access token |
| Tools | 289 — 165 read, 124 write |
| Default access | Read-only. Writes are opt-in per organisation and scoped per token |
| Privacy policy | https://zop.dev/legal/privacy-policy |
| Terms of service | https://zop.dev/legal/website-terms-of-service |
MCP is enabled per organisation and is off by default. An admin (anyone with the Organisation Update permission) turns it on in Settings → Organisation → MCP Server, and chooses a write access level. That is the one step you may need to ask someone else for.
Once it is on, most clients will sign you in — there is nothing to copy by hand.
Any client that can open a browser discovers the sign-in flow by itself. Add the URL and approve the consent screen; the client handles registration, PKCE and token refresh.
Claude Code
Cursor / Claude Desktop / Codex
VS Code
The -t http flag on Claude Code is required — it selects Streamable HTTP transport. Without
it, Claude Code treats the URL as a command to execute rather than a server to call.
On first use you are sent to a ZopDev consent screen listing the scopes requested (mcp:read,
mcp:write) and the exact write tools each admits. Approve, and you are connected. The client
then appears under Connected Apps, where you can revoke it at any time.
Create one under your profile → Developer Settings
→ Create Token, ticking the write capabilities it should carry. It is shown once and starts
zn_pat_.
A PAT carries your identity — it can do what you can do, and no more. Every call resolves your live role, so a role change or removal takes effect on the next request with no re-mint.
Open the MCP Servers icon → Remote Servers tab, enter the URL and pick Streamable
HTTP. If you prefer editing the config directly, note that Cline wants an explicit type, and
spells it in camelCase:
Continue is configured in YAML rather than JSON, and the auth header goes under
requestOptions:
Omit requestOptions if you would rather sign in through OAuth.
Any MCP client supporting a remote server and bearer-token auth works with the same URL. Per-client guides: ZopNight · ZopDay
Ask your assistant:
This calls list_organisations — the only tool that takes no arguments, which makes it the
cleanest test of the connection itself. Every other tool needs an org_id that this one
returns.
Then ask "What are my ZopDev permissions?" to see exactly what your session can reach.
Once connected, these work against your own estate. Each one is read-only — nothing below changes a resource:
Reads cover your estate end to end:
Where a write tier permits them, mutating tools cover budgets, schedules, overrides, resource groups, start/stop, autoscaler and event-readiness lifecycle, policies, notifications, integrations, dashboards, provisioning, deploys and remediation workflows.
| Category | Tools | Read | Write | What it covers |
|---|---|---|---|---|
| Introspect | 4 | 4 | 0 | what your own token can do |
| Explore | 24 | 20 | 4 | organisations, cloud accounts, resources, teams, discovery status |
| Cost | 58 | 48 | 10 | cost and savings summaries, breakdowns, trends, budgets, billing sync |
| Optimize | 21 | 10 | 11 | recommendations and their savings, schedules, overrides, resource groups |
| Operate | 55 | 24 | 31 | start/stop history, actions, scheduler events, provisioning jobs |
| Govern | 94 | 36 | 58 | tagging policies, smart tags, roles, users, audit logs, notifications |
| Ship | 24 | 14 | 10 | projects, environments, Services, infrastructure, deploy status |
| Diagnose | 9 | 9 | 0 | metrics, error detail, state behind a failed deploy or job |
| Total | 289 | 165 | 124 |
List tools forward the full filter, sort and pagination surface of the underlying API rather
than a reduced subset. tools/list is filtered per caller — a tool is advertised if and only
if the gate would allow you to invoke it, so an assistant is never shown a capability it
cannot use.
The write surface is inert until three separate things are true, and none of them live in this repository.
No reviews yet — be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/zopdev-mcp)<a href="https://allmcps.com/mcp/zopdev-mcp"><img src="https://allmcps.com/api/badge/zopdev-mcp?style=directory" alt="ZopDev MCP on AllMCPs" /></a>