Code, design, and mountains
I'm an explorer from Valencia, Spain living in Toronto, Canada. I'm a decentralized web and Open Source enthusiast, passionate about technology, design, and building digital products. I climb mountains, too.
Currently, I work as Staff Software Engineer at Fern, building an open, limitless, and user-owned financial foundation for humanity.
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-server.matallo.workers.dev/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_changelog
- Returns life timelineget_all_info
- Returns a comprehensive overviewConnect this MCP server to Claude by adding the following configuration:
{ "mcpServers": { "remote-mcp-server": { "command": "npx", "args": [ "mcp-remote", "https://mcp-server.matallo.workers.dev/sse" ] } } }
This allows Claude to access information about Carlos Matallín through tools like get_bio
or get_work_history
.