{
  "$schema": "https://modelcontextprotocol.io/schemas/server-discovery/0.1/schema.json",
  "version": "0.1.0",
  "name": "publicus-public-mcp",
  "display_name": "Publicus Public MCP Server",
  "description": "Public read-only MCP server exposing Publicus product knowledge and markdown rendering of public pages. Covers 14 Swiss cantonal official gazettes (FAO Genève + SECO Amtsblattportal). No authentication required.",
  "publisher": {
    "name": "Candice Sàrl",
    "url": "https://publicus.ch",
    "contact": "support@publicus.ch"
  },
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://publicus.ch/api/public/markdown-gateway",
      "auth": "none"
    }
  ],
  "capabilities": {
    "tools": false,
    "resources": true,
    "prompts": false
  },
  "documentation": "https://publicus.ch/llms-full.txt",
  "discovery": {
    "ai_plugin": "https://publicus.ch/.well-known/ai-plugin.json",
    "agent_skills": "https://publicus.ch/.well-known/agent-skills/index.json",
    "llms_txt": "https://publicus.ch/llms.txt"
  }
}
