Carlos Matallín

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 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-server.matallo.workers.dev/sse

Available Tools:

Configuring with Claude:

Connect 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.