ClickBid Connector for AI agents.
10 live capabilities
Manage charity auctions and fundraising events using natural language.
Waiting for input…
Why people use ClickBid
ClickBid Charity Auction Management
This Connector changes that. You can just tell your agent to add the new item or register that guest. It pulls the data straight from ClickBid so you can keep your eyes on the room instead of your monitor. You get to stay present with your donors while the data stays accurate.
What Vinkius changes
You get a voice-activated command center for your entire auction.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Adding last-minute donations
A donor brings a painting to a gala.
- Real-world use case 02
Door registrations
A guest wants to register at the door.
- Real-world use case 03
Verifying high-value ticket sales
You need to know if a major donor bought a ticket.
Complete set · 10capabilities
The complete ClickBid capability set.
These are the exact actions your AI can choose when you ask it to work with ClickBid.
01—04
4 capabilities in this set.
Part of 10 available through ClickBid.
- 01 Capability
List clickbid donations
See a list of all monetary donations received. This helps you track your fundraising progress in real time.
- 02 Capability
Create clickbid bidder
Create a new bidder record in your auction system. This helps you register guests quickly at the door.
- 03 Capability
Create clickbid item
Add a new donated item to your auction catalog. Use this to include last-minute donations in your event.
- 04 Capability
Get clickbid bidder
Fetch the specific details for a single bidder. This is useful for verifying identity or contact info.
05—07
3 capabilities in this set.
Part of 10 available through ClickBid.
- 05 Capability
List clickbid bidders
View a full list of all registered bidders. This gives you a complete overview of everyone participating.
- 06 Capability
Get clickbid item
Get the details for a specific auction item. Use this to check current bid status or item descriptions.
- 07 Capability
List clickbid items
View all items currently in the auction. This lets you see your entire catalog in one glance.
08—10
3 capabilities in this set.
Part of 10 available through ClickBid.
- 08 Capability
List clickbid ticket purchasers
See a list of everyone who bought tickets. Use this to confirm attendance for your event.
- 09 Capability
List clickbid tickets
See the current list of available tickets. This helps you manage remaining capacity for your event.
- 10 Capability
Update clickbid bidder
Edit the information for an existing bidder. Use this to fix typos or update details during the event.
Set up in minutes
One URL. Then ask ClickBid to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ClickBid 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_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ClickBid for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid URL.
- Step 03
Save and start
Save the connection and enable ClickBid in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"clickbid": {
"url": "https://edge.vinkius.com/vk_preview_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid
Open Agent mode in chat and ask: "Using ClickBid, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"clickbid": {
"url": "https://edge.vinkius.com/vk_preview_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid
Ask Copilot: "Using ClickBid, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"clickbid": {
"url": "https://edge.vinkius.com/vk_preview_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid
Open Cascade and ask: "Using ClickBid, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"clickbid": {
"url": "https://edge.vinkius.com/vk_preview_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid
Ask Cline: "Using ClickBid, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add clickbid --transport http "https://edge.vinkius.com/vk_preview_TomW5vYMBLVOKfyox7YBn14NTBBuD6gnwt586BZf/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 ClickBid
Ask Claude: "Using ClickBid, show me...". 10 tools are ready
Where the request belongs
Work ClickBid can move forward.
This is for event coordinators who are tired of manual data entry during live auctions and non-profit leaders who need to see donation totals without digging through complex reports.
Event Coordinator
Handles bidder registrations and item updates during a live gala without leaving the room.
Non-profit Director
Monitors fundraising progress and donation logs during a campaign to keep stakeholders informed.
Volunteer Manager
Manages guest lists and ticket sales for community events to ensure smooth check-ins.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBrushfire
Manage events and attendees via Brushfire. track registrations, check-in guests, and monitor orders directly from any AI agent.
Eventzilla
Equip your AI agent to manage event registrations, track ticket orders, and monitor discount codes via the Eventzilla API.
Bizzabo
Orchestrate your event experience via Bizzabo. manage events, registrations, and attendees directly from any AI agent.
Eventbrite
Equip your AI agent to manage events, track attendees, and monitor ticket orders via the Eventbrite API.
Hipsy
Sell event tickets, manage registrations, and promote parties and festivals with a ticketing platform made for nightlife and entertainment.
Accelevents
All-in-one event management platform. manage events, attendees, and session registration via AI.
Bring your own AI
Change the model, client or framework. Keep ClickBid 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 ClickBid.
The practical details behind the request, access and result.
Can ClickBid MCP help me manage my non-profit auction?
Yes, it lets your agent handle bidder registration and item management directly. You can ask your agent to perform these tasks using natural language.
How do I use ClickBid MCP to track donations?
You can ask your agent to list all donations to see a live feed of your fundraising progress. It pulls the data directly from your ClickBid account.
Can I add auction items on the fly with ClickBid MCP?
Yes, your agent can use the creation capability to add new items to your catalog instantly. This is perfect for when donors bring items to the event last minute.
Does ClickBid MCP work for live gala events?
It is designed specifically for high-traffic events where you need quick access to bidder and ticket data without needing to navigate a dashboard.
Can I check who bought tickets using ClickBid MCP?
Your agent can pull a list of all ticket purchasers so you can verify attendance and manage your guest list in real time.
Is ClickBid MCP good for managing guest lists?
It allows you to list and update bidder profiles without opening the admin portal. You can register new guests or update info during the event.
Can I add a new bidder straight from the chat interface?
Absolutely. By providing the 'create_clickbid_bidder' capability with a JSON string containing the guest's name and contact info, they will be registered instantly.
How do I retrieve a list of everyone who bought event tickets?
Use the 'list_clickbid_ticket_purchasers' capability. The AI will query the API and return the complete roster of ticket buyers for your active events.
Is it possible to view specific details about a donated item?
Yes. Provide the item's unique ID to the 'get_clickbid_item' capability, and the AI agent will pull its description, estimated value, and current bid status.
One connection away
Give your agent a direct line to ClickBid.
Connect ClickBid once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available