Whalesync MCP server
OfficialWhalesync MCP server
Whalesync поддерживает двустороннюю синхронизацию данных между инструментами, которые уже использует ваша команда — Airtable, Webflow, HubSpot, Salesforce, Notion, Postgres и другими.
Этот репозиторий — публичный дом Whalesync MCP server: удалённый сервер Model Context Protocol, который позволяет ИИ-агентам создавать и управлять синхронизациями за вас — создавать синхронизацию между двумя приложениями, сопоставлять таблицы и поля, включать её и отслеживать, включая ответ на вопрос «почему эта запись не синхронизируется?».
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/mcpVS Code
code --add-mcp '{"name":"whalesync","type":"http","url":"https://api.whalesync.com/mcp"}'Codex
codex mcp add whalesync --url https://api.whalesync.com/mcpclaude.ai / ChatGPT — добавьте пользовательский коннектор с URL https://api.whalesync.com/mcp.
При первом использовании ваш клиент открывает окно браузера для входа в Whalesync и подтверждения доступа. Вам понадобится учётная запись Whalesync.
Related MCP server: Superglue MCP
Что может делать агент
24 инструмента через публичный API Whalesync:
Создание:
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 — агент передаёт вам ссылку на каждом шаге.
Поддержка
Документация: https://docs.whalesync.com
Поддержка: support@whalesync.com
Политика конфиденциальности: https://www.whalesync.com/privacy-policy
This server cannot be installed
Maintenance
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
AlicenseAqualityCmaintenanceEnable AI agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.852,034419MIT
Superglue MCPofficial
FlicenseNot gradedqualityBmaintenanceA service that enables agents to build deterministic workflows across apps, databases and APIs using natural language, handling schema mapping, drift detection, and execution of integration pipelines automatically.102,041- AlicenseNot gradedqualityDmaintenanceConnects AI assistants to over 30 business tools like Gmail, Slack, and Airtable through a single unified interface. It enables users to perform actions across multiple platforms using natural language without managing individual API integrations.12MIT
- AlicenseAqualityDmaintenanceEnables AI agents to connect and interact with common business platforms like Shopify, WordPress, and Calendly via pre-built connectors for tasks such as product management, content operations, and scheduling.13MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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