Skip to content

MobileAction MCP Server Setup

MobileAction hosts a remote MCP server at:

bash
https://mcp.mobileaction.co/mcp

Authentication is handled through a personal access token added to the end of the server URL. Your tokened link looks like this:

bash
https://mcp.mobileaction.co/mcp?token=YOUR-API-TOKEN

Replace YOUR-API-TOKEN with the token provided by your Customer Success Manager. Anyone with this link can query your MobileAction data, so treat it like a password.

Claude (web and desktop)

No code editor or configuration file needed. Add MobileAction as a custom connector in Claude using the server URL above, and Claude can query your MobileAction data directly in conversation. For the full walkthrough, see our help center article: Connect MobileAction to Claude.

ChatGPT (web)

Set up MobileAction as a custom app in ChatGPT, then select it from the Developer mode menu in any conversation. You will need Developer mode turned on in your ChatGPT settings first, and in a managed workspace, an admin may need to grant permission. For the full walkthrough, see our help center article: Connect MobileAction to ChatGPT.

Gemini CLI

Add MobileAction to the mcpServers object in your Gemini CLI settings file, with your API key stored in your environment file rather than hardcoded in the config. For the full walkthrough, see our help center article: Connect MobileAction to Gemini CLI.

Testing your setup

Once connected, start a new chat and try questions like:

  • "What are my top keywords for [app ID] in the US App Store?"
  • "Pull the last 30 days of download estimations for [competitor app] and summarize the trend."
  • "Which advertisers ran the most creatives in the Finance category last month?"
  • "Show me an example request for the keyword ranking endpoint."

The assistant now has access to your MobileAction account data and API documentation through the MCP server.

NOTE

  • The MCP server reports the data. Analysis and decisions stay with you and your assistant.
  • Requests made through MCP draw from the same credit allowance as direct API calls.