Murdo Connochie

Operations, technology, and tinkering

I'm a strategy and operations leader working at the intersection of technology, product, and commerce. I currently work at Shopify as a Senior Business Operations Lead, where I lead 25 crafters to deliver better merchant solutions.

Before Shopify, I spent nearly a decade at KPMG delivering complex digital projects in financial services, healthcare, and government. I write about fintech, technology, and the systems behind great work at murdo.xyz. I live in Toronto with my wife, two kids, and our chihuahua.

MCP Server

MCP is an open protocol that standardizes how applications provide context to LLMs.

This website implements the Model Context Protocol that enables LLMs to perform actions through tools.

Endpoint: https://mcp.murdo.xyz/sse

Available Tools:

Configuring with Claude or Cursor:

Connect this MCP server to Claude or Cursor by adding the following configuration:

{
  "mcpServers": {
    "remote-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.murdo.xyz/sse"
      ]
    }
  }
}

This allows the LLMs to access information about Murdo Connochie through tools like get_bio or get_work_history.