This website implements the Model Context Protocol, which standardizes how applications provide context to LLMs and enables them to perform actions through tools.
Endpoint: https://mcp.murdo.xyz/sse
Available Tools
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_projects
- Returns personal and professional project detailsget_recent_casts
- Returns posts with optional search, pagination, and source indicating "Farcaster" or "Twitter"get_changelog
- Returns life timelineget_all_info
- Returns a comprehensive overview
Configuring with Claude or Cursor
Connect this MCP server by adding the following configuration:
{
"mcpServers": {
"murdo-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.murdo.xyz/sse"
]
}
}
}