# Adjust Reporting Server

Access your Adjust data seamlessly from any MCP client. Query reports, metrics, and performance data on-demand to gain insights into your campaigns. Perfect for quick lookups like install numbers for…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add bitscorp-mcp/mcp-adjust

# Browse available tools
npx -y @smithery/cli@latest tool list bitscorp-mcp/mcp-adjust

# Get full schema for a tool
npx -y @smithery/cli@latest tool get bitscorp-mcp/mcp-adjust adjust-reporting

# Call a tool
npx -y @smithery/cli@latest tool call bitscorp-mcp/mcp-adjust adjust-reporting '{}'
```

## Tools (2)

- `adjust-reporting` — Adjust reporting
- `adjust-standard-report` — Get a standard Adjust report with common metrics

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get bitscorp-mcp/mcp-adjust <tool-name>
```

---

Source: https://github.com/bitscorp-mcp/mcp-adjust
