{
  "markdown": "# Whalesync MCP server\n\n[Whalesync](https://www.whalesync.com) keeps data in two-way sync between the tools your team\nalready uses — Airtable, Webflow, HubSpot, Salesforce, Notion, Postgres, and more.\n\nThis repository is the public home of the **Whalesync MCP server**: a remote\n[Model Context Protocol](https://modelcontextprotocol.io) server that lets AI agents build and\nmanage syncs for you — create a sync between two apps, map tables and fields, turn it on, and\nmonitor it, including answering \"why isn't this record syncing?\".\n\n- **Server URL:** `https://api.whalesync.com/mcp` (Streamable HTTP)\n- **Auth:** OAuth 2.1 with PKCE — your client opens a browser to approve access; no API keys to\n  paste. Read-only access is available at consent time.\n- **Docs:** https://docs.whalesync.com/api/mcp\n\nThe server is remote-only. There is nothing to install from this repository — it exists so\ndirectories and registries can link to a canonical public source. The server itself is developed\nelsewhere.\n\n## Install\n\n**Cursor** — [Add to Cursor](https://cursor.com/install-mcp?name=whalesync&config=eyJ1cmwiOiJodHRwczovL2FwaS53aGFsZXN5bmMuY29tL21jcCJ9), or add to `~/.cursor/mcp.json`:\n\n```json\n{ \"mcpServers\": { \"whalesync\": { \"url\": \"https://api.whalesync.com/mcp\" } } }\n```\n\n**Claude Code**\n\n```bash\nclaude mcp add --transport http whalesync https://api.whalesync.com/mcp\n```\n\n**VS Code**\n\n```bash\ncode --add-mcp '{\"name\":\"whalesync\",\"type\":\"http\",\"url\":\"https://api.whalesync.com/mcp\"}'\n```\n\n**Codex**\n\n```bash\ncodex mcp add whalesync --url https://api.whalesync.com/mcp\n```\n\n**Claude (web, desktop, mobile)** — [install from the Claude directory](https://claude.ai/directory/whalesync) — click **Connect**.\n\n**ChatGPT** — add a custom connector with the URL `https://api.whalesync.com/mcp`.\n\n**Grok** — [grok.com/connectors](https://grok.com/connectors) → New Connector → Custom → paste `https://api.whalesync.com/mcp`.\n\nOn first use, your client opens a browser window to sign in to Whalesync and approve access.\nYou'll need a [Whalesync account](https://www.whalesync.com).\n\n## What the agent can do\n\n24 tools over the Whalesync public API:\n\n- **Build**: `sync_create`, `sync_update`, `sync_list_connectors`, `sync_list_bases`,\n  `sync_list_tables`, `sync_list_fields`, `sync_get_mappings`, `sync_update_mappings`,\n  `sync_validate_mappings`\n- **Run**: `sync_activate`, `sync_pause`, `sync_delete`\n- **Monitor & fix**: `sync_get_status`, `sync_list_issues`, `sync_get_issue`,\n  `sync_retry_issue`, `sync_list_operations`, `sync_get_operation`, `sync_search_records`,\n  `sync_get_record_status`, `sync_list_pending_deletes`\n- **Navigate**: `sync_list`, `sync_get`, `sync_whats_next`\n\nTools are prefixed `sync_` because they cover Whalesync's sync feature; other features will\narrive under their own prefixes.\n\nAnything irreversible stays human-gated: connecting your apps (OAuth), starting a sync, and\napproving deletes all happen in the Whalesync app — the agent hands you a link at each step.\n\n## Support\n\n- Docs: https://docs.whalesync.com\n- Support: support@whalesync.com\n- Privacy policy: https://www.whalesync.com/privacy-policy\n",
  "bytes": 3139,
  "sha": "5cee205cf4a940efc0707163908980b93b5a8c7e7f0def6eb7e6b622f2fc9ae2",
  "repo_slug": "whalesync/whalesync-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_whalesync_whalesync_fe543725/readme"
}