{
  "$schema": "https://modelcontextprotocol.io/schemas/2025-06-18/well-known.json",
  "name": "vicedomini-softworks-mcp",
  "title": "Vicedomini Softworks",
  "description": "Model Context Protocol server exposing Vicedomini Softworks public content: blog posts, case studies and clients & partners.",
  "version": "0.1.0",
  "documentation": "https://vicedominisoftworks.com/llms-full.txt",
  "mcpServers": {
    "vicedomini-softworks": {
      "type": "http",
      "url": "https://vicedominisoftworks.com/mcp",
      "transport": "streamable-http",
      "authorization": {
        "type": "oauth2",
        "protectedResourceMetadata": "https://vicedominisoftworks.com/.well-known/oauth-protected-resource"
      }
    }
  },
  "capabilities": {
    "tools": [
      "list_published_posts",
      "get_post",
      "list_case_studies",
      "get_case_study",
      "list_partners"
    ]
  }
}