Whalesync MCP server
Enables AI agents to create, manage, and monitor two-way data syncs between platforms like Airtable, Webflow, HubSpot, Salesforce, Notion, and Postgres, including mapping fields, running syncs, and troubleshooting record-level issues.
README
Whalesync MCP server
Whalesync keeps data in two-way sync between the tools your team already uses — Airtable, Webflow, HubSpot, Salesforce, Notion, Postgres, and more.
This repository is the public home of the Whalesync MCP server: a remote Model Context Protocol server that lets AI agents build and manage syncs for you — create a sync between two apps, map tables and fields, turn it on, and monitor it, including answering "why isn't this record syncing?".
- Server URL:
https://api.whalesync.com/mcp(Streamable HTTP) - Auth: OAuth 2.1 with PKCE — your client opens a browser to approve access; no API keys to paste. Read-only access is available at consent time.
- Docs: https://docs.whalesync.com/api/mcp
The server is remote-only. There is nothing to install from this repository — it exists so directories and registries can link to a canonical public source. The server itself is developed elsewhere.
Install
Cursor — Add to Cursor, or add to ~/.cursor/mcp.json:
{ "mcpServers": { "whalesync": { "url": "https://api.whalesync.com/mcp" } } }
Claude Code
claude mcp add --transport http whalesync https://api.whalesync.com/mcp
VS Code
code --add-mcp '{"name":"whalesync","type":"http","url":"https://api.whalesync.com/mcp"}'
Codex
codex mcp add whalesync --url https://api.whalesync.com/mcp
claude.ai / ChatGPT — add a custom connector with the URL https://api.whalesync.com/mcp.
On first use, your client opens a browser window to sign in to Whalesync and approve access. You'll need a Whalesync account.
What the agent can do
24 tools over the Whalesync public API:
- Build:
create_sync,update_sync,list_connectors,list_bases,list_tables,list_fields,get_mappings,update_mappings,validate_mappings - Run:
activate_sync,pause_sync,delete_sync - Monitor & fix:
get_sync_status,list_issues,get_issue,retry_issue,list_operations,get_operation,search_records,get_record_status,list_pending_deletes - Navigate:
list_syncs,get_sync,whats_next
Anything irreversible stays human-gated: connecting your apps (OAuth), starting a sync, and approving deletes all happen in the Whalesync app — the agent hands you a link at each step.
Support
- Docs: https://docs.whalesync.com
- Support: support@whalesync.com
- Privacy policy: https://www.whalesync.com/privacy-policy
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.