API Tools
shiftsyndicate.ca
Search and manage SHIFT professionals, their services, availability, and platform information.
ENDPOINT 1
https://mcp.shiftsyndicate.ca/mcp
MCP server metadata
- Name
- shift-mcp
- Version
- 1.0.0
Known tools 25
get_professionalRetrieve the full profile for a specific SHIFT professional, including their bio, services offered, pricing, and contact details.
Inferred read-onlyget_servicesList the services a specific SHIFT professional offers, with prices and durations.
Inferred read-onlyget_platform_infoGet a comprehensive overview of the SHIFT_ platform — what it is, who it is for, how it works, pricing, and key features.
Inferred read-onlylist_sectorsList all industry sectors and service categories supported on the SHIFT_ platform.
Inferred read-onlyget_quick_linksGet direct links to key SHIFT_ pages — Login, Register, FAQ, For Professionals, For Clients, For Organizations, Shift Directory, Agent Shift chat, and the public booking flow.
Inferred read-onlysign_outSign the current user OUT of SHIFT_ — ends their device-code session so the session_key can no longer be used.
Inferred read-onlycreate_booking_with_sessionBook an appointment with a SHIFT professional using a signed-in session.
Inferred read-onlylist_bookings_with_sessionList the signed-in user's bookings using a device-code session.
Inferred read-onlyupdate_availabilityPROFESSIONAL ACCOUNTS ONLY (your own calendar — not an admin tool).
Inferred read-onlyaccept_bookingPROFESSIONAL ACCOUNTS ONLY — accept a booking REQUEST that a client sent you (status pending or awaiting a deposit) so it becomes confirmed.
Inferred read-onlydecline_bookingPROFESSIONAL ACCOUNTS ONLY — decline a booking request (or cancel one you had confirmed).
Inferred read-onlylist_my_invoicesPROFESSIONAL ACCOUNTS ONLY — your invoices: what you have billed clients and whether it is paid.
Inferred read-onlyget_my_professionalsThe signed-in person's OWN professionals — the people they are a client of (with how they joined, how many bookings, and a booking link each).
Inferred read-onlyget_balance_owedWhat the signed-in person OWES right now, to whom, and what they can pay today — plus their next appointment.
Potential side effectsask_agent_shiftRun one turn of Agent Shift — the SHIFT_ platform's own AI agent — AS the signed-in user, with their real role.
Inferred read-onlyrun_platform_commandADMIN / SUPER-ADMIN ACCOUNTS ONLY — the Agent Shift slash commands, exactly as in the in-app chat.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.shift-mcp]
url = "https://mcp.shiftsyndicate.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"shift-mcp": {
"type": "http",
"url": "https://mcp.shiftsyndicate.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: shift-mcp
Remote MCP URL: https://mcp.shiftsyndicate.ca/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"shift-mcp": {
"url": "https://mcp.shiftsyndicate.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"shift-mcp": {
"type": "http",
"url": "https://mcp.shiftsyndicate.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "shift-mcp",
"transport": "streamable-http",
"url": "https://mcp.shiftsyndicate.ca/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for shiftsyndicate.ca was fetched 2026-07-26T10:23:21.782Z and is being refreshed.
shiftsyndicate.ca is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.