Zealy Connector for AI agents.
23 live capabilities
Manage Web3 community quests and rewards without leaving your chat.
Waiting for input…
Why people use Zealy
Zealy for Web3 Community Gamification
This Connector changes that by putting the dashboard inside your chat. You can just tell your agent to approve all the pending quest submissions or give 200 XP to the top three people on the leaderboard. You get your time back and keep your focus on the people, not the buttons.
What Vinkius changes
You get to manage your entire gamification strategy through a chat interface instead of a browser tab.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Clearing a submission backlog
A community manager asks their agent to check the latest submissions and approve any that look complete.
- Real-world use case 02
Onboarding a new member
A user shares a Discord handle.
- Real-world use case 03
Rewarding a viral post
A user makes a great video.
Complete set · 23capabilities
The complete Zealy capability set.
These are the exact actions your AI can choose when you ask it to work with Zealy.
01—04
4 capabilities in this set.
Part of 23 available through Zealy.
- 01 Capability
List secrets
See all secrets configured for your community. Use this to manage your API task security.
- 02 Capability
Check member
Verify if a specific user belongs to your community. This lets your agent gate content or interactions.
- 03 Capability
Create quest
Build a new quest from scratch. You can use this to quickly launch new community goals.
- 04 Capability
Create secret
Generate a new community secret for API tasks. This helps secure your integrations.
05—08
4 capabilities in this set.
Part of 23 available through Zealy.
- 05 Capability
Create webhook
Set up a new webhook for community events. Use this to sync data with your other capabilities.
- 06 Capability
Delete webhook
Remove a webhook you no longer need. This keeps your integrations clean and organized.
- 07 Capability
Get community
Pull basic info about your Zealy community. It's the quickest way to see your current status.
- 08 Capability
Get leaderboard
Fetch the all-time or sprint leaderboard. Use this to identify your top contributors.
09—12
4 capabilities in this set.
Part of 23 available through Zealy.
- 09 Capability
Get referral code
Retrieve a specific user's referral code. This helps you track growth and performance.
- 10 Capability
Get review
Fetch a specific review by its ID. Use this to pull up a single submission for closer inspection.
- 11 Capability
Get user
Get the full profile of a user by their Zealy ID. This provides the context needed for rewards.
- 12 Capability
List modules
See all categories and modules in your community. This helps you organize your gamification structure.
13—16
4 capabilities in this set.
Part of 23 available through Zealy.
- 13 Capability
Search users
Find members using their social handles. This is perfect for onboarding new people quickly.
- 14 Capability
Update quest
Modify an existing quest's details. Use this to fix errors or change quest requirements.
- 15 Capability
List quests
See every quest currently live in your community. This gives you a bird's eye view of your content.
- 16 Capability
List reviews
See all claimed quests waiting for your approval. This is the core of your moderation workflow.
17—20
4 capabilities in this set.
Part of 23 available through Zealy.
- 17 Capability
List sprints
See all the community sprints you have active. Use this to manage your time-bound goals.
- 18 Capability
List webhooks
See all the webhooks you've created. This helps you manage your external data syncs.
- 19 Capability
Remove xp
Take away XP from a user's profile. Use this to correct errors or manage community behavior.
- 20 Capability
Review submission
Approve or reject a quest submission. This lets your agent act as a moderator for your tasks.
21—23
3 capabilities in this set.
Part of 23 available through Zealy.
- 21 Capability
Update webhook
Change the settings of an existing webhook. Use this to fix broken data connections.
- 22 Capability
Add xp
Give a user extra XP for their contributions. This is the primary way to reward your community.
- 23 Capability
Ban user
Remove a user from your community. Use this to manage community safety and rules.
Set up in minutes
One URL. Then ask Zealy to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Zealy 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_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Zealy for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy URL.
- Step 03
Save and start
Save the connection and enable Zealy in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"zealy": {
"url": "https://edge.vinkius.com/vk_preview_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy
Open Agent mode in chat and ask: "Using Zealy, help me...". 23 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"zealy": {
"url": "https://edge.vinkius.com/vk_preview_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy
Ask Copilot: "Using Zealy, help me...". 23 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"zealy": {
"url": "https://edge.vinkius.com/vk_preview_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy
Open Cascade and ask: "Using Zealy, help me...". 23 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"zealy": {
"url": "https://edge.vinkius.com/vk_preview_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy
Ask Cline: "Using Zealy, help me...". 23 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add zealy --transport http "https://edge.vinkius.com/vk_preview_4DLfWhEP9mTYemBkPWaJpigrMQkwjRH8eHbmTUpz/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 Zealy
Ask Claude: "Using Zealy, show me...". 23 tools are ready
Where the request belongs
Work Zealy can move forward.
Community managers who are drowning in manual reviews, growth marketers tired of manual quest creation, and Web3 devs who need to sync community data into their own apps.
Community Manager
Handles the daily grind of reviewing quest submissions and rewarding active members.
Growth Marketer
Sets up new referral codes and monitors acquisition funnels without manual tracking.
Web3 Developer
Pulls community membership data to build custom apps or gated content.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGalxe
Automate Web3 community management via Galxe. check quest eligibility, track leaderboards, and manage credentials 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.
crowd.dev (LFX CDP)
Equip your AI agent to manage community members, activities, and organizations directly via the crowd.dev (LFX) API.
Gameball
Automate loyalty programs and gamification via Gameball. manage customer profiles, track points, and handle order rewards directly from any AI agent.
Verint Community
Empower your AI to interact with Verint Community platforms.
Forj
Manage community members, groups, and activity via AI agents with Forj (formerly Mobilize).
Bring your own AI
Change the model, client or framework. Keep Zealy 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 Zealy.
The practical details behind the request, access and result.
Can I use Zealy MCP to reward my community?
Yes, the Connector allows your AI agent to add XP to users directly. You can give rewards for specific actions like content creation or community help without leaving your chat.
Does Zealy MCP work with Discord handles?
Yes, you can use the search capability to find members by their social handles. This makes it easy to find and reward people who are active in your Discord.
Can I automate quest reviews?
Yes, your agent can list all pending submissions and process them. This helps you clear out backlogs of completed tasks much faster than manual clicking.
How do I sync Zealy data to my other capabilities?
You can use the webhook capabilities to send Zealy events to your own database or external apps. This keeps your marketing and growth data in sync automatically.
Is Zealy MCP good for Web3 projects?
It's specifically designed for Web3 community growth and gamification. It handles the common tasks like questing and rewards that are central to Web3 marketing.
Can I manage multiple sprints?
Yes, you can list and create community sprints easily. This allows you to manage time-bound goals and keep your community focused on current objectives.
Can I manually award XP to a specific user for their contribution?
Yes! You can use the add_xp capability by providing the community subdomain, the user's UUID, and the amount of XP along with a label and description for the reward.
How do I find a Zealy user if I only have their Discord ID?
You can use the search_users capability. Simply provide the community subdomain and the discordId parameter to retrieve the corresponding Zealy profile and UUID.
Is it possible to list all pending quest submissions for review?
Absolutely. Use the list_reviews capability to fetch submissions that need attention. You can then use review_submission to approve or reject them directly.
One connection away
Give your agent a direct line to Zealy.
Connect Zealy once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available