https://mcp-agent.synup.com/mcp/mcp to activate the MCP server.YOUR_API_KEY_HERE with your API key from Settings → Integrations.{
"mcpServers": {
"synup": {
"url": "https://mcp-agent.synup.com/mcp",
"type": "http",
"headers": {
"X-api-key": "YOUR_API_KEY_HERE",
"X-access-mode": "write"
}
}
}
}~/.codeium/windsurf/mcp_config.json%USERPROFILE%\.codeium\windsurf\mcp_config.json{
"mcpServers": {
"synup": {
"url": "https://mcp-agent.synup.com/mcp",
"type": "stdio",
"disabled": false,
"headers": {
"X-api-key": "YOUR_API_KEY_HERE",
"X-access-mode": "write"
}
}
}
}YOUR_API_KEY_HERE with your API key from Settings → Integrations, then restart your AI editor. You're ready to start using Synup MCP!| Header | Type | Description |
|---|---|---|
X-api-key | string | API key from Settings → Integrations |
X-access-mode | enum | write (full access) or read (query-only) |
write — Full read/write access (create, update, delete operations)read — Query-only access (recommended for testing)X-api-key: YOUR_KEY (no extra spaces). Regenerate the key in Settings → Integrations if unsure.https://mcp-agent.synup.com/mcp and restart your AI editor after updating config.get_all_locations. Location IDs are Base64 strings like Location:12345.after cursor or query smaller date ranges (7 days vs 90 days).after cursor from pageInfo to fetch the next page.