{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.simoneruggiero/portfolio",
  "title": "Simone Ruggiero",
  "description": "Read-only profile, apps, web projects and articles of Simone Ruggiero, software engineer in Naples.",
  "version": "1.0.0",
  "websiteUrl": "https://simoneruggiero.com/",
  "documentationUrl": "https://simoneruggiero.com/docs",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://simoneruggiero.com/mcp",
      "supportedProtocolVersions": [
        "2025-11-25",
        "2025-06-18",
        "2025-03-26",
        "2024-11-05"
      ]
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_profile",
      "title": "Get profile",
      "description": "Profile of Simone Ruggiero: role, location, email, social links and skills."
    },
    {
      "name": "list_apps",
      "title": "List apps",
      "description": "iOS and macOS apps published by Simone Ruggiero, with App Store / GitHub links."
    },
    {
      "name": "list_projects",
      "title": "List web projects",
      "description": "Web products and client websites built by Simone Ruggiero."
    },
    {
      "name": "list_posts",
      "title": "List posts",
      "description": "Articles of the blog or of the AI thoughts notes, newest first (slug, title, date, description, url)."
    },
    {
      "name": "get_post",
      "title": "Get post",
      "description": "One article with its full content in Markdown. Get slugs from list_posts."
    }
  ],
  "authentication": {
    "required": false
  }
}