# Thinkific MCP for AI Agents AI Agent Connect

> Thinkific MCP for AI Agents. Manage your Thinkific groups and webhooks by deleting student groups and auditing site events directly from your AI agent.

## Overview
- **Category:** learning-training
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_yRknm8xfwANtvqo33yj6wWePdLTgiohbSV7pC54u/ai-agent-connect
- **Tags:** lms, e-learning, webhooks, group-management, thinkific-admin

## Description

Connecting your Thinkific admin account to your AI agent lets you handle the messy parts of platform management without leaving your workspace. Instead of hunting through nested settings to find a specific webhook URL or trying to remember a group ID to delete it, you just tell your agent what needs to happen. You can check your active integrations, see where your data is actually going, and keep your student groups organized by removing the ones you don't need anymore. It turns your AI into a focused LMS administrator that handles the tedious maintenance while you focus on your content. This Connector is part of the Vinkius catalog, making it easy to plug into your existing setup and get straight to work. You can audit your site's automated workflows to ensure every trigger is hitting the right endpoint, or quickly purge old data to keep your dashboard from getting cluttered. It removes the friction of manual site hygiene, letting you manage your learning platform through simple, direct conversation. You can manage your organizational structures via simple commands rather than navigating complex menus. This is about getting the administrative work out of your way so you can spend more time on your actual courses. You can use it to monitor site events or verify that your webhooks are configured correctly to avoid broken integrations. If you have hundreds of student groups and need to perform a cleanup, you can do it systematically without the risk of clicking the wrong button in a cluttered UI. It gives you a high-level view of your backend connections, ensuring that your data flows are exactly where they should be. By moving these tasks into a natural conversation, you reduce the mental overhead of platform maintenance. You won't have to switch tabs or remember which page a specific setting lives on. You just describe the action you want to take, and your agent handles the interaction with the platform on your behalf.

## Tools

### list_webhooks
Pulls a paginated list of all configured webhooks on your site. This helps you audit your integrations and check your event triggers quickly.

### delete_group
Removes a specific student group from your Thinkific site. You can use this to keep your dashboard organized by deleting groups by their unique IDs.

## Prompt Examples

**Prompt:** 
```
List all my active webhooks.
```

**Response:** 
```
I've retrieved your webhooks. You have 3 active webhooks:

| Webhook Name | Endpoint | Status |
| :--- | :--- | :--- |
| Order Created | `https://api.zapier.com/...` | Active |
| Enrollment Completed | `https://webhook.site/...` | Active |
| Course Started | `https://your-app.com/hook` | Active |
```

**Prompt:** 
```
Delete the Thinkific group with ID 987654.
```

**Response:** 
```
The group with ID 987654 has been successfully deleted from your Thinkific site. Your dashboard should now reflect this change.
```

**Prompt:** 
```
Show me the first 5 webhooks on page 2.
```

**Response:** 
```
Fetching page 2 with a limit of 5... 

I found 5 webhooks on this page:
- **User Sign-up** (Endpoint: `https://...`)
- **Review Submitted** (Endpoint: `https://...`)
- **Coupon Applied** (Endpoint: `https://...`)
- **Membership Expired** (Endpoint: `https://...`)
- **Content Updated** (Endpoint: `https://...`)

Would you like to see the details for any specific one?
```

## Capabilities

### Delete student groups
Remove specific groups from your dashboard using their unique IDs.

### List site webhooks
Retrieve a full list of all configured webhooks on your site.

### Audit webhook endpoints
Inspect your current webhook configurations and limits.

### Monitor integration events
Keep track of site events and trigger configurations.

### Perform site hygiene
Clean up old or expired student groups to keep your workspace organized.

## Use Cases

### Purging old student groups
A course creator needs to delete 20 old student groups from last year. They ask the agent to delete them by ID.

### Auditing Zapier integrations
An LMS developer needs to see if the Enrollment Completed webhook is still active. They ask the agent to list webhooks.

### Debugging broken data flows
An ops manager wants to see where their site data is being sent. They ask the agent to audit all webhook endpoints.

### Systematic site cleanup
A developer is debugging a broken connection. They use the agent to check the current webhook limits and URLs.

## Benefits

- Cut out the navigation time. You can remove student groups by ID instantly instead of digging through multiple dashboard pages.
- Audit your webhooks in seconds. Use list_webhooks to see every active endpoint on your site without opening a new browser tab.
- Keep your site organized. Use delete_group to purge old or expired student groups to keep your dashboard clean.
- Debug integrations faster. Inspect your webhook configurations to ensure your automated workflows are actually receiving data.
- Maintain site hygiene. Manage your organizational structures through simple commands rather than manual clicks.

## How It Works

The bottom line is you get a text-based way to manage your Thinkific admin tasks without clicking through menus.

1. Subscribe to this Connector on Vinkius.
2. Enter your Thinkific API Key in the configuration.
3. Ask your agent to manage your groups or audit your webhooks.

## Frequently Asked Questions

**Can the Thinkific MCP delete student groups?**
Yes, it allows you to delete specific student groups by using their unique IDs. This helps you keep your dashboard organized by removing groups you no longer need.

**How do I audit my webhooks using this Connector?**
You can ask your agent to list all configured webhooks on your site. It will pull a list of all your active endpoints and triggers for you to review.

**Who can use this Thinkific MCP?**
This is ideal for course creators, LMS developers, and operations managers who need to perform administrative maintenance like group cleanup and webhook auditing.

**Does the Thinkific MCP support payment management?**
No, this Connector is specifically for managing student groups and auditing webhooks. For payment management, you should use the standard Thinkific admin dashboard.

**Can I use this Thinkific MCP with Cursor?**
Yes, you can connect this Connector to Cursor or any other MCP-compatible client to manage your Thinkific site through your AI agent.

**How do I get started with the Thinkific MCP?**
Just subscribe to the Connector on Vinkius, provide your Thinkific API Key, and you can start managing your platform via your AI agent.

**Can I delete a specific group if I have its ID?**
Yes. Use the `delete_group` tool by providing the Group ID. This will use the Thinkific Admin API to remove the group from your site.

**How can I see which webhooks are currently active on my Thinkific site?**
You can use the `list_webhooks` tool. It allows you to retrieve a list of all configured webhooks, and you can even specify a `limit` or `page` number for better navigation.

**Is there a limit to how many webhooks I can list at once?**
Yes, the `list_webhooks` tool accepts a `limit` parameter with a maximum of 25 items per page, as per Thinkific's API standards.