Skip to main content
Glama
whalesync

Whalesync MCP server

Official
by 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

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.

Related MCP server: Superglue MCP

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

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • SaaS intelligence for AI agents. 5 unified tools cover 1,000+ services with 91-96% token savings.

  • The agent-native cloud: database, functions, AI, storage, computers. 50 tools, one API key.

  • Build and run visual creative-production workflows from your AI agent.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/whalesync/whalesync-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server