Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Whalesync Server

FreeNot checked

Enables AI agents to create, manage, and monitor two-way data syncs between platforms like Airtable, Webflow, HubSpot, Salesforce, Notion, and Postgres, includi

GitHubEmbed

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

CursorAdd 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

from github.com/whalesync/whalesync-mcp

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-mcp

FAQ

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

Compare 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