Whalesync MCP server
OfficialWhalesync MCP server
Whalesync는 팀이 이미 사용 중인 도구(Airtable, Webflow, HubSpot, Salesforce, Notion, Postgres 등) 간에 데이터를 양방향으로 동기화합니다.
이 저장소는 Whalesync MCP server의 공개 홈입니다. 이는 AI 에이전트가 동기화를 구축하고 관리할 수 있게 해주는 원격 Model Context Protocol 서버입니다. 두 앱 간의 동기화 생성, 테이블과 필드 매핑, 활성화, 모니터링, 그리고 "이 레코드가 왜 동기화되지 않나요?"에 대한 답변까지 포함합니다.
서버 URL:
https://api.whalesync.com/mcp(Streamable HTTP)인증: PKCE를 사용한 OAuth 2.1 — 클라이언트가 브라우저를 열어 접근을 승인합니다. API 키를 붙여넣을 필요가 없습니다. 동의 시 읽기 전용 접근이 가능합니다.
서버는 원격 전용입니다. 이 저장소에서 설치할 것은 없습니다. 디렉터리와 레지스트리가 표준 공개 소스에 연결할 수 있도록 존재하는 것입니다. 서버 자체는 다른 곳에서 개발됩니다.
설치
Cursor — Add to 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
에이전트가 할 수 있는 작업
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 앱에서 이루어지며, 에이전트는 각 단계에서 링크를 제공합니다.
지원
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