MOBIDI Connector for AI agents.
12 live capabilities
Manage mobile advertising campaigns and app install analytics through natural language.
Waiting for input…
Why people use MOBIDI
MOBIDI Mobile Advertising Data Management
With this Connector, you just ask your agent for the numbers. You can request a summary of your active campaigns or pull specific records without ever leaving your chat interface. You get the data you need instantly, allowing you to spend more time on strategy and less time on data entry.
What Vinkius changes
You get a conversational interface for your mobile advertising business intelligence.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Auditing campaign performance
An ad ops manager asks the agent to find all campaigns with an ROAS under 2.
- Real-world use case 02
Automated reporting
A growth lead wants the monthly sales numbers.
- Real-world use case 03
Record cleanup
A data analyst needs to update 50 records at once.
Complete set · 12capabilities
The complete MOBIDI capability set.
These are the exact actions your AI can choose when you ask it to work with MOBIDI.
01—04
4 capabilities in this set.
Part of 12 available through MOBIDI.
- 01 Capability
Check mobidi status
Verify the current connection status to the MOBIDI platform. Use this to ensure your agent is still connected correctly.
- 02 Capability
Create record
Create a new record in your platform. Use this to add new data entries without manual form filling.
- 03 Capability
Delete record
Delete a specific record from your MOBIDI platform. This is useful for cleaning up old or incorrect data entries.
- 04 Capability
Execute report
Run a specific report within the MOBIDI system. This lets you get immediate results for your performance analytics.
05—08
4 capabilities in this set.
Part of 12 available through MOBIDI.
- 05 Capability
Get record by id
Fetch a single record using its unique ID. Use this when you need to see the full details of one specific entry.
- 06 Capability
Get record count
Get the total count of records for a specific category. This helps you quickly understand the scale of your data.
- 07 Capability
Get report
Retrieve the details of a specific report. Use this to inspect the contents of an existing report before running it.
- 08 Capability
Get services
List the system services available in your MOBIDI account. This helps you see what platform features are currently active.
09—12
4 capabilities in this set.
Part of 12 available through MOBIDI.
- 09 Capability
List entity types
List all available entity types in the data model. Use this to discover what kind of data objects you can manage.
- 10 Capability
List records
Query and list records based on your specific criteria. This is the primary way to search through your advertising data.
- 11 Capability
Update record
Update an existing record in the MOBIDI system. This is perfect for changing statuses or updating campaign details.
- 12 Capability
List reports
List all the reports available in your platform. Use this to see what kinds of performance analytics you can run.
Set up in minutes
One URL. Then ask MOBIDI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use MOBIDI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it MOBIDI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable MOBIDI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the MOBIDI URL.
- Step 03
Save and start
Save the connection and enable MOBIDI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"mobidi": {
"url": "https://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using MOBIDI
Open Agent mode in chat and ask: "Using MOBIDI, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"mobidi": {
"url": "https://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using MOBIDI
Ask Copilot: "Using MOBIDI, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"mobidi": {
"url": "https://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using MOBIDI
Open Cascade and ask: "Using MOBIDI, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"mobidi": {
"url": "https://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using MOBIDI
Ask Cline: "Using MOBIDI, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add mobidi --transport http "https://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using MOBIDI
Ask Claude: "Using MOBIDI, show me...". 12 tools are ready
Where the request belongs
Work MOBIDI can move forward.
This is for the ad ops manager who's tired of clicking through dashboards at 2am to find one specific campaign metric. It's for the growth lead who needs to see app install stats across multiple regions without manual exports.
Ad Ops Manager
Manages daily campaign updates and record maintenance using update_record and create_record.
Growth Marketer
Pulls performance analytics and reports using list_records and execute_report to adjust strategy.
BI Analyst
Explores the data model and runs custom queries using list_entity_types and list_reports to build insights.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDigital Turbine
Equip your AI agent to manage mobile growth campaigns, track app monetization, and monitor performance via the Digital Turbine API.
Pendo
Understand product usage, guide users with in-app walkthroughs, and collect feedback that shapes your roadmap with precision.
NinjaCat
Manage marketing reporting and advertisers via NinjaCat. track reports, data sources, and campaigns directly from your AI agent.
Liftoff
Access mobile advertising performance reports and metadata via the Liftoff REST API.
Adjust
Mobile measurement and attribution. track app installs, events, and performance via AI.
TopOn / Mobvista
Ad mediation and monetization platform for mobile games. monitor revenue, manage waterfalls, and optimize eCPM via AI.
Bring your own AI
Change the model, client or framework. Keep MOBIDI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about MOBIDI.
The practical details behind the request, access and result.
Can I use MOBIDI to see my app install stats?
Yes, you can ask your agent to pull specific performance metrics and app install data directly from the platform. This saves you from manual data exports.
How does MOBIDI help with mobile advertising?
It connects your ad data to your AI agent, allowing you to query campaigns, check statuses, and manage records using natural language.
Can my AI agent update records in MOBIDI?
Yes, your agent can create new entries, update existing statuses, and delete records to keep your platform data organized and current.
How do I run reports using the MOBIDI MCP?
Just ask your agent to run a specific report. It will fetch the latest results and summarize the key performance indicators for you.
Is MOBIDI good for mobile growth teams?
It is perfect for growth teams who need to quickly analyze campaign performance and manage large amounts of advertising data without manual effort.
Can I see all the types of data I can manage with MOBIDI?
Your agent can list all available entity types, giving you a clear overview of the data objects you can interact with on the platform.
Does the MOBIDI MCP support bulk record updates?
While it handles record updates via your agent, it is highly efficient for modifying specific data points across your platform records.
Can my AI run custom queries?
Yes. list_records accepts a query object to filter and retrieve specific records from the database.
Can I create and update data?
Yes. create_record, update_record, and delete_record provide full CRUD operations on any entity type.
Can I run BI reports?
Yes. execute_report runs any configured report and returns the results. Use list_reports to see what is available.
One connection away
Give your agent a direct line to MOBIDI.
Connect MOBIDI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available