GrowthZone Connector for AI agents.
8 live capabilities
Manage association memberships and event registrations through natural conversation.
Waiting for input…
Why people use GrowthZone
GrowthZone AMS Association Management Made Easy
This Connector changes that by putting your GrowthZone data right into your chat window. You can just ask your agent to find a contact or list your upcoming events. You get the answer instantly without ever leaving your conversation.
What Vinkius changes
You get a conversational interface for your entire association database.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking renewals
A Membership Director asks for a list of all memberships expiring in the next 30 days to send out reminder emails using list_memberships.
- Real-world use case 02
Event planning
An Event Manager asks the agent to list all registrations for the upcoming Networking Gala to see how many people are coming using list_events.
- Real-world use case 03
Member research
An Assistant asks to find the contact details for Growth Corp to see which specific person is the primary point of contact using search_contacts.
Complete set · 8capabilities
The complete GrowthZone capability set.
These are the exact actions your AI can choose when you ask it to work with GrowthZone.
01—04
4 capabilities in this set.
Part of 8 available through GrowthZone.
- 01 Capability
Get contact
Pulls up a specific contact's full profile using their unique ID. This helps you see all the details for a single member in one place.
- 02 Capability
Get my profile
Shows the details for the currently logged in user. Use this to quickly confirm which account is active.
- 03 Capability
List contacts
Retrieves a list of every contact in your database. It's the fastest way to see your full member reach.
- 04 Capability
List membership types
Lists every membership category you offer. This is great for checking the different tiers available to your members.
05—08
4 capabilities in this set.
Part of 8 available through GrowthZone.
- 05 Capability
Search contacts
Finds specific contacts using a filter query. This lets you narrow down your database to find exactly who you're looking for.
- 06 Capability
List events
Shows all the events currently scheduled in your GrowthZone account. You can use this to get a bird's eye view of your calendar.
- 07 Capability
List memberships
Pulls a list of all memberships in your system. It lets you see the current status of everyone who has joined.
- 08 Capability
List organizations
Retrieves a list of all organizations in your database. Use this to see the companies and groups you work with.
Set up in minutes
One URL. Then ask GrowthZone to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GrowthZone from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GrowthZone, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GrowthZone for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GrowthZone URL.
- Step 03
Save and start
Save the connection and enable GrowthZone in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"growthzone": {
"url": "https://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GrowthZone
Open Agent mode in chat and ask: "Using GrowthZone, help me...". 8 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"growthzone": {
"url": "https://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GrowthZone
Ask Copilot: "Using GrowthZone, help me...". 8 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"growthzone": {
"url": "https://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GrowthZone
Open Cascade and ask: "Using GrowthZone, help me...". 8 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"growthzone": {
"url": "https://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GrowthZone
Ask Cline: "Using GrowthZone, help me...". 8 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add growthzone --transport http "https://edge.vinkius.com/vk_preview_DpFoMIkGBoWUrKBs8lQtzjGekKbvH9KrnHxGleLb/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GrowthZone
Ask Claude: "Using GrowthZone, show me...". 8 tools are ready
Where the request belongs
Work GrowthZone can move forward.
This is for the association staff who spend half their day copy-pasting from a CRM into emails or spreadsheets. It's for the people who need to know who is who without digging through nested menus.
Membership Director
Checking renewal statuses and member lists during board meetings to keep the association funded.
Event Manager
Verifying registration counts and attendee details while planning logistics for large-scale galas.
Executive Assistant
Pulling organizational data and contact info to keep the office running and communications smooth.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsForj
Manage community members, groups, and activity via AI agents with Forj (formerly Mobilize).
HelloAsso
Automate association management via HelloAsso. manage payments, forms, and orders for French non-profits directly from any AI agent.
NeonCRM
Manage non-profit operations via NeonCRM. track donations, memberships, and events directly from your AI agent.
Aventri
Manage events, contacts, and speakers via Aventri. list events, search contacts, and clone event modules directly from your AI agent.
Orbit
Manage community relationships via Orbit. list members, track activities, and add notes directly from any AI agent.
Bevy Community
Manage your community events and chapters via Bevy. list events, attendees, and chapters directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep GrowthZone connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GrowthZone.
The practical details behind the request, access and result.
Can I use GrowthZone MCP to manage my association members?
Yes, you can use it to pull lists of members, check their membership statuses, and find specific contact details through your AI client.
Will GrowthZone MCP help me with event registrations?
It allows you to quickly list all scheduled events and see who has registered for them without navigating the full AMS dashboard.
Does GrowthZone MCP work with Claude or Cursor?
Yes, it works with any MCP-compatible client, including Claude, Cursor, and Windsurf.
How do I connect my GrowthZone AMS to my AI agent?
You just need to subscribe to the Connector on Vinkius and provide your GrowthZone API Key and Database Subdomain.
Can I search for specific contacts using GrowthZone MCP?
Yes, you can use natural language to search your database for specific members or organizations based on your needs.
Is GrowthZone MCP good for membership directors?
It's a great capability for membership directors because it handles the repetitive task of looking up member info and renewal statuses.
How do I obtain my GrowthZone API key?
You must request an API key from GrowthZone WebSupport. They will verify your account's API access level and provide the credentials needed to connect your agent.
Can I search for specific members by their email or name?
Yes! Use the search_contacts capability. You can provide a name or email address as a query, and the agent will return all matching profiles from your database.
How can I see who is registered for an upcoming event?
Simply ask the agent to list participants for a specific Event ID. It will fetch the registration list and provide names and details of all attendees.
Is the integration secure for managing my association's data?
Absolutely. The connection uses industry-standard API keys and focuses on querying operations. Your credentials are encrypted and stored securely within the Vinkius Cloud infrastructure.
One connection away
Give your agent a direct line to GrowthZone.
Connect GrowthZone once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available