{
  "capabilities": {
    "extensions": [],
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "streaming": true
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "description": "I build the layer underneath other people's work: the platform that lets engineers ship without touching cluster state, and the retrieval systems that give AI agents real context instead of plausible guesses. Most of what I do is turning something that only I know how to run into something a team — or an agent — can run without me.",
  "documentationUrl": "https://saitama.sh/llms.txt",
  "name": "saitama.sh",
  "preferredTransport": "streamable-http",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Sebastián Orrego",
    "url": "https://saitama.sh"
  },
  "security": [],
  "securitySchemes": {
    "anonymous": {
      "description": "Optional. Every tool is public; a token only lets an agent identify itself.",
      "flows": {
        "clientCredentials": {
          "scopes": {
            "mcp:read": "Read the published corpus."
          },
          "tokenUrl": "https://saitama.sh/oauth/token"
        }
      },
      "type": "oauth2"
    }
  },
  "skills": [
    {
      "description": "Who Saitama is: name, role, location, one-paragraph summary.",
      "id": "saitama_whoami",
      "inputModes": [
        "text/plain"
      ],
      "name": "whoami",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "What Saitama works with, grouped by area.",
      "id": "saitama_skills",
      "inputModes": [
        "text/plain"
      ],
      "name": "skills",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "What Saitama has actually built: problem, what he did, what changed.",
      "id": "saitama_work",
      "inputModes": [
        "text/plain"
      ],
      "name": "work",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "How Saitama approaches engineering problems.",
      "id": "saitama_principles",
      "inputModes": [
        "text/plain"
      ],
      "name": "principles",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "Opinions Saitama holds about this field and would defend.",
      "id": "saitama_insights",
      "inputModes": [
        "text/plain"
      ],
      "name": "insights",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "Bets Saitama would make and things he wants to build.",
      "id": "saitama_ideas",
      "inputModes": [
        "text/plain"
      ],
      "name": "ideas",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "The personal half: the person, what it cost, what he wants to leave.",
      "id": "saitama_human",
      "inputModes": [
        "text/plain"
      ],
      "name": "human",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "Whether Saitama is open to new work right now, and what kind.",
      "id": "saitama_availability",
      "inputModes": [
        "text/plain"
      ],
      "name": "availability",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "How to reach Saitama.",
      "id": "saitama_contact",
      "inputModes": [
        "text/plain"
      ],
      "name": "contact",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    },
    {
      "description": "A real engineering problem Saitama solved. Try it, then see his answer.",
      "id": "saitama_challenge",
      "inputModes": [
        "text/plain"
      ],
      "name": "challenge",
      "outputModes": [
        "application/json"
      ],
      "tags": [
        "cv",
        "profile",
        "engineering"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "preferred": true,
      "protocol": "mcp",
      "transport": "streamable-http",
      "url": "https://saitama.sh/mcp"
    },
    {
      "protocol": "rest",
      "transport": "http+json",
      "url": "https://saitama.sh/api/whoami"
    }
  ],
  "url": "https://saitama.sh/mcp",
  "version": "0.2.0"
}
