← Registry

API Tools

shiftsyndicate.ca

Search and manage SHIFT professionals, their services, availability, and platform information.

1 endpoint25 known toolsFirst detected July 2, 2026Last detected September 21, 2026

ENDPOINT 1

https://mcp.shiftsyndicate.ca/mcp

No auth detected

MCP server metadata

Name
shift-mcp
Version
1.0.0
Capabilities
tools

Known tools 25

search_professionals

Search SHIFT professionals by specialty or service category.

Inferred read-only
get_professional

Retrieve the full profile for a specific SHIFT professional, including their bio, services offered, pricing, and contact details.

Inferred read-only
get_services

List the services a specific SHIFT professional offers, with prices and durations.

Inferred read-only
check_availability

Check when a SHIFT professional has open appointment slots.

Inferred read-only
get_platform_info

Get a comprehensive overview of the SHIFT_ platform — what it is, who it is for, how it works, pricing, and key features.

Inferred read-only
get_faq

Get answers to frequently asked questions about SHIFT_.

Inferred read-only
list_sectors

List all industry sectors and service categories supported on the SHIFT_ platform.

Inferred read-only
get_quick_links

Get 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-only
start_login

Start the SHIFT_ sign-in flow for the current user.

Inferred read-only
check_login

Check whether the user has completed sign-in after start_login.

Inferred read-only
sign_out

Sign the current user OUT of SHIFT_ — ends their device-code session so the session_key can no longer be used.

Inferred read-only
create_booking_with_session

Book an appointment with a SHIFT professional using a signed-in session.

Inferred read-only
list_bookings_with_session

List the signed-in user's bookings using a device-code session.

Inferred read-only
cancel_booking

Cancel a booking by ID.

Inferred read-only
get_my_schedule

PROFESSIONAL ACCOUNTS ONLY.

Inferred read-only
get_client_roster

PROFESSIONAL ACCOUNTS ONLY.

Inferred read-only
get_pro_metrics

PROFESSIONAL ACCOUNTS ONLY.

Inferred read-only
update_availability

PROFESSIONAL ACCOUNTS ONLY (your own calendar — not an admin tool).

Inferred read-only
accept_booking

PROFESSIONAL ACCOUNTS ONLY — accept a booking REQUEST that a client sent you (status pending or awaiting a deposit) so it becomes confirmed.

Inferred read-only
decline_booking

PROFESSIONAL ACCOUNTS ONLY — decline a booking request (or cancel one you had confirmed).

Inferred read-only
list_my_invoices

PROFESSIONAL ACCOUNTS ONLY — your invoices: what you have billed clients and whether it is paid.

Inferred read-only
get_my_professionals

The 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-only
get_balance_owed

What the signed-in person OWES right now, to whom, and what they can pay today — plus their next appointment.

Potential side effects
ask_agent_shift

Run one turn of Agent Shift — the SHIFT_ platform's own AI agent — AS the signed-in user, with their real role.

Inferred read-only
run_platform_command

ADMIN / SUPER-ADMIN ACCOUNTS ONLY — the Agent Shift slash commands, exactly as in the in-app chat.

Inferred read-only

CONNECT 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.

Trust status Trusted

shiftsyndicate.ca is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.