Whalesync Server
FreeNot checkedEnables AI agents to create, manage, and monitor two-way data syncs between platforms like Airtable, Webflow, HubSpot, Salesforce, Notion, and Postgres, includi
About
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 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: [email protected]
- Privacy policy: https://www.whalesync.com/privacy-policy
Installing Whalesync Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/whalesync/whalesync-mcpFAQ
Is Whalesync Server MCP free?
Yes, Whalesync Server MCP is free — one-click install via Unyly at no cost.
Does Whalesync Server need an API key?
No, Whalesync Server runs without API keys or environment variables.
Is Whalesync Server hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Whalesync Server in Claude Desktop, Claude Code or Cursor?
Open Whalesync Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolRedis
Interact with Redis key-value stores.
by modelcontextprotocolSQLite
Database interaction and business intelligence capabilities.
by modelcontextprotocolmxcp
Open-source framework for building enterprise-grade MCP servers using just YAML, SQL, and Python, with built-in auth, monitoring, ETL and policy enforcement.
by raw-labstadas-github/a2asearch-mcp
MCP server to search 4,800+ MCP servers, AI agents, CLI tools and agent skills. Install: npx -y a2asearch-mcp. Ask Claude: "Find MCP servers for database access
by tadas-githubjulien040/anyquery
Query more than 40 apps with one binary using SQL. It can also connect to your PostgreSQL, MySQL, or SQLite compatible database. Local-first and private by desi
by julien040drakonkat/wizzy-mcp-tmdb
A MCP server for The Movie Database API that enables AI assistants to search and retrieve movie, TV show, and person information.
by drakonkatCompare Whalesync Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
