MCP Server
ZopNight's Model Context Protocol server lets AI assistants query your cloud infrastructure data — resources, costs, schedules, recommendations, and more — through Streamable HTTP transport.
ZopNight provides a Model Context Protocol (MCP) server that lets AI assistants query your cloud infrastructure data directly. You can ask your AI tool about resources, costs, schedules, recommendations, and more — all through natural language.
Prerequisites
Before connecting, you need:
- A ZopNight account with at least one organisation
- Admin or Editor role in the organisation
- MCP Server enabled for your organisation
- A Personal Access Token (PAT)
Follow the How to Connect guide to enable MCP and create your token.
How It Works
- Your AI tool sends a POST request to the MCP server URL with your PAT token
- The gateway validates the token and identifies your email
- The AI tool calls
list_organisationsto discover your organisations - The server checks that MCP is enabled for the requested organisation
- The server verifies you are a member of that organisation
- Results are returned as JSON to the AI tool
Connect Your AI Tool
After completing the setup, connect your preferred AI tool:
- Connect to Cursor
- Connect to Claude Code
- Connect to Codex
- Connect to Windsurf
- Connect to Antigravity
What Can You Do?
The MCP server exposes 43 read-only tools covering resources, costs, schedules, recommendations, cloud accounts, teams, budgets, metrics, billing, and audit logs. See the full list in Available Tools.
Having issues? See the Troubleshooting guide for common problems and solutions.