{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v1.json",
  "serverInfo": {
    "name": "wppoland-mcp",
    "version": "1.0.0",
    "title": "WPPoland site MCP server",
    "description": "Read-only MCP endpoints exposing the WPPoland services catalog, agent profile, UCP commerce profile, and LLM site context.",
    "vendor": {
      "name": "wppoland.com",
      "url": "https://wppoland.com/"
    }
  },
  "transport": {
    "type": "streamable-http",
    "url": "https://wppoland.com/mcp/",
    "endpoints": [
      {
        "rel": "mcp-endpoint",
        "href": "https://wppoland.com/mcp/",
        "type": "application/json",
        "description": "Live JSON-RPC 2.0 MCP endpoint (Streamable HTTP). Read-only tools: check_services, request_quote. POST initialize / tools/list / tools/call."
      },
      {
        "rel": "services-catalog",
        "href": "https://wppoland.com/api/services.json",
        "type": "application/json",
        "description": "Machine-readable WordPress / WooCommerce service catalog across six locales."
      },
      {
        "rel": "agent-profile",
        "href": "https://wppoland.com/api/agent.json",
        "type": "application/json",
        "description": "Agent-facing profile: locales, contact methods, inquiry and quote flows."
      },
      {
        "rel": "ucp-profile",
        "href": "https://wppoland.com/.well-known/ucp.json",
        "type": "application/json",
        "description": "Universal Commerce Protocol profile declaring merchant identity and services."
      },
      {
        "rel": "llms-txt",
        "href": "https://wppoland.com/llms.txt",
        "type": "text/plain",
        "description": "LLM-ready site context and topical map."
      }
    ]
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "links": {
    "api-catalog": "https://wppoland.com/.well-known/api-catalog",
    "agent-skills-index": "https://wppoland.com/.well-known/agent-skills/index.json",
    "ucp-profile": "https://wppoland.com/.well-known/ucp.json",
    "acp-discovery": "https://wppoland.com/.well-known/acp.json"
  },
  "contact": {
    "email": "hello@wppoland.com",
    "url": "https://wppoland.com/"
  }
}
