# MOBIDI MCP for AI Agents AI Agent Connect

> MOBIDI lets you manage mobile advertising campaigns with real-time bidding, audience targeting, and performance analytics for app installs. Connect your platform to an AI agent to query data, run BI reports, and perform CRUD operations on any entity type. Stop manual data entry and start using natural language to manage your mobile growth and business intelligence.

## Overview
- **Category:** erp-operations
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_bCfm1mSGyES7jy9SO3oyArC5u5elsX3AJ5rVSKAB/ai-agent-connect
- **Tags:** crud-operations, data-querying, reporting-dashboards, enterprise-data, process-automation, database-management

## Description

MOBIDI gives you a way to talk to your mobile advertising data instead of digging through spreadsheets. If you're tired of jumping between tabs to check app install stats or manually updating records, this Connector changes that. You can ask your agent to pull specific performance metrics, run your regular reports, or even create new entries in the platform using plain English. It handles the interaction with the MOBIDI platform so you can get answers in seconds. You can find this in the Vinkius catalog to get your AI agent connected to your business intelligence data quickly. It turns your ad data into a conversational resource, making it much easier to see what's working and what isn't.

## Tools

### check_mobidi_status
Verify the current connection status to the MOBIDI platform. Use this to ensure your agent is still connected correctly.

### create_record
Create a new record in your platform. Use this to add new data entries without manual form filling.

### delete_record
Delete a specific record from your MOBIDI platform. This is useful for cleaning up old or incorrect data entries.

### execute_report
Run a specific report within the MOBIDI system. This lets you get immediate results for your performance analytics.

### 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.

### get_record_count
Get the total count of records for a specific category. This helps you quickly understand the scale of your data.

### get_report
Retrieve the details of a specific report. Use this to inspect the contents of an existing report before running it.

### get_services
List the system services available in your MOBIDI account. This helps you see what platform features are currently active.

### list_entity_types
List all available entity types in the data model. Use this to discover what kind of data objects you can manage.

### list_records
Query and list records based on your specific criteria. This is the primary way to search through your advertising data.

### update_record
Update an existing record in the MOBIDI system. This is perfect for changing statuses or updating campaign details.

### list_reports
List all the reports available in your platform. Use this to see what kinds of performance analytics you can run.

## Prompt Examples

**Prompt:** 
```
Show me all active campaigns with a high conversion rate.
```

**Response:** 
```
I've analyzed your active campaigns. Here are the top performers:

| Campaign Name | Conversion Rate | Status |
| :--- | :--- | :--- |
| **Summer App Blast** | 14.2% | Active |
| **Influencer Push** | 12.8% | Active |
| **Retargeting_A** | 9.5% | Active |

Would you like me to pull the full record for the **Summer App Blast**?
```

**Prompt:** 
```
Run the last monthly sales report.
```

**Response:** 
```
Executing the monthly sales report now...

**Monthly Sales Summary:**
- **Total Revenue:** $45,200.50
- **Top Region:** North America
- **Growth:** +15% vs last month

*Report details have been successfully retrieved from the MOBIDI platform.*
```

**Prompt:** 
```
List all the different types of entities I can manage.
```

**Response:** 
```
You can manage the following entity types within your MOBIDI platform:

- Customers
- Orders
- Products
- Invoices
- Suppliers
- Employees
- Projects
- Tasks
- Reports
- Categories
- Departments
- Locations
```

## Capabilities

### Query campaign records
Ask your agent to find specific data points using list_records.

### Run performance reports
Get immediate results from your reports using execute_report.

### Update campaign data
Modify existing records on the fly using update_record.

### Create new entries
Add new records to the platform using create_record.

### Explore data types
See your full data structure using list_entity_types.

### Check connection status
Ensure your agent is synced with check_mobidi_status.

## Use Cases

### Auditing campaign performance
An ad ops manager asks the agent to find all campaigns with an ROAS under 2.0. The agent uses list_records to identify them and presents a summary.

### Automated reporting
A growth lead wants the monthly sales numbers. They ask the agent to run the report, and it uses execute_report to provide the data.

### Record cleanup
A data analyst needs to update 50 records at once. They tell the agent to update the status of all old campaigns using update_record.

### Data exploration
A new team member wants to know what data is available. They ask the agent to list entity types using list_entity_types to see the schema.

## Benefits

- Get instant answers to campaign questions by using list_records to filter data without manual searching.
- Automate your weekly reporting by using execute_report to pull the latest numbers directly into your chat.
- Keep your records accurate by using update_record to change status or details across the platform.
- Quickly see your data structure by using list_entity_types to understand what you can manage.
- Save time on data entry by using create_record to add new entries to the platform via voice or text.
- Verify your connection instantly with check_mobidi_status to ensure your agent always has access.

## How It Works

The bottom line is you get a conversational interface for your mobile advertising business intelligence.

1. Connect your MOBIDI account to the Vinkius platform.
2. Authorize your AI client to access the specific data and reporting tools.
3. Ask your agent to query records, run reports, or update campaign data.

## Frequently Asked Questions

**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.