← shiftsyndicate.ca

INDIVIDUAL MCP TOOL

get_pro_metrics

Get the signed-in professional's 30-day revenue, booking count, and outstanding balance.

shiftsyndicate.canone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

shiftsyndicate.ca

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.shiftsyndicate-ca]
url = "https://mcp.shiftsyndicate.ca/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "shiftsyndicate-ca": {
      "type": "http",
      "url": "https://mcp.shiftsyndicate.ca/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: shiftsyndicate-ca
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": {
    "shiftsyndicate-ca": {
      "url": "https://mcp.shiftsyndicate.ca/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "shiftsyndicate-ca": {
      "type": "http",
      "url": "https://mcp.shiftsyndicate.ca/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "shiftsyndicate-ca",
  "transport": "streamable-http",
  "url": "https://mcp.shiftsyndicate.ca/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_professionals — Search SHIFT professionals by specialty or service category.
  • get_professional — Retrieve the full profile for a specific SHIFT professional, including their bio, services offered, pricing, and contact details.
  • get_services — List the services a specific SHIFT professional offers, with prices and durations.
  • check_availability — Check when a SHIFT professional has open appointment slots.
  • 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.
  • get_faq — Get answers to frequently asked questions about SHIFT_.
  • list_sectors — List all industry sectors and service categories supported on the SHIFT_ platform.
  • 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.