# Patreon (Creator Subscriptions) MCP for AI Agents AI Agent Connect

> Patreon (Creator Subscriptions) MCP lets you manage your Patreon account through your AI agent. You can pull campaign lists, check member details, monitor posts, and manage webhooks without switching tabs. It's built for creators who want to keep their membership data organized and accessible while staying in their main workspace.

## Overview
- **Category:** productivity
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_oarWx7xmbx3ROnqWf03RYtNlZk1rW5wHQmVTSwcq/ai-agent-connect
- **Tags:** patreon, creator-economy, subscription-management, membership-tracking, content-creators

## Description

Managing a creator community usually involves jumping between several tabs to check who joined, what posts are live, and how many campaigns are running. This Connector changes that by bringing all your Patreon data directly into your AI client. Instead of digging through a dashboard, you can just ask your agent to summarize your recent member growth or pull up the latest posts for a specific campaign. It handles the heavy lifting of fetching member lists and campaign details so you can focus on making content. If you're setting up custom notifications, you can use it to manage your webhooks too. It's one of the many tools available in the Vinkius catalog that makes it easier to keep your membership data organized and accessible. You won't have to copy and paste data between your browser and your notes anymore. Everything you need to see your audience and your content schedule is available through a simple chat interface.

## Tools

### list_campaign_members
Pull a list of all members belonging to a specific campaign. It helps you see who is currently signed up.

### list_campaign_posts
See every post associated with a specific campaign. Use this to audit your content history.

### update_webhook
Change the settings or URL of an existing webhook. This is useful for updating your notification endpoints.

### list_webhooks
See all the webhooks currently created for your account. This helps you keep track of your active integrations.

### list_campaigns
Get a list of all campaigns you own. This provides a high-level view of your active memberships.

### create_webhook
Set up a new webhook for events like new members or published posts. It automates your real-time notifications.

### delete_webhook
Remove a webhook that you no longer need. Use this to clean up old integrations.

### get_campaign
Pull the specific details for one of your campaigns. This gives you a deep dive into a single membership.

### get_member
Get the individual details for a specific member. This is perfect for troubleshooting a specific user's issue.

### get_identity
Get the profile details and permissions for your authenticated account. This helps confirm which profile the agent is using.

## Prompt Examples

**Prompt:** 
```
Who joined my 'Early Bird' campaign recently?
```

**Response:** 
```
I've pulled the recent joiners for your **Early Bird** campaign. Here is the list of the last 5 members who signed up:

| Name | Join Date |
| :--- | :--- |
| Alex Smith | Oct 24, 2023 |
| Jordan Doe | Oct 23, 2023 |
| Sam Taylor | Oct 22, 2023 |
| Casey Lee | Oct 21, 2023 |
| Riley Quinn | Oct 20, 2023 |

Would you like me to pull the full list for this campaign?
```

**Prompt:** 
```
List all the posts I've made for my 'Masterclass' campaign.
```

**Response:** 
```
Here are the posts associated with your **Masterclass** campaign:

* **Introduction to the Course** (Published: Oct 1, 2023)
* **Module 1: Getting Started** (Published: Oct 5, 2023)
* **Module 2: Advanced Techniques** (Published: Oct 12, 2023)
* **Community Q&A Session** (Published: Oct 15, 2023)

Let me know if you want to see the details for any of these specifically.
```

**Prompt:** 
```
What are my active campaigns right now?
```

**Response:** 
```
You have **2** active campaigns currently running:

1. **Digital Art & Tutorials** (ID: 1234567)
2. **Masterclass Series** (ID: 8901234)

I can pull the member list or post history for either of these if you'd like.
```

## Capabilities

### Pull campaign lists
Get a full view of your active Patreon campaigns in one go.

### Check member details
See specific info about your audience members for any campaign.

### Monitor campaign posts
View all the content you've shared in a specific campaign.

### Manage webhooks
Create, update, or delete webhooks for real-time updates on activity.

### Verify account identity
Confirm which profile the agent is currently using to access your data.

## Use Cases

### Tracking membership growth
A community manager asks the agent to list members for a specific campaign to see how many new people joined this week.

### Auditing content history
A creator wants to see all posts for their Art Class campaign to find a specific tutorial they shared last month.

### Automating notifications
A developer needs to create a posts:publish webhook to trigger a custom Discord notification for a new blog post.

### Member support troubleshooting
An admin asks the agent for details on a specific member to help troubleshoot a billing or access issue.

## Benefits

- Stop switching tabs by pulling member lists and campaign data directly into your workspace using list_campaign_members.
- Stay on top of your content schedule by quickly pulling all posts for a specific campaign with list_campaign_posts.
- Monitor your growth with real-time data by creating and managing notifications through create_webhook.
- Get a bird's eye view of your business by listing all your active campaigns with list_campaigns.
- Verify your permissions and profile status instantly with get_identity before running complex tasks.
- Access specific member details quickly with get_member to handle support requests without leaving your chat.

## How It Works

The bottom line is that it turns your Patreon dashboard into a conversational data source for your AI agent.

1. Subscribe to the Patreon (Creator Subscriptions) MCP in Vinkius.
2. Paste your Patreon Creator Access Token into your client settings.
3. Ask your agent to list your campaigns or member counts.

## Frequently Asked Questions

**Can I use the Patreon (Creator Subscriptions) MCP to see my member list?**
Yes, you can pull a list of members for any specific campaign you own. This lets you see who's signed up without leaving your workspace.

**Does the Patreon (Creator Subscriptions) MCP work for other platforms?**
No, this is specifically for Patreon creator accounts. It's designed to connect your Patreon data to your AI agent.

**How do I set up notifications with the Patreon (Creator Subscriptions) MCP?**
You can use the webhook tools to create and manage real-time alerts for new members or posts. This helps you stay updated on your community activity.

**Can I use the Patreon (Creator Subscriptions) MCP to check my profile?**
Yes, the agent can verify your authenticated profile and permissions. This ensures you're looking at the correct account data.

**Can I manage multiple campaigns with the Patreon (Creator Subscriptions) MCP?**
Yes, you can list all your campaigns and fetch details for each one individually. It's great for creators with multiple membership tiers.

**Is the Patreon (Creator Subscriptions) MCP good for content creators?**
It's built specifically for creators to manage memberships and content schedules without leaving their workspace. It saves you from constant tab-switching.

**Can I list all members of a specific campaign?**
Yes, you can use the `list_campaign_members` tool by providing the specific Campaign ID to retrieve a full list of associated members.

**Is it possible to set up real-time notifications for new members?**
Absolutely. Use the `create_webhook` tool with the `members:create` trigger and your destination URI to start receiving real-time updates.

**Can I see the posts I have published on my campaign?**
Yes, the `list_campaign_posts` tool allows you to fetch all posts associated with a specific campaign ID.