# Gatherup — MCP server on mcp.ai > Connect your Gatherup account and use 9 tools for reviews straight from your AI agent. Connect with your own API key. GatherUp is a customer feedback and online review management platform that helps businesses collect, manage, and leverage customer feedback to improve their online reputation. By: mcp.ai · official Page: https://mcp.ai/gatherup ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_gatherup?ms=1787296020000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/gatherup/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/gatherup/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/gatherup/skill.md Postman collection (v2.1): https://mcp.ai/gatherup/postman.json ## Tools - gatherup_delete_business(businessId: integer) — Permanently deletes a business location from GatherUp. This is a destructive operation that cannot be undone. **When to use**: Remove business locations that are no longer needed or were created in er - gatherup_find_agency_client_id(businessId: integer) — Find the client ID for a specific business in GatherUp agency accounts. This tool retrieves the numeric client identifier associated with a business location. Use this when you need to look up the cli - gatherup_get_business(businessId: integer) — Retrieve detailed information about a specific GatherUp business location. Returns comprehensive business data including: name, contact details (phone, address), timezone, business type, subscription - gatherup_get_business_types(search?: string) — Retrieves the list of available business categories from GatherUp (e.g., Restaurant, Hotel, Dental Office). Use this to: - Get valid business type IDs for creating new businesses - Discover available - gatherup_get_customer(customerId: integer) — Retrieves detailed information about a specific customer from GatherUp by their customer ID. Use this action to get customer details including name, email, phone, rating, feedback status, and other cu - gatherup_get_widget_html(type: string, limit?: integer, widgetId?: integer, businessId: integer) — Retrieve pre-formatted widget or badge HTML code with schema.org structure and SEO-friendly content. Returns ready-to-embed HTML code that displays customer reviews or badges on your website. The HTML - gatherup_search_business(by: string, search: string) — Search for a GatherUp business location by custom identifier and retrieve its business ID. This tool locates business locations using user-defined identifiers (customField or extraField) that you've a - gatherup_send_customer_feedback(jobId?: string, customerId: integer, checkThreshold?: integer, ratingRevision?: integer) — Send a feedback request to a customer to collect their rating and review. Use this when you want to automatically request feedback after a customer interaction or transaction. Ensure the customer exis - gatherup_set_user_password(userId: integer, password: string) — Sets a new password for an existing user in GatherUp. Use this action to update user credentials securely. **Prerequisites**: - Valid userId (user must exist in your GatherUp account) - Password must ## Example prompts - "What can I do in Gatherup?" - "Show me a summary of my Gatherup account" ## Links Docs: https://mcp.ai/docs/mcps/gatherup Website: https://mcp.ai/mcps/gatherup