# Synced — Scheduling Infrastructure for Modern Teams > AI-powered calendar intelligence that works across companies, integrates with your tools, and lets AI agents schedule on your behalf. ## Overview Synced is a meeting scheduling platform that syncs with Google Calendar and Microsoft Outlook. It provides cross-company calendar overlay, AI-recommended meeting times, booking links, and MCP integration for AI assistants. ## Key Features - Cross-company scheduling: Add participants from any organization, see real-time calendar overlap - Availability heatmap: Color-coded grid showing mutual availability across participants - AI-recommended slots: Claude Haiku analyzes calendars to suggest optimal meeting times - Short booking links: shareable URLs like meetsynced.com/book/carlos - Trusted contacts: Build a network for instant availability sharing - MCP integration: Let Claude schedule meetings via Model Context Protocol - Multi-calendar sync: Google Calendar and Microsoft Outlook two-way sync - Timezone intelligence: Automatic detection and conversion ## Pricing - Free: Unlimited scheduling, booking links, MCP, API access - Enterprise ($5/user/month): Admin consent, org-wide access, SSO, priority support ## Documentation - [Home](https://meetsynced.com/) - [Features](https://meetsynced.com/features) - [Pricing](https://meetsynced.com/pricing) - [Integrations](https://meetsynced.com/integrations) - [Changelog](https://meetsynced.com/changelog) ### Docs - [Introduction](https://meetsynced.com/docs) - [Set Up MCP](https://meetsynced.com/docs/quickstart/mcp) - [Generate API Keys](https://meetsynced.com/docs/quickstart/api-keys) - [Create Booking Links](https://meetsynced.com/docs/quickstart/booking-links) - [Meeting Scheduling](https://meetsynced.com/docs/features/meeting-scheduling) - [Availability Sharing](https://meetsynced.com/docs/features/availability-sharing) - [Trusted Contacts](https://meetsynced.com/docs/features/trusted-contacts) - [Booking Pages](https://meetsynced.com/docs/features/booking-pages) - [Cross-Company Scheduling](https://meetsynced.com/docs/features/cross-company-scheduling) - [Google Calendar](https://meetsynced.com/docs/integrations/google-calendar) - [Microsoft Outlook](https://meetsynced.com/docs/integrations/microsoft-outlook) - [Slack](https://meetsynced.com/docs/integrations/slack) - [Zoom](https://meetsynced.com/docs/integrations/zoom) - [AI/MCP Overview](https://meetsynced.com/docs/integrations/ai-mcp/overview) - [Claude Desktop (stdio)](https://meetsynced.com/docs/integrations/ai-mcp/claude-desktop) - [Claude.ai Web (SSE)](https://meetsynced.com/docs/integrations/ai-mcp/claude-web) - [MCP Tools Reference](https://meetsynced.com/docs/integrations/ai-mcp/tools-reference) - [API Authentication](https://meetsynced.com/docs/api-reference/authentication) - [Meetings API](https://meetsynced.com/docs/api-reference/meetings) - [Contacts API](https://meetsynced.com/docs/api-reference/contacts) - [Availability API](https://meetsynced.com/docs/api-reference/availability) - [SDK Overview](https://meetsynced.com/docs/sdk/overview) - [Timezone Handling](https://meetsynced.com/docs/knowledge-base/timezone-handling) - [Calendar Permissions](https://meetsynced.com/docs/knowledge-base/calendar-permissions) - [Troubleshooting](https://meetsynced.com/docs/knowledge-base/troubleshooting) ### Comparisons - [Synced vs Calendly](https://meetsynced.com/compare/synced-vs-calendly) - [Synced vs Cal.com](https://meetsynced.com/compare/synced-vs-cal-com) ### Use Cases - [Cross-Company Scheduling](https://meetsynced.com/use-cases/cross-company-scheduling) - [Sales Teams](https://meetsynced.com/use-cases/sales) ### Legal - [Privacy Policy](https://meetsynced.com/legal/privacy) - [Terms of Service](https://meetsynced.com/legal/terms) ## MCP Integration Synced exposes 6 MCP tools for AI assistants: 1. get_meetings — List upcoming/past/draft meetings 2. get_contacts — List trusted contacts 3. get_availability — Check free/busy schedule 4. schedule_meeting — Create meetings with calendar invites 5. get_recommended_slots — AI-recommended optimal times 6. natural_language_schedule — Parse natural language requests ### Claude Desktop Setup ```json { "mcpServers": { "synced-calendar": { "command": "npx", "args": ["-y", "@synced/mcp-server"], "env": { "SYNCED_API_KEY": "your-api-key" } } } } ``` ### Claude.ai Web Setup SSE URL: https://wkpulvilwaqkoqfuztgh.supabase.co/functions/v1/mcp?api_key=YOUR_API_KEY ## API Base URL: https://api.meetsynced.com/v1 Authentication: Bearer token via API key Endpoints: - GET /v1/meetings — List meetings - POST /v1/meetings — Create a meeting - GET /v1/meetings/:id — Get a meeting - PATCH /v1/meetings/:id — Update a meeting - GET /v1/contacts — List contacts - POST /v1/contacts — Add a contact - GET /v1/availability?date=YYYY-MM-DD — Get availability - POST /v1/availability/recommended — Get AI-recommended slots ## Contact - Website: https://meetsynced.com - App: https://app.meetsynced.com - Email: carlos@meetsynced.com