Skip to main content
Glama
kartparash-cmd

Korral StoreLink MCP

Related Servers

Alternatives to Korral StoreLink MCP

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      D
      maintenance
      Enables AI agents to interact with Korral's StoreLink system to check store inventory and sales data, and create replenishment orders to manage stock-outs.
      2
      -
    • -
      license
      Not graded
      quality
      Not graded
      maintenance
      Enables AI agents to interact with Skulabs inventory management system through comprehensive tools for managing products, orders, customers, and analytics. Supports voice agents like Retell AI and desktop applications like Claude for natural language inventory operations.
      -
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI agents to search products, manage shopping carts, clip digital coupons, check fuel points, schedule delivery/pickup, and place grocery orders with Kroger.
      15
      28 npm
      1
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables LLM clients to find King Soopers stores, search products with live store pricing, build a shopping list, and push it to your King Soopers cart via the Kroger Developer API. It maintains a local shadow cart for review before syncing, while checkout happens in the King Soopers app.
      6
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server that lets a Duvo agent talk to Korral's StoreLink API, enabling category buyers to offload daily stock checking, replenishment ordering, and order tracking tasks.
      -

    TDQS

    A4.9/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool serves a distinct step in the replenishment workflow: lookup resolves names to SKUs, get_stock_position reads inventory and computes gaps, create_replenishment_order submits a write, and get_replenishment_status reads back an order. There is no functional overlap, and the workflow descriptions reinforce clear boundaries.

    Naming Consistency5/5

    All four tools follow a consistent verb_noun snake_case pattern: lookup_sku, get_stock_position, create_replenishment_order, get_replenishment_status. The verbs (lookup/get/create/get) accurately reflect the action, and the nouns are specific resources, making the naming predictable and readable.

    Tool Count5/5

    Four tools is well-scoped for a focused inventory replenishment server. Each tool covers a necessary step in the workflow without redundancy or bloat, fitting comfortably within the ideal 3-15 tool range.

    Completeness4/5

    The core workflow is fully covered: SKU resolution, stock reading, order creation, and order status retrieval. However, there are notable gaps around order lifecycle management—no cancel, amend, or list orders—which the descriptions explicitly acknowledge but still limit the server's ability to handle post-submission needs without external intervention.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues