Syncline MCP Server

v1.0.0APIsstable

MCP server for syncline

uncategorized
Share:
0
Stars
0
Downloads
0
Weekly
0/5

About

MCP server for syncline

Features

  • schedule_auto
  • find_availability
  • get_user_calendar_status
  • schedule_meeting

Use Cases

AI-powered meeting scheduling. Syncline analyzes 100+ factors including user preferences, energy patterns, timezone fairness, and meeting context to select the optimal time. The system learns from every booking to improve accuracy. Use this when you
Find available time slots for a meeting across multiple attendees' calendars. Returns all possible slots within the specified date range. Use this when you want to see available options before scheduling, or when you want to give the user choice.
Check if a user has connected their calendar to Syncline. Returns connection status and last sync time. Use this before attempting to schedule to ensure all attendees have connected calendars.
Schedule a meeting at a specific time slot. Use this when you already know the desired time (e.g., from find_availability results or user preference). For AI-powered time selection, use schedule_auto instead.
Community

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedN/A
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y syncline-mcp-server

Manual Installation

npx -y syncline-mcp-server

Examples

Basic Configuration

Configure Syncline MCP Server

npx -y syncline-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Web UI

Not available

Security

Authentication

RequiredNo

Features

Data Encryption
Audit Logging
RBAC Support

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

More APIs MCP Servers

Explore other servers in the APIs category.

Quick Config Preview

{ "mcpServers": { "syncline": { "command": "npx", "args": ["-y", "syncline-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Syncline MCP Server?

Browse our complete directory of 60+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

60+ ServersFree & Open SourceStep-by-Step Guides