# Jebbit MCP

> Jebbit allows your AI client to analyze zero-party consumer data collected from interactive experiences like quizzes and surveys. It retrieves detailed attributes, tracks active audience segments, and lists all available content for marketing automation planning. Use this MCP to automate insights gathering on purchase intent, color preferences, and user behavior without manual dashboard checks.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Tags:** zero-party-data, consumer-insights, audience-segmentation, interactive-content, marketing-automation, reporting

## Description

This MCP gives your agent access to deep consumer data gathered from interactive experiences. Instead of manually checking multiple dashboards to see what users are interested in, you can ask the agent to gather that information directly. It lets you list all available content, check which audience segments were created, and pull specific attributes—like a user's stated favorite color or their purchase intent score. By connecting this via Vinkius, your AI client gets a single source of truth for behavioral insights. You can monitor reporting jobs status and verify account details, making sure every piece of data you need is always available to build better campaigns.

## Tools

### get_account
Verifies your Jebbit account details and current status.

### get_experience
Retrieves detailed results for a specific quiz or survey experience.

### list_attributes
Lists all zero-party consumer attributes, such as purchase intent or favorite color, captured across experiences.

### list_campaigns
Lists every active marketing campaign tied to your interactive content.

### list_experiences
Returns a list of all available interactive experiences by name, ID, and publication status.

### list_integrations
Lists all external platforms currently connected to your Jebbit account for data flow verification.

### list_reporting_jobs
Checks the status and history of large, asynchronous data reporting requests.

### list_segments
Retrieves a list of defined audience segments for targeted marketing efforts.

### list_users
Lists all users who have access to the platform, useful for auditing permissions.

### list_webhooks
Displays a list of configured webhooks used for system integration and data flow tracking.

## Prompt Examples

**Prompt:** 
```
List all interactive experiences in my Jebbit account.
```

**Response:** 
```
I'll fetch the list of your active Jebbit experiences for you.
```

**Prompt:** 
```
Show me the consumer attributes captured by my quizzes.
```

**Response:** 
```
I'll retrieve the list of attributes and zero-party data points from Jebbit.
```

**Prompt:** 
```
Check for any recent reporting jobs.
```

**Response:** 
```
I'll look up the status of your recent data reporting jobs in Jebbit.
```

## Capabilities

### Audit Account Status
Verifies the current operational status and core settings for your connected Jebbit account.

### Identify Available Experiences
Retrieves a list of all interactive content, such as quizzes or surveys, that you can analyze.

### Pull Consumer Attributes
Gathers specific zero-party data points captured during experiences, detailing things like user preferences and purchase intent.

### Manage Audience Segments
Lists all defined audience groups, making it easy to target high-value cohorts for marketing efforts.

### Monitor Reporting Jobs
Checks the status of large data requests, ensuring that complex reports finish when you expect them to.

## Use Cases

### Need to launch a targeted campaign based on quiz results.
A Growth Manager needs to run a new ad targeting people who showed high purchase intent. They ask their agent to first `list_attributes` to confirm 'purchase_intent' exists, then use that data to build or validate a segment via `list_segments`, and finally get the list of all active campaigns using `list_campaigns` before building the campaign.

### Auditing platform access for compliance.
The Compliance Officer needs assurance that only authorized personnel can see sensitive data. They instruct their agent to run `list_users` and cross-reference it with `list_webhooks` to confirm who has system access and where external data is being sent.

### Investigating a sudden drop in content visibility.
The Content Strategist notices some quizzes aren't showing up. They ask their agent to run `list_experiences` to get the full list of IDs and publication statuses, immediately identifying which interactive content needs fixing.

### Verifying data sources before a major project.
The Dev Team Lead must ensure all necessary data streams are connected. They run `list_integrations` to confirm connections and then check `get_account` to verify the core API status before writing any code.

## Benefits

- Instead of checking multiple tabs, you can get a list of all available content using `list_experiences`. Your agent knows exactly what interactive tools are ready for analysis.
- Pinpoint consumer intent. Use `list_attributes` to pull specific zero-party data points—things like favorite color or purchase likelihood—that drive targeting decisions.
- Automate audience definition. The `list_segments` tool lets you instantly identify and work with high-value user groups without manual segment building.
- Track everything automatically. If a large report is running, use `list_reporting_jobs` to check its status instead of waiting by the dashboard.
- Verify your setup quickly. Check account health using `get_account` or audit data flow paths by listing integrations with `list_integrations`.

## How It Works

The bottom line is, you move from asking 'where is the data?' to simply asking 'what does the data say?'

1. First, your agent uses `list_experiences` or `list_attributes` to identify the specific content and data points needed for the analysis.
2. Next, it calls a function like `get_experience` or `list_segments` to retrieve the actual consumer records, segment definitions, or account details.
3. Finally, your agent processes this raw data—for example, using `list_reporting_jobs`—to deliver actionable insights about user behavior.

## Frequently Asked Questions

**How do I check which quizzes or surveys are active in Jebbit using `list_experiences`?**
You run `list_experiences`. This returns the names, IDs, and current publication status for all your interactive content. It's the first step to knowing what data is available.

**What does `list_attributes` show me about consumer behavior?**
`list_attributes` shows you every unique zero-party data point collected, like 'purchase intent' or 'favorite color'. This tells you the specific insights you can use for targeting.

**Can I see which marketing campaigns are tied to my user base using `list_campaigns`?**
Yes. Running `list_campaigns` retrieves a comprehensive list of every active campaign that uses your interactive content, helping you map your efforts.

**What should I check if my large reports are failing using `list_reporting_jobs`?**
You use `list_reporting_jobs` to check the status of previous data requests. This tells you if a job failed, succeeded, or is still running.

**How do I verify my account status before running complex queries using `get_account`?**
You use `get_account` to retrieve your current account details. This is the best way to confirm that the MCP has all necessary permissions and that your connection credentials are active.

**If I need to audit who can access my data, what does `list_users` show me?**
`list_users` provides a complete roster of every platform user. This is essential for security checks and identifying which accounts have permission to run reports.

**How do I check which other platforms are receiving data from Jebbit using `list_integrations`?**
Running `list_integrations` shows all external systems currently connected. This confirms that your zero-party data is flowing correctly to every intended marketing platform.

**If I want to target specific high-value groups, what does `list_segments` retrieve?**
`list_segments` retrieves a list of all defined audience cohorts. This helps you narrow down your efforts and focus campaigns only on the most valuable customer segments.

**How do I get Jebbit API credentials?**
You need a Client ID and Client Secret. Please contact your Jebbit account representative or visit the developer settings in your Jebbit dashboard to obtain these credentials.

**What is zero-party data?**
Zero-party data is data that a customer intentionally and proactively shares with a brand, often through interactive experiences like quizzes or surveys.

**Can I see campaign performance?**
Yes, the list_reporting_jobs and get_experience tools allow you to access data related to how users are interacting with your Jebbit content.