Syncline MCP Server (Python)✓
com.kekwanu/syncline-mcp-server-python · v1.0.35
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "com.kekwanu/syncline-mcp-server-python",
"description": "Syncline MCP Server (Python) - AI-powered meeting scheduling with intelligent auto-scheduling",
"title": "Syncline MCP Server (Python)",
"repository": {
"url": "https://github.com/KekwanuLabs/syncline",
"source": "github",
"subfolder": "mcp-server-python"
},
"version": "1.0.35",
"websiteUrl": "https://syncline.run",
"packages": [
{
"registryType": "pypi",
"identifier": "syncline-mcp-server",
"version": "1.0.35",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Syncline API key from https://syncline.run/developer",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SYNCLINE_API_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}