{
  "serverInfo": {
    "name": "sakurakun999-mcp-server",
    "title": "Sakurakun999 MCP Server",
    "version": "1.0.0"
  },
  "description": "Model Context Protocol server providing programmatic access to Sakurakun999 portfolio projects, open data analysis, and mathematical research.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://skrk999.com/mcp"
  },
  "endpoint": "https://skrk999.com/mcp",
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_projects",
      "description": "Retrieve the list of 16 portfolio projects categorized across open data, research, and tools.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "category": {
            "type": "string",
            "description": "Optional category filter: open-data, math, practical, branding"
          }
        }
      }
    },
    {
      "name": "get_profile",
      "description": "Get Sakurakun999 developer profile, engineering philosophies, and technical stack.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "resources": [
    {
      "uri": "sakurakun999://portfolio/projects",
      "name": "Projects Catalog",
      "description": "Full archive of 16 projects with metadata, tags, and live links.",
      "mimeType": "application/json"
    },
    {
      "uri": "sakurakun999://portfolio/profile",
      "name": "Developer Profile & Stance",
      "description": "Core background, three engineering philosophies, and technical stack.",
      "mimeType": "application/json"
    }
  ],
  "prompts": [
    {
      "name": "summarize_portfolio",
      "description": "Generate a concise overview of Sakurakun999 projects and technical strengths."
    }
  ]
}