Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt

Use this file to discover all available pages before exploring further.

CloudX MCP

CloudX provides a hosted Model Context Protocol server for reporting and documentation workflows. It lets AI clients query CloudX data and search CloudX docs directly. Server URL:
https://provisioning.cloudx.io/mcp

Installation

Add CloudX MCP to ChatGPT, Claude Code, Cursor, or Codex.

Tool Reference

Exact tool names, parameters, enums, and response shapes.

Examples

Real prompts and payloads you can adapt directly.

When To Use MCP

Use CloudX MCP when you want an AI client to:
  • compare bidder, app, ad unit, and dashboard performance
  • filter reports by country, platform, test traffic, or app bundle
  • export tabular rows for downstream analysis
  • search CloudX documentation before answering product or integration questions
  • answer reporting questions in natural language and still use exact CloudX data

Available Tools

  • GetReportDashboard
  • GetReportBidders
  • GetReportApps
  • GetReportAdUnits
  • GetReportExport
  • SearchDocs

Supported Clients

This guide includes installation steps for:
  • ChatGPT
  • Claude Code
  • Cursor
  • Codex

Shared Concepts

  • start_time and end_time are required for every reporting tool.
  • Both timestamps are Unix seconds in UTC.
  • country is an ISO-2 filter such as US or GB.
  • device_os must be exactly iOS or Android.
  • test_mode is available on all reporting tools except GetReportExport.
  • SearchDocs uses a required body.query string and does not use reporting filters.