# JingDigital MCP MCP

> JingDigital connects your AI agent directly to the WeChat marketing ecosystem. It lets you manage contacts, track campaign performance, and audit automation workflows without logging into a web dashboard. Your agent can list CRM contacts, get account statistics, and review active campaigns instantly.

## Overview
- **Category:** marketing-automation
- **Price:** Free
- **Tags:** wechat-marketing, customer-segmentation, campaign-tracking, crm-integration, lead-nurturing, engagement-analytics

## Description

Managing customer engagement in China's WeChat ecosystem usually means jumping through hoops: clicking tabs, running reports, and cross-referencing data across different dashboards. This MCP changes that. Instead of navigating a complex web interface, you talk to your agent. Your AI client uses this connector to pull real-time marketing data—from campaign performance to individual contact details—and present it as plain conversation. You can ask your agent to list all CRM contacts and get immediate stats on account activity for the last month. The entire Vinkius catalog of tools is available through a natural chat interface, so you never have to manually piece together different datasets again.

## Tools

### create_contact
Adds a new contact record to your CRM.

### get_account_info
Retrieves general metadata about the connected account.

### get_campaign
Gets specific details and performance data for a single marketing campaign.

### get_contact
Retrieves all detailed information about one specific contact.

### get_stats
Pulls key performance metrics and overall account statistics.

### list_assets
Shows you the digital assets available in your library for campaign use.

### list_campaigns
Lists all currently active marketing campaigns.

### list_contacts
Retrieves a list of all current CRM contacts and followers.

### list_events
Lists tracking events that have occurred across your account.

### list_workflows
Provides a list and audit of your current automation workflows.

## Prompt Examples

**Prompt:** 
```
List all CRM contacts from JingDigital.
```

**Response:** 
```
I've retrieved your CRM contacts. You have 1,200 total followers, including 50 high-value leads marked with specific segmentation tags. Would you like to view the details of the most active ones?
```

**Prompt:** 
```
Show me the performance stats for the last 30 days.
```

**Response:** 
```
I've listed the account statistics for the last 30 days. You've gained 450 new followers and reached a 15% conversion rate across your active campaigns. Should I break this down by specific marketing touchpoints?
```

**Prompt:** 
```
Check the status of campaign 'Summer-Promo-2026'.
```

**Response:** 
```
The 'Summer-Promo-2026' campaign is currently active. It has been sent to 5,000 recipients with an open rate of 42%. Would you like to see the breakdown of engagement per workflow step?
```

## Capabilities

### Manage Contacts
List and get details about specific CRM contacts and followers.

### Track Campaigns
View active marketing campaigns and retrieve their performance metadata.

### Audit Workflows
Check the status of automation workflows to make sure your marketing logic works correctly.

### View Assets
Browse available digital assets for use in campaigns.

### Review Statistics
Pull high-level account statistics and engagement metrics.

## Use Cases

### Reviewing Q3 Performance
The marketing manager needs to see how the whole quarter went. They ask their agent for stats, and it runs `get_stats`. The AI client then tells them they gained 450 followers and hit a 15% conversion rate across campaigns.

### Onboarding a New Lead
A customer service rep gets an email from a high-value lead. Instead of manually searching the CRM, they tell their agent to find the person using `get_contact` so they can review all interaction histories before replying.

### Checking Campaign Health
An ops lead needs to know why a recent campaign underperformed. They ask about it, and the agent runs `list_campaigns`, then drills down using `get_campaign` to check the specific open rate.

### Building Out Automation
A power user wants to ensure their automation logic is sound. They ask the agent to audit all workflows, which runs `list_workflows`, allowing them to spot potential errors before launch.

## Benefits

- Audit entire marketing operations without leaving the chat. Your agent can list workflows and get account statistics, which saves you from jumping between separate admin tabs.
- Go beyond simple viewing. You can create contacts directly through natural conversation using `create_contact` when a lead comes in via another channel.
- Get immediate performance feedback on specific campaigns. If you need to check the status of 'Summer-Promo-2026', your agent runs `get_campaign` and tells you the open rate immediately.
- Avoid data silos by unifying contact management. You can list contacts using `list_contacts` and then get detailed information for any one person using `get_contact`—all in one chat session.
- Stay organized with assets and tracking. Need a new image or know what happened last week? Use `list_assets` or check historical data via `list_events`.

## How It Works

The bottom line is that you talk to your agent, and it handles all the complex data retrieval behind the scenes using structured API calls.

1. Subscribe to this MCP and enter your JingDigital App ID and App Secret credentials.
2. Connect the MCP to your preferred AI client, like Claude or Cursor.
3. Ask your agent a specific question—for instance, 'What were the total open rates last month?'—and it executes the necessary tool calls.

## Frequently Asked Questions

**How do I use list_contacts with JingDigital?**
You ask your agent to run `list_contacts`. It pulls a full list of all CRM contacts, giving you the names and basic details right away.

**What does get_stats do in the JingDigital MCP?**
`get_stats` retrieves high-level performance metrics for your entire account. It’s how you quickly check overall engagement levels without digging into specific reports.

**Can I use list_workflows to audit my campaigns?**
Yes, running `list_workflows` lets you see all automated marketing processes. This is essential for making sure your campaign logic is operating correctly and hasn't broken.

**How do I create a new contact with JingDigital MCP?**
You use the `create_contact` tool by asking your agent to add a new record. You just need to provide the necessary details, and it handles the rest.

**If I need to verify my API credentials, what does `get_account_info` do?**
It fetches account metadata and verifies your current access rights. This tool confirms that the App ID and Secret you provided are correctly linked to active JingDigital resources.

**When should I use `get_contact` instead of just listing contacts?**
You need `get_contact` when you require a single user's full history. It pulls comprehensive profile data, including interaction logs and specific segmentation tags that simple list commands skip.

**What kind of performance metrics can I get using `get_campaign`?**
This tool provides deep, detailed performance metadata for a single campaign. You retrieve granular stats like open rates and recipient counts, offering more insight than general account summaries.

**How does `list_events` help me manage or audit usage patterns?**
The tool lists historical tracking events, acting as a log of your system's activity. Reviewing these records helps you identify usage spikes and optimize the frequency of your automated queries.