Skip to main content
Glama
whalesync

Whalesync MCP server

Official
by whalesync

Whalesync MCP server

Whalesync 让数据在你们团队已经使用的工具之间保持双向同步——Airtable、Webflow、HubSpot、Salesforce、Notion、Postgres 等。

本仓库是 Whalesync MCP server 的公开主页:一个远程 Model Context Protocol 服务器,可以让 AI 智能体为你构建和管理同步——在两个应用之间创建同步、映射表和字段、启动同步,并对其进行监控,包括回答“为什么这条记录没有同步?”。

  • 服务器 URL: https://api.whalesync.com/mcp (Streamable HTTP)

  • 认证: OAuth 2.1 与 PKCE——你的客户端会打开浏览器以批准访问;无需粘贴 API 密钥。授权时提供只读访问。

  • 文档: https://docs.whalesync.com/api/mcp

该服务器仅支持远程使用。本仓库没有任何需要安装的内容——它的存在是为了让目录和注册中心能够链接到一个规范的公开来源。服务器本身在其他地方开发。

安装

Cursor添加到 Cursor,或添加到 ~/.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 — 使用一个自定义连接器,URL 为 https://api.whalesync.com/mcp

首次使用时,你的客户端会打开一个浏览器窗口,用于登录 Whalesync 并批准访问。你需要一个 Whalesync 帐号

Related MCP server: Superglue MCP

智能体可以做什么

通过 Whalesync 公共 API 提供 24 个工具:

  • 构建create_syncupdate_synclist_connectorslist_baseslist_tableslist_fieldsget_mappingsupdate_mappingsvalidate_mappings

  • 运行activate_syncpause_syncdelete_sync

  • 监控与修复get_sync_statuslist_issuesget_issueretry_issuelist_operationsget_operationsearch_recordsget_record_statuslist_pending_deletes

  • 导航list_syncsget_syncwhats_next

任何不可逆的操作仍然保留人工授权:连接你的应用(OAuth)、启动同步、批准删除都在 Whalesync 应用中进行——智能体在每一步都会给你一个链接。

支持

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