{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "poxme-public-discovery",
    "title": "pox.me public discovery",
    "version": "1.0.0"
  },
  "description": "Public discovery metadata for pox.me, covering read-only orientation tasks and public entry points.",
  "documentationUrl": "https://pox.me/docs",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://pox.me/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "get_poxme_overview",
      "title": "Get pox.me overview",
      "description": "Return a concise read-only overview of pox.me and its public discovery surface.",
      "inputSchema": {
        "type": "object",
        "properties": {},
        "additionalProperties": false
      }
    },
    {
      "name": "list_poxme_entrypoints",
      "title": "List pox.me entry points",
      "description": "List public pox.me URLs by surface such as product, support, auth, API, agent, or assets.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "surface": {
            "type": "string",
            "enum": [
              "product",
              "support",
              "auth",
              "api",
              "agent",
              "assets"
            ]
          }
        },
        "additionalProperties": false
      }
    }
  ]
}