{
  "protocolVersion": "0.2.0",
  "name": "Vicedomini Softworks",
  "description": "Agent card for Vicedomini Softworks, a boutique software studio building custom software, AI automation and technical consulting. Exposes public content over MCP.",
  "url": "https://vicedominisoftworks.com/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Vicedomini Softworks",
    "url": "https://vicedominisoftworks.com"
  },
  "version": "0.1.0",
  "documentationUrl": "https://vicedominisoftworks.com/llms-full.txt",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "securitySchemes": {
    "oauth2": {
      "type": "oauth2",
      "description": "OAuth 2.0 protected resource; see /.well-known/oauth-protected-resource"
    }
  },
  "skills": [
    {
      "id": "list_published_posts",
      "name": "List published blog posts",
      "description": "List Vicedomini Softworks blog posts in Italian and English, with categories and keywords.",
      "tags": [
        "content",
        "blog"
      ]
    },
    {
      "id": "get_post",
      "name": "Get a blog post",
      "description": "Fetch a single published blog post by slug, including body, SEO fields and FAQ items.",
      "tags": [
        "content",
        "blog"
      ]
    },
    {
      "id": "list_case_studies",
      "name": "List case studies",
      "description": "List published client case studies with industry, services and measurable results.",
      "tags": [
        "content",
        "case-studies"
      ]
    },
    {
      "id": "get_case_study",
      "name": "Get a case study",
      "description": "Fetch a single published case study by slug, including the full narrative and results.",
      "tags": [
        "content",
        "case-studies"
      ]
    },
    {
      "id": "list_partners",
      "name": "List clients and partners",
      "description": "List public clients and partners with names, logos and websites.",
      "tags": [
        "clients",
        "partners"
      ]
    }
  ]
}