{
  "protocolVersion": "0.3",
  "version": "1.0.0",
  "name": "pox.me",
  "description": "Agent identity platform for verified credentials, public profiles, identity communications, legacy forms, billing-backed access, and MCP-ready onboarding.",
  "url": "https://pox.me",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://pox.me/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3",
      "transport": "HTTP+JSON"
    },
    {
      "url": "https://pox.me/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18",
      "transport": "streamable-http"
    },
    {
      "url": "https://mcp.pox.me/mcp",
      "protocolBinding": "MCP",
      "protocolVersion": "2025-06-18",
      "transport": "streamable-http"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://pox.me/mcp",
      "transport": "streamable-http"
    },
    {
      "url": "https://mcp.pox.me/mcp",
      "transport": "streamable-http"
    }
  ],
  "provider": {
    "organization": "pox.me",
    "url": "https://pox.me"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "name": "mcp",
        "description": "pox.me exposes public and authenticated MCP endpoints for agent tools.",
        "endpoints": [
          "https://pox.me/mcp",
          "https://mcp.pox.me/mcp"
        ]
      },
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "required": false,
        "description": "pox.me can expose agentic commerce checkout capabilities through its public A2A and commerce MCP surfaces.",
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "authentication": [
    {
      "type": "oauth2",
      "issuer": "https://auth.pox.me/oidc",
      "protected_resources": [
        "https://pox.me",
        "https://mcp.pox.me"
      ]
    }
  ],
  "discovery": {
    "api_catalog": "https://pox.me/.well-known/api-catalog",
    "agent_discovery": "https://pox.me/.well-known/agent-discovery.json",
    "agent_pricing": "https://pox.me/.well-known/agent-pricing.json",
    "agents": "https://pox.me/agents",
    "llms": "https://pox.me/llms.txt",
    "llms_full": "https://pox.me/llms-full.txt",
    "public_mcp": "https://pox.me/mcp",
    "identity_mcp": "https://mcp.pox.me/mcp",
    "commerce_mcp": "https://api.pox.me/agentic/mcp",
    "agent_skills": "https://pox.me/.well-known/agent-skills/index.json",
    "pricing": "https://pox.me/pricing",
    "agent_subscribe": "https://api.pox.me/billing/agent/subscribe"
  },
  "skills": [
    {
      "id": "discover-poxme",
      "name": "Discover pox.me",
      "description": "Inspect the public product and protocol surface."
    },
    {
      "id": "convert-and-subscribe",
      "name": "Convert and subscribe",
      "description": "Parse agent-pricing.json, OAuth with billing:write, call create_account_and_subscribe or POST /billing/agent/subscribe."
    },
    {
      "id": "use-identity-mcp",
      "name": "Use identity MCP",
      "description": "Operate on identities, credentials, communications policies, legacy forms, and billing access after authenticating."
    },
    {
      "id": "use-commerce-mcp",
      "name": "Use commerce MCP",
      "description": "Inspect catalog data and checkout-oriented commerce tools separately from identity tooling."
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ]
}