Navigation
mcp-adjust: Real-Time Analytics & Effortless Reporting - MCP Implementation

mcp-adjust: Real-Time Analytics & Effortless Reporting

Unlock real-time insights and streamline reporting with mcp-adjust’s Adjust Reporting API –精准分析您的数据,effortlessly boost decision-making and ROI." )

Research And Data
4.2(152 reviews)
228 saves
106 comments

Ranked in the top 3% of all AI tools in its category

About mcp-adjust

What is mcp-adjust: Real-Time Analytics & Effortless Reporting?

mcp-adjust is a purpose-built MCP server designed to bridge the Adjust analytics platform with MCP-compatible clients like Cursor or Claude Desktop. By integrating directly with Adjust’s API, it enables seamless access to critical performance metrics, campaign data, and real-time reporting capabilities. This tool empowers users to query install numbers, track revenue trends, and analyze attribution data without leaving their preferred workflow environment.

How to use mcp-adjust: Real-Time Analytics & Effortless Reporting?

Adopting mcp-adjust follows three core steps:
1. Obtain your Adjust API key from your account dashboard.
2. Select your deployment method: use Smithery’s automated install for streamlined setup, or manually configure via CLI for advanced control.
3. Execute queries through your MCP client by framing natural language requests like “Show me net revenue for the past week.”

mcp-adjust Features

Key Features of mcp-adjust: Real-Time Analytics & Effortless Reporting?

  • Instant API integration: Leverages Adjust’s full API capabilities to fetch up-to-the-minute campaign data
  • Cross-client compatibility: Works natively with Cursor, Claude Desktop, and any MCP-compliant interface
  • Configurable execution: Supports both automated installation workflows and custom local deployments
  • Query flexibility: Accepts natural language prompts for ad-hoc analysis without rigid syntax requirements

Use cases of mcp-adjust: Real-Time Analytics & Effortless Reporting?

Common scenarios include:
• Rapid campaign diagnostics: “What’s the install count for Campaign XYZ since launch?”
• Performance benchmarking: “Compare click-through rates between iOS and Android this quarter.”
• Revenue validation: “Generate a 7-day rolling revenue report for validation.”

mcp-adjust FAQ

FAQ from mcp-adjust: Real-Time Analytics & Effortless Reporting?

Q: Does mcp-adjust support all Adjust API endpoints?
A: Current coverage includes core reporting endpoints with expansion planned. Request specific features via GitHub or submit PRs directly.

Q: Can I use this without Smithery?
A: Yes – manual setup via npm or local node execution provides full functionality for advanced users.

Q: How is API rate limiting handled?
A: Adjust’s standard API rate limits apply. Recommendations: cache frequent queries and avoid redundant requests.

Q: Where do I find my API key?
A: Navigate to Adjust’s account settings under the API credentials section.

Content

Adjust MCP smithery badge

Simple MCP server that interfaces with the Adjust API, allowing you to talk to your Adjust data from any MCP client like Cursor or Claude Desktop. Query reports, metrics, and performance data. Great for on-demand look ups like: "What's the install numbers for the Feb 1 campaign?"

I am adding more coverage of the Adjust API over time, let me know which tools you need or just open a PR.

Installation

Make sure to get your Adjust API key from your Adjust account settings.

Installing via Smithery

To install adjust-mcp for Claude Desktop automatically via Smithery:

bash npx -y @smithery/cli install @bitscorp-mcp/mcp-adjust --client claude

To install adjust-mcp for Cursor, go to Settings -> Cursor Settings -> Features -> MCP Servers -> + Add

Select Type: command and paste the below, using your API key from Adjust npx -y @smithery/cli@latest run @bitscorp/mcp-adjust --config "{\"apiKey\":\"YOUR_ADJUST_API_KEY\"}"

Clone and run locally

Clone this repo Run npm run build Paste this command into Cursor (or whatever MCP Client) node /ABSOLUTE/PATH/TO/adjust-mcp/build/mcp-adjust.js YOUR_ADJUST_API_KEY

Examples

  • use adjust report revenue for the last 7 days

Related MCP Servers & Clients