{
  "name": "corx-storefront",
  "title": "COR-X Storefront",
  "description": "MCP server for the COR-X store (www.corx.sk), a Slovak sports nutrition brand selling sugar-free electrolytes, creatine and endurance carbohydrate fuel. Exposes catalog search, product lookup, cart and checkout as tools. Implements the Universal Commerce Protocol (ucp.dev). Call tools/list for the live tool set and schemas. Payment requires explicit, contemporaneous buyer approval; never complete a checkout autonomously.",
  "version": "2026-04-08",
  "protocol": "ucp",
  "protocolVersion": "2026-04-08",
  "url": "https://www.corx.sk/api/ucp/mcp",
  "endpoint": "https://www.corx.sk/api/ucp/mcp",
  "transport": {
    "type": "streamable-http",
    "url": "https://www.corx.sk/api/ucp/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "documentation": "https://www.corx.sk/agents.md",
  "discovery": {
    "ucp": "https://www.corx.sk/.well-known/ucp",
    "llmsTxt": "https://www.corx.sk/llms.txt",
    "openapi": "https://www.corx.sk/openapi.json",
    "oauthProtectedResource": "https://www.corx.sk/.well-known/oauth-protected-resource"
  },
  "contact": {
    "name": "COR-X",
    "email": "support@corx.sk",
    "url": "https://www.corx.sk/pages/contact"
  }
}