QRCodeChimp Connector for AI agents.
11 live capabilities
Manage branded QR codes and track scan analytics for marketing campaigns.
Waiting for input…
Why people use QRCodeChimp
QRCodeChimp QR Code Management for Marketing Teams
With this Connector, you just tell your agent to fix it. You use update_qrcode to swap the link in seconds. You get your marketing assets updated instantly without the manual headache.
What Vinkius changes
You get a marketing coordinator that handles the heavy lifting of your QR assets.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating a broken link on printed posters
A retail brand needs to change a sale URL on 500 printed flyers.
- Real-world use case 02
Analyzing city-specific campaign success
A sales lead wants to know which city's posters are getting the most hits.
- Real-world use case 03
Onboarding a new sales team
A new team needs 50 unique digital business cards.
Complete set · 11capabilities
The complete QRCodeChimp capability set.
These are the exact actions your AI can choose when you ask it to work with QRCodeChimp.
01—04
4 capabilities in this set.
Part of 11 available through QRCodeChimp.
- 01 Capability
Delete qrcode
Remove a QR code from your account permanently.
- 02 Capability
List folders
View all the folders where your QR codes are organized.
- 03 Capability
List qrcodes
See a list of every QR code in your account.
- 04 Capability
List templates
Look through your available QR code design templates.
05—08
4 capabilities in this set.
Part of 11 available through QRCodeChimp.
- 05 Capability
Update qrcode
Change the details of an existing QR code.
- 06 Capability
Create qrcode
Make a new QR code by passing in the required data.
- 07 Capability
Get analytics
Get scan analytics for a QR code to see how it's performing.
- 08 Capability
Get bulk qr
View the details of a bulk QR code generation job.
09—11
3 capabilities in this set.
Part of 11 available through QRCodeChimp.
- 09 Capability
Get qrcode
Fetch the specific details of an existing QR code.
- 10 Capability
Get scan stats
Retrieve scan analytics for a QR code to monitor engagement.
- 11 Capability
List campaigns
See a list of all your current QR campaigns.
Set up in minutes
One URL. Then ask QRCodeChimp to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use QRCodeChimp 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_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable QRCodeChimp for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp URL.
- Step 03
Save and start
Save the connection and enable QRCodeChimp in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"qrcodechimp": {
"url": "https://edge.vinkius.com/vk_preview_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp
Open Agent mode in chat and ask: "Using QRCodeChimp, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"qrcodechimp": {
"url": "https://edge.vinkius.com/vk_preview_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp
Ask Copilot: "Using QRCodeChimp, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"qrcodechimp": {
"url": "https://edge.vinkius.com/vk_preview_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp
Open Cascade and ask: "Using QRCodeChimp, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"qrcodechimp": {
"url": "https://edge.vinkius.com/vk_preview_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp
Ask Cline: "Using QRCodeChimp, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add qrcodechimp --transport http "https://edge.vinkius.com/vk_preview_4j2OYmSMnLtAc8vX9Qa1YUrdoLF9nar1UlRGYfBD/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 QRCodeChimp
Ask Claude: "Using QRCodeChimp, show me...". 11 tools are ready
Where the request belongs
Work QRCodeChimp can move forward.
This is for marketing managers who are tired of clicking through dashboards and sales ops leads who need to distribute digital business cards at scale.
Marketing Manager
Checks scan stats for specific campaigns to see which posters are actually driving traffic.
Sales Ops Lead
Mass-creates digital business cards for a new regional sales team to ensure brand consistency.
Growth Marketer
Updates dynamic URLs for a seasonal promotion without needing to print new flyers.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsUniqode
Create trackable QR codes with custom branding, dynamic content updates, and scan analytics for marketing and operations.
Flowcode
Manage dynamic QR codes, track scan analytics, and oversee Flowpages via AI agents with Flowcode.
JSBarcode Generator
Generate mathematically exact 1D barcodes (Code128, EAN-13, UPC, ITF, Codabar) as pure SVG vectors for shipping labels and inventory.
RenderForm
Generate dynamic images and social media graphics from templates with an API that personalizes visuals at scale for any campaign.
Openscreen
Dynamic QR code management. generate and track smart QR codes for your assets via Openscreen.
QR Code Generator
Generate and decode QR codes for URLs, text, and data directly within your AI workflow.
Bring your own AI
Change the model, client or framework. Keep QRCodeChimp 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 QRCodeChimp.
The practical details behind the request, access and result.
Can I update a QR code after I've already printed it?
Yes, by using dynamic URLs. This Connector allows you to change the destination link of a QR code instantly without needing to reprint any physical marketing materials.
How does QRCodeChimp help with my marketing analytics?
It pulls live scan data directly into your AI chat. You can ask for specific campaign stats, scan counts, and engagement metrics without leaving your workspace.
Can I create many QR codes at once?
Yes, the Connector supports bulk generation. You can ask your agent to create large batches of codes for nationwide campaigns or multiple product lines in one go.
What are digital business cards?
They are digital profiles that people can scan to get contact info, links, and branding. This Connector lets you manage and update these for your entire sales team.
Is this good for tracking flyers?
Absolutely. Every scan of a flyer with a dynamic QR code is tracked, giving you real-time data on which locations and designs are performing best.
Can I organize my codes into different groups?
Yes, you can use folders to categorize your QR codes by region, team, or specific marketing project, making it much easier to manage large inventories.
How do I get the data into my AI?
Once you connect the QRCodeChimp MCP via Vinkius, your AI agent can access all your records, analytics, and management capabilities using natural language commands.
Can my AI automatically find the details for a specific digital business card by providing its slug?
Yes! Use the get_qr_details capability with the record slug (Page Code). Your agent will respond with complete metadata, including contact details and associated campaign info in seconds.
How do I find my QRCodeChimp API Key and Secret?
Log in to your QRCodeChimp account, navigate to Account Settings > API Keys Settings, and you will find your unique API Key and Secret there.
What plan do I need for API access?
API access typically requires a subscription to the ULTIMA plan or above. You may also need to contact support@qrcodechimp.com to activate the API functionality for your account.
One connection away
Give your agent a direct line to QRCodeChimp.
Connect QRCodeChimp once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available