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 の公開ホームです。これは、AIエージェントが同期を構築および管理できるようにするリモートの Model Context Protocol サーバーです — 2つのアプリ間の同期を作成し、テーブルとフィールドをマッピングし、有効にして監視します。さらに「このレコードが同期されないのはなぜか」という質問にも答えます。

  • サーバーURL: https://api.whalesync.com/mcp (Streamable HTTP)

  • 認証: OAuth 2.1 with PKCE — クライアントはブラウザを開いてアクセスを承認します。APIキーを貼り付ける必要はありません。同意時に読み取り専用アクセスが利用可能です。

  • ドキュメント: https://docs.whalesync.com/api/mcp

サーバーはリモート専用です。このリポジトリからインストールするものはありません — ディレクトリやレジストリが正規の公開ソースにリンクできるように存在しています。サーバー自体は別の場所で開発されています。

インストール

CursorCursor に追加、または ~/.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_sync, update_sync, list_connectors, list_bases, list_tables, list_fields, get_mappings, update_mappings, validate_mappings

  • 実行: activate_sync, pause_sync, delete_sync

  • 監視と修正: get_sync_status, list_issues, get_issue, retry_issue, list_operations, get_operation, search_records, get_record_status, list_pending_deletes

  • ナビゲーション: list_syncs, get_sync, whats_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