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 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
get_name
- Returns full nameget_bio
- Returns biographyget_work_history
- Returns work historyget_contact_info
- Returns contact informationget_social_links
- Returns social media linksget_location
- Returns current locationget_education
- Returns education backgroundget_setup
- Returns information about tools, services, and techniques used to get things doneget_apps
- Returns info and links about apps and software projectsget_changelog
- Returns life timelineget_all_info
- Returns a comprehensive overviewConnect 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
.