VolunteerHub Connector for AI agents.
10 live capabilities
Manage volunteer sign-ups, event registrations, and hour tracking for your nonprofit.
Waiting for input…
Why people use VolunteerHub
VolunteerHub : Ending Manual Data Entry for Volunteer Sign-ups
This Connector changes the flow. You can stay in your chat app and ask your agent to pull that data for you instantly. You get the numbers you need without the manual overhead.
What Vinkius changes
You get a direct line to your VolunteerHub data without leaving your chat app.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking event capacity
A coordinator needs to know if the food drive is full.
- Real-world use case 02
Generating annual reports
An admin needs to see total hours for the year.
- Real-world use case 03
Onboarding new volunteers
A new staff member wants to see who is in the 'Garden Team.
Complete set · 10capabilities
The complete VolunteerHub capability set.
These are the exact actions your AI can choose when you ask it to work with VolunteerHub.
01—04
4 capabilities in this set.
Part of 10 available through VolunteerHub.
- 01 Capability
Get group
Retrieves the specific details and members of a volunteer group. This helps you see who is assigned to specific teams.
- 02 Capability
Get volunteer hours
Pulls the total hours logged by a specific volunteer. It is perfect for verifying individual contributions.
- 03 Capability
Get volunteer
Fetches the profile details for an individual volunteer. Use this to see a person's history and contact info.
- 04 Capability
List events
Shows a full list of all events currently in your system. This gives you a bird's eye view of your upcoming schedule.
05—07
3 capabilities in this set.
Part of 10 available through VolunteerHub.
- 05 Capability
List groups
Displays all the different volunteer groups you have organized. Use this to see how your team is structured.
- 06 Capability
List opportunities
Shows all the open volunteer roles available to the public. This helps you see what gaps you still need to fill.
- 07 Capability
List volunteers
Provides a full list of every volunteer in your directory. Use this to browse your entire community workforce.
08—10
3 capabilities in this set.
Part of 10 available through VolunteerHub.
- 08 Capability
Check volunteerhub status
Verifies that your connection to the VolunteerHub platform is active and working. It helps you ensure your agent is ready to pull data.
- 09 Capability
Get event
Pulls specific details for a single event from your calendar. Use this to see exact dates and descriptions for your next project.
- 10 Capability
List registrations
Lists every person who has signed up for a specific event. It is the fastest way to see your current attendance numbers.
Set up in minutes
One URL. Then ask VolunteerHub to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use VolunteerHub 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_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable VolunteerHub for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub URL.
- Step 03
Save and start
Save the connection and enable VolunteerHub in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"volunteerhub": {
"url": "https://edge.vinkius.com/vk_preview_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub
Open Agent mode in chat and ask: "Using VolunteerHub, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"volunteerhub": {
"url": "https://edge.vinkius.com/vk_preview_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub
Ask Copilot: "Using VolunteerHub, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"volunteerhub": {
"url": "https://edge.vinkius.com/vk_preview_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub
Open Cascade and ask: "Using VolunteerHub, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"volunteerhub": {
"url": "https://edge.vinkius.com/vk_preview_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub
Ask Cline: "Using VolunteerHub, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add volunteerhub --transport http "https://edge.vinkius.com/vk_preview_4leH79XjizGLkkixkNBGBBO3iRKIqZhodtBuGgKe/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 VolunteerHub
Ask Claude: "Using VolunteerHub, show me...". 10 tools are ready
Where the request belongs
Work VolunteerHub can move forward.
This is for the non-profit coordinator who is buried in emails and spreadsheets, trying to keep track of dozens of people and multiple events at once.
Volunteer Coordinator
Uses this to quickly check registration counts and assign people to groups during a busy event week.
Nonprofit Operations Manager
Uses this to pull annual hour reports and audit volunteer participation for board meetings.
Community Outreach Lead
Uses this to browse opportunities and find the right volunteers for new neighborhood projects.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAmilia
Recreation and activity management. manage programs, accounts, and registrations via AI.
NeonCRM
Manage non-profit operations via NeonCRM. track donations, memberships, and events directly from your AI agent.
NationBuilder
Organize communities, run campaigns, and mobilize supporters with a platform built for political and nonprofit leadership.
Virtuous
Manage nonprofit fundraising and donor relationships via Virtuous. list contacts, track individuals, manage gifts, and oversee projects directly from any AI agent.
Salsa Engage
Automate non-profit outreach via Salsa Engage. manage supporters, activities, and fundraising analytics with AI.
HelloAsso
Automate association management via HelloAsso. manage payments, forms, and orders for French non-profits directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep VolunteerHub 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 VolunteerHub.
The practical details behind the request, access and result.
Can the VolunteerHub MCP help me manage my nonprofit's volunteer sign-ups?
Yes, it lets your AI agent see who has registered for your events and how many spots are left, making it much easier to manage capacity.
How does VolunteerHub MCP help with tracking community service hours?
You can ask your agent to pull the total hours logged by any specific volunteer. This makes it easy to generate reports for donors or for the volunteers' own records.
Can I use VolunteerHub MCP to see which volunteer groups are the most active?
Yes, your agent can list all your groups and pull details on each one so you can see which teams are doing the most work.
Will VolunteerHub MCP help me find specific volunteers for a new project?
It can pull your full volunteer directory and profiles. You can ask your agent to find people with specific skills or history to see who fits your needs.
Is VolunteerHub MCP good for tracking event registrations?
It's great for that. Your agent can pull a full list of registrations for any event, helping you see who is coming and who might need a follow-up.
Can VolunteerHub MCP help me plan my nonprofit's upcoming events?
It helps by letting your agent see all your scheduled events and the specific details for each one, so you can stay organized without checking the dashboard constantly.
Can my AI list volunteers and their hours?
Yes. list_volunteers returns the full directory, and get_volunteer_hours shows logged hours for any specific volunteer.
How do I see event registrations?
Use list_registrations with the event ID. The agent returns all registered volunteers with their status.
Can I browse available volunteer opportunities?
Yes. list_opportunities shows all open positions that volunteers can sign up for.
One connection away
Give your agent a direct line to VolunteerHub.
Connect VolunteerHub once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available