streamable-httpMITupdated 12d ago
Whalesync keeps data in two-way sync between the tools your team already uses — Airtable, Webflow, HubSpot, Salesforce, Notion, Postgres, and more.
What can you do with Whalesync?
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 (web, desktop, mobile) — install from the Claude directory — click Connect.
ChatGPT — add a custom connector with the URL https://api.whalesync.com/mcp.
Grok — grok.com/connectors → New Connector → Custom → paste 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:
sync_create,sync_update,sync_list_connectors,sync_list_bases,sync_list_tables,sync_list_fields,sync_get_mappings,sync_update_mappings,sync_validate_mappings - Run:
sync_activate,sync_pause,sync_delete - Monitor & fix:
sync_get_status,sync_list_issues,sync_get_issue,sync_retry_issue,sync_list_operations,sync_get_operation,sync_search_records,sync_get_record_status,sync_list_pending_deletes - Navigate:
sync_list,sync_get,sync_whats_next
Tools are prefixed sync_ because they cover Whalesync's sync feature; other features will
arrive under their own prefixes.
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
Install
Add Whalesync to your client. Pick the one you use.
claude mcp add --transport http whalesync https://api.whalesync.com/mcpcodex mcp add whalesync --url https://api.whalesync.com/mcp{
"mcpServers": {
"whalesync": {
"url": "https://api.whalesync.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"whalesync": {
"type": "http",
"url": "https://api.whalesync.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"whalesync": {
"url": "https://api.whalesync.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"whalesync": {
"serverUrl": "https://api.whalesync.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 5 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.0Latest | Aug 28, 2026 |
| 1.1.0 | Aug 27, 2026 |
| 1.0.2 | Aug 26, 2026 |
| 1.0.1 | Aug 24, 2026 |
| 1.0.0 | Aug 24, 2026 |