Alienware špecialista
WebMCP & AI Agent Native Standard

Alienware.sk Model Context Protocol

Frontend a backend Alienware.sk sú plne optimalizované pre autonómnych AI agentov, LLM prehľadávače (GPTBot, ClaudeBot, Perplexity) a WebMCP nástroje. Získajte štruktúrované dáta, konfigurujte modely alebo volajte JSON-RPC priamo.

Interaktívny WebMCP Nástrojový Runner

POST /api/mcp
search_products

Search the official Alienware.sk product catalog for laptops, desktops, QD-OLED monitors, and gaming accessories by keywords, category, price range, and stock availability.

Parametre požiadavky:

Všetky dostupné MCP Nástroje (Tools)

search_products7 params

Search the official Alienware.sk product catalog for laptops, desktops, QD-OLED monitors, and gaming accessories by keywords, category, price range, and stock availability.

get_product_details2 params

Get complete specifications, pricing with VAT, part number, 3-year Next Business Day On-Site warranty details, availability, and image gallery for a specific Alienware product by slug or PN.

list_categories0 params

List all official Alienware product categories, subcategories, and hierarchy.

list_configurator_models1 params

List all flagship configurable Alienware models (Area-51, Aurora R16, m16, m18) with base prices, highlight specs, and configuration capabilities.

get_model_configurator1 params

Retrieve the full configuration matrix for a customizable Alienware system (CPUs, GPUs, RAM, SSD, Displays, Chassis, AlienFX, Warranties) with individual price deltas.

calculate_custom_configuration9 params

Calculate the final price in EUR (with VAT) and generate a verified hardware summary for a chosen combination of components on an Alienware model.

get_store_info0 params

Get official store info, contact channels, legal entity data, warranty and service terms (3-year Next Business Day On-Site Service across Slovakia), shipping policies, and return guarantees.

Claude Desktop Konfigurácia

Vložte do súboru claude_desktop_config.json:

{
  "mcpServers": {
    "alienware-slovakia": {
      "url": "https://alienware.sk/api/mcp",
      "description": "Official Alienware Slovakia WebMCP tools, product catalog & hardware configurator"
    }
  }
}

Cursor / Windsurf / IDE MCP

Vložte do .cursor/mcp.json:

{
  "mcpServers": {
    "alienware-sk": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://alienware.sk/api/mcp"
      ]
    }
  }
}

MCP Resources & Prompts

resource://alienware/catalog-summary
Compact snapshot of active Alienware product lines and availability.
resource://alienware/warranty-policy
Official description of the 3-Year NBD On-Site service coverage across Slovakia.
resource://alienware/contact-and-legal
Company registration, customer support lines, showroom and fulfillment details.
Alienware Slovakia WebMCP Server v1.0.0

Všetky volania cez WebMCP JSON-RPC garantujú aktuálne ceny s DPH, skladovú dostupnosť z distribúcie a overenú 3-ročnú záruku Dell On-Site Next Business Day.