# Memberstack MCP for AI Agents AI Agent Connect

> Memberstack MCP connects your AI agent to your membership platform. It lets you manage users, handle subscription plans, and oversee custom data fields through natural conversation. Use it to automate member administration and marketing promotions without leaving your chat interface.

## Overview
- **Category:** ecommerce
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8gzkoVQDraC8NFYfhKX1xANtXFvlmiWVglzm0Kfu/ai-agent-connect
- **Tags:** user-authentication, membership-management, access-control, subscription-billing, member-data

## Description

Managing a membership site usually means jumping between tabs to check who's signed up, which plan they're on, and if they've hit any limits. If you're running a paid community or a gated content site, these manual checks add up fast. This Connector changes that by letting your AI agent do the heavy lifting for you. You can ask your agent to find a specific user by their email, check their current plan status, or see which active coupons are currently running. It handles the tedious parts of member administration, like pulling metadata or listing custom fields, so you can focus on growing your audience. Whether you're troubleshooting a customer's access or auditing your subscription tiers, you can just tell your agent what to do. It’s one of the many ways the Vinkius catalog makes it easier to bridge the gap between your core business tools and your daily workflow. Instead of digging through a dashboard, you get direct answers and actions in the same window where you're already working. You no longer have to worry about the friction of manual data entry or the risk of missing a member's specific needs. Your agent acts as a direct line to your member database, providing immediate clarity on user status and available promotions. It turns complex administrative tasks into simple, conversational queries that save you hours of navigation every week.

## Tools

### list_coupons
View a complete list of all the discount codes you currently have active.

### list_members
Get a full list of every member currently registered in your Memberstack account.

### list_plans
View every membership plan you've created, including free and paid options.

### get_application_info
Retrieve the high-level configuration and status of your Memberstack application.

### get_member
Fetch the full profile and metadata for a specific member in your system.

### get_member_plans
See which specific membership plans a single user is currently signed up for.

### get_plan
Pull the full details and configuration for one of your membership plans.

### list_custom_fields
See all the custom data points you've set up for your member profiles.

### list_promotions
See all the active marketing promotions currently running in your account.

### search_members
Find a specific user quickly by searching for their email address.

## Prompt Examples

**Prompt:** 
```
Who is currently on the Pro plan?
```

**Response:** 
```
Querying your membership plans...

Here are the members currently on the **Pro Plan**:

| Member Email | Joined Date | Status |
| :--- | :--- | :--- |
| john.doe@example.com | Oct 12, 2023 | Active |
| sarah.smith@web.com | Nov 05, 2023 | Active |
| mike_r@domain.com | Dec 01, 2023 | Active |
```

**Prompt:** 
```
List all active coupons.
```

**Response:** 
```
Checking active promotions...

I found the following discount codes currently active in your Memberstack account:

*   **WELCOME20** (20% off first month)
*   **HOLIDAY_SALE** (Fixed $10 discount)
*   **VIP_ACCESS** (Free 7-day trial)
```

**Prompt:** 
```
What info do we collect from members?
```

**Response:** 
```
Retrieving custom fields...

Your member profiles currently collect the following custom data points:

*   **Company Name** (Text)
*   **Job Title** (Text)
*   **Primary Industry** (Dropdown)
*   **Referral Source** (Text)
```

## Capabilities

### Find members by email
Locate a specific user's account information instantly.

### View subscription plans
See the details of all your active membership tiers.

### Check member plans
Identify which specific plan a user is currently enrolled in.

### Manage discount coupons
View all active coupons and marketing promotions.

### List custom fields
See the specific data points you've collected for your members.

### Browse all members
Get a full list of everyone registered in your system.

### Get application details
View the high-level configuration of your Memberstack setup.

## Use Cases

### Locating a customer by email
A support agent uses search_members to find a user's account and verify their current status in one step.

### Auditing custom member data
A community manager uses list_custom_fields to see what information they are collecting from new signups.

### Quick subscription checks
A founder asks for a summary of who is on the Pro plan to prepare for a quarterly review.

### Promotion monitoring
An admin checks all active marketing deals to ensure the correct codes are live for a holiday sale.

## Benefits

- Stop digging through dashboards by using list_members to see your entire user base in seconds.
- Resolve billing issues faster by using get_member_plans to see exactly what a user paid for.
- Audit your marketing spend by using list_coupons to see what is currently live.
- Simplify data collection by using get_plan to see the configuration of your tiers.
- Verify your marketing reach by using list_promotions to see all active deals.
- Get instant application status by using get_application_info to check your setup configuration.

## How It Works

The bottom line is you get a conversational interface for your entire Memberstack backend.

1. Subscribe to the Memberstack MCP on Vinkius.
2. Provide your Memberstack Secret Key in the configuration.
3. Ask your AI client to find a member or check a plan.

## Frequently Asked Questions

**Can I use the Memberstack MCP to manage my subscriptions?**
Yes, it lets you view plans and check member status. You can ask your agent to pull details on specific plans or see which subscription a user is currently on.

**Does Memberstack MCP work with Claude?**
Yes, it works with any MCP-compatible client like Claude, Cursor, or Windsurf.

**Can I see my custom fields with this?**
Yes, you can use it to list all custom fields defined for your members, helping you understand what data your users are providing.

**How do I find a user's plan?**
Just ask your agent to search for the member's email and pull their plan details. It will retrieve the specific metadata for that account instantly.

**Can I use it to see my marketing promotions?**
Yes, you can list all active promotions and coupons to see what marketing deals are currently live in your Memberstack account.

**How do I find my Memberstack Secret Key?**
Log in to Memberstack, go to Settings > API Keys, and you can generate or copy your Secret Key from there.

**Can I search for members by email?**
Yes! Use the `search_members` tool and provide the email address to find a specific member record.

**Is my member data secure?**
Absolutely. Your token is encrypted at rest and injected securely at runtime.