HelloAsso Connector for AI agents.
11 live capabilities
Manage French non-profit donations and membership plans through natural conversation.
Waiting for input…
Why people use HelloAsso
HelloAsso for French Non-Profit Financial Oversight
This Connector changes that by letting your AI client do the digging for you. You just ask for the totals, and the agent pulls the data from HelloAsso instantly. You get a clear picture of your finances without ever opening a spreadsheet.
What Vinkius changes
You get a conversational dashboard for your non-profit's financial and membership data.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking donation totals
A director asks for the total donations from a gala.
- Real-world use case 02
Creating a custom link
A volunteer needs to collect 50 EUR for a specific cause.
- Real-world use case 03
Auditing memberships
A financial officer needs to see who hasn't renewed.
Complete set · 11capabilities
The complete HelloAsso capability set.
These are the exact actions your AI can choose when you ask it to work with HelloAsso.
01—04
4 capabilities in this set.
Part of 11 available through HelloAsso.
- 01 Capability
Get member details
Fetch specific information about a member using their unique ID. This helps you quickly look up a single person's status.
- 02 Capability
Get order details
Pull the full details of a specific order. Use this to see exactly what items or donations were included in a transaction.
- 03 Capability
Create checkout intent
Generate a redirect URL for a specific payment amount in EUR. Use this to quickly send payers to a checkout page.
- 04 Capability
Get organization details
Get the specific information for an organization based on its slug. This helps the agent understand which entity it's looking at.
05—08
4 capabilities in this set.
Part of 11 available through HelloAsso.
- 05 Capability
Get payment details
Retrieve the data for a specific payment ID. Use this to check the status or amount of a single transaction.
- 06 Capability
List forms
Show all active campaigns like donations, memberships, or events. This gives your agent a list of everything you're currently offering.
- 07 Capability
List sold items
List every individual item or ticket sold by an organization. Use this to see your inventory distribution.
- 08 Capability
List my organizations
Find the slugs for all organizations you have access to. This is the first step for the agent to know where to look.
09—11
3 capabilities in this set.
Part of 11 available through HelloAsso.
- 09 Capability
List orders
Show all orders grouped by session. This helps you see what people are buying or donating in bulk.
- 10 Capability
List payments
Show all payments received by an organization in EUR cents. Use this to track your overall cash flow.
- 11 Capability
List subscriptions
Show all recurring payment plans. This helps you monitor your stable, ongoing membership revenue.
Set up in minutes
One URL. Then ask HelloAsso to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use HelloAsso 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_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable HelloAsso for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso URL.
- Step 03
Save and start
Save the connection and enable HelloAsso in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"helloasso": {
"url": "https://edge.vinkius.com/vk_preview_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso
Open Agent mode in chat and ask: "Using HelloAsso, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"helloasso": {
"url": "https://edge.vinkius.com/vk_preview_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso
Ask Copilot: "Using HelloAsso, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"helloasso": {
"url": "https://edge.vinkius.com/vk_preview_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso
Open Cascade and ask: "Using HelloAsso, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"helloasso": {
"url": "https://edge.vinkius.com/vk_preview_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso
Ask Cline: "Using HelloAsso, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add helloasso --transport http "https://edge.vinkius.com/vk_preview_SfzGezKXp8j291QYeSpOxZR6viiQTyBriJVIZgbU/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 HelloAsso
Ask Claude: "Using HelloAsso, show me...". 11 tools are ready
Where the request belongs
Work HelloAsso can move forward.
This is for non-profit leaders and financial officers who are tired of digging through messy spreadsheets to see if their latest fundraiser hit its goal.
Non-Profit Director
Checks campaign progress and donation totals during board meetings to keep the team updated.
Community Manager
Monitors membership renewals and event registrations in real-time to keep members engaged.
Financial Officer
Audits payment history and subscription data across multiple associations to ensure accuracy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNeonCRM
Manage non-profit operations via NeonCRM. track donations, memberships, and events directly from your AI agent.
Virtuous
Manage nonprofit fundraising and donor relationships via Virtuous. list contacts, track individuals, manage gifts, and oversee projects directly from any AI agent.
Bloomerang
Manage donors and donations via Bloomerang. list constituents, transactions, and campaigns directly from any AI agent.
Blackbaud
Manage constituents, gifts, and academic data via Blackbaud. handle fundraising and education management directly from your AI agent.
GrowthZone
Automate association management via GrowthZone. manage contacts, memberships, events, and organizations directly from any AI agent.
Kindful
Manage nonprofit fundraising and donor relationships via Kindful. query contacts, track transactions, and monitor campaigns directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep HelloAsso 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 HelloAsso.
The practical details behind the request, access and result.
Can the HelloAsso MCP help me track donations for my French non-profit?
Yes, it lets your AI agent pull live donation data so you can see totals without logging into your dashboard.
How do I use HelloAsso to create payment links with an AI agent?
You can ask your agent to generate a link for a specific amount. It will use the Connector to create a checkout intent and give you a URL to share.
Can I see my membership renewals using the HelloAsso MCP?
Yes, you can ask your agent to list all recurring subscriptions to see who is currently active.
Does the HelloAsso MCP work for events and tickets?
It does. Your agent can list all active forms, including those for event registrations and ticket sales.
Is the HelloAsso MCP good for financial auditing?
It's great for auditing because it can pull detailed order and payment history to show you exactly where your money is coming from.
Can my AI agent see specific member info with HelloAsso?
Yes, your agent can fetch details for specific members to help you manage your community more effectively.
How does the HelloAsso MCP handle different organizations?
It can manage multiple organizations. You can ask your agent to list all your associations and then switch between them.
How do I find my HelloAsso API credentials?
Log in to your HelloAsso account, go to Mon Compte > Integrations & API. You can generate your Client ID and Client Secret from the API section there.
What is an organization 'slug'?
The slug is the unique textual identifier for your association (e.g., in helloasso.com/associations/my-asso, the slug is my-asso). You can find it by using the list_my_organizations capability.
Can I generate a payment link directly from the AI agent?
Yes! Use the create_checkout_intent action. You must provide the association slug and a JSON string with the amount (in cents) and return URL. The agent will return a redirect link for the user.
Is the integration secure for association data?
Absolutely. The integration uses industry-standard OAuth 2.0 Client Credentials over HTTPS. Your credentials are encrypted and stored securely within the Vinkius Cloud infrastructure.
One connection away
Give your agent a direct line to HelloAsso.
Connect HelloAsso once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available