GatherUp Connector for AI agents.
12 live capabilities
Manage online reviews and customer feedback for your business.
Waiting for input…
Why people use GatherUp
Fix Review Management Fatigue with the GatherUp
With this Connector, you just ask your agent. It pulls the latest reviews from every platform into a single view. You can see what's happening across all your locations in one place and reply to customers right from your chat. You get your time back and a much more consistent brand voice.
What Vinkius changes
You get a conversational interface to manage your entire online reputation in one place.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The Review Drought
A manager notices a drop in Google ratings and asks the agent to send_review_invite to 50 recent customers to boost the score.
- Real-world use case 02
The Angry Comment
A customer leaves a 1-star review on Facebook.
- Real-world use case 03
The Sentiment Check
An ops lead wants to know how the new cafe is doing and asks the agent to get_review_metrics for that specific location.
Complete set · 12capabilities
The complete GatherUp capability set.
These are the exact actions your AI can choose when you ask it to work with GatherUp.
01—04
4 capabilities in this set.
Part of 12 available through GatherUp.
- 01 Capability
Add new customer
Sync a new customer profile to a specific location. This keeps your local data accurate.
- 02 Capability
Verify api connection
Check if your connection to the GatherUp API is active. Use this to troubleshoot any setup issues.
- 03 Capability
Get review metrics
Get high-level stats for a specific business location. This helps you see how a unit is performing at a glance.
- 04 Capability
Get account info
Retrieve your user identity from the GatherUp account. Use this to ensure your agent is connected to the right profile.
05—08
4 capabilities in this set.
Part of 12 available through GatherUp.
- 05 Capability
List online reviews
See reviews from Google, Facebook, and other sites. This keeps you on top of your public reputation.
- 06 Capability
List business locations
See all your business units in one list. This is the first step for managing multi-location reputations.
- 07 Capability
List customer contacts
See a list of all customers in your system. Use this to identify who needs a follow-up.
- 08 Capability
List internal feedback
See feedback left directly on your surveys. This helps you understand what customers think privately.
09—12
4 capabilities in this set.
Part of 12 available through GatherUp.
- 09 Capability
Reply to feedback
Send a response to a customer's internal survey. This helps you close the loop on private feedback.
- 10 Capability
Reply to online review
Send a public reply to a review on Google or Facebook. This shows other customers that you care.
- 11 Capability
Search all reviews
Search through all your feedback to find specific keywords or sentiments. This is great for deep-dive research.
- 12 Capability
Send review invite
Trigger an automated review request via email or SMS. This is the fastest way to get more 5-star ratings.
Set up in minutes
One URL. Then ask GatherUp to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GatherUp 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_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GatherUp for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp URL.
- Step 03
Save and start
Save the connection and enable GatherUp in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gatherup": {
"url": "https://edge.vinkius.com/vk_preview_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp
Open Agent mode in chat and ask: "Using GatherUp, help me...". 12 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gatherup": {
"url": "https://edge.vinkius.com/vk_preview_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp
Ask Copilot: "Using GatherUp, help me...". 12 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gatherup": {
"url": "https://edge.vinkius.com/vk_preview_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp
Open Cascade and ask: "Using GatherUp, help me...". 12 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gatherup": {
"url": "https://edge.vinkius.com/vk_preview_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp
Ask Cline: "Using GatherUp, help me...". 12 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gatherup --transport http "https://edge.vinkius.com/vk_preview_SHmfdOMw2rEwsDies8nSzugapKI11P3Br26XIm9n/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 GatherUp
Ask Claude: "Using GatherUp, show me...". 12 tools are ready
Where the request belongs
Work GatherUp can move forward.
This is for business owners and marketing managers who are tired of manually monitoring dozens of review sites and want a faster way to handle customer sentiment.
Marketing Manager
Drafts and sends out review requests to boost local SEO and handles public replies on a daily basis.
Customer Success Lead
Checks sentiment trends across multiple locations to spot and solve service issues early.
Operations Manager
Syncs customer data and verifies that all locations are reporting correctly to keep records clean.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsRepuso
Collect and manage customer reviews effortlessly with Repuso AI agents.
Cloutly
All-in-one review management platform that helps businesses collect, manage, and respond to reviews from multiple sources.
TrueReview
Collect authentic customer reviews with automated requests and showcase testimonials that build trust and drive conversions.
OneLocal LocalReviews
Boost your local business visibility with automated review collection, reputation monitoring, and response management capabilities.
Podium
Win more local customers with review generation, webchat, text marketing, and payment collection from one inbox.
Fera.ai
Manage reviews and social proof via Fera.ai. list customer feedback, track product ratings, and monitor UGC directly through your AI agent.
Bring your own AI
Change the model, client or framework. Keep GatherUp 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 GatherUp.
The practical details behind the request, access and result.
Can the GatherUp MCP help me manage my Google reviews?
Yes, it allows your AI agent to pull reviews from Google directly into your chat. You can monitor what people are saying and reply to them without leaving your current workspace.
How do I send review requests to my customers?
You can simply tell your agent to send a request to a specific customer. It will trigger an automated invite via email or SMS to help you build your online reputation.
Can I use this to reply to people on Facebook?
Absolutely. The Connector connects to your GatherUp account, which manages reviews from platforms like Facebook, allowing your agent to send public replies on your behalf.
Does this work for multiple business locations?
Yes, it is designed for multi-unit businesses. You can list all your locations and check metrics or reviews for each one individually using your AI agent.
How does GatherUp handle my customer data?
It syncs your customer profiles and feedback directly. Your agent can use this data to personalize interactions and keep your records up to date across all locations.
Can I search for specific keywords in my reviews?
Yes, you can ask your agent to search for specific terms like 'slow' or 'delicious' across all your feedback to identify trends and common customer concerns.
How do I get an API Token for GatherUp?
Log in to GatherUp, navigate to Settings > API, and you will find your Client ID and can generate a Bearer Token.
What is the difference between Internal Feedback and Online Reviews?
Internal Feedback (1st-party) is left directly on your GatherUp survey pages. Online Reviews (3rd-party) are retrieved from external sites like Google and Facebook.
Can I reply to Google or Facebook reviews via the agent?
Yes! The 'reply_to_online_review' capability allows you to send responses to third-party platforms that support direct API replies, such as Google and Facebook.
How do I trigger a new review request?
Use the 'send_review_invite' capability and provide the specific Customer ID. The agent will trigger the automated email or SMS campaign configured for that business.
One connection away
Give your agent a direct line to GatherUp.
Connect GatherUp once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available