Skip to main content
Glama
pyroua
by pyroua

Related Servers

Alternatives to Pyro Storefront MCP Server

No user-submitted related servers found.

    Related Servers

    TDQS

    A3.7/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool maps to a distinct stage or resource: catalogue search, item details, stock validation, delivery branch lookup, order creation, and order tracking. The only potential overlap is between search_fireworks and get_firework_details, but their purpose is clearly separated by list-level vs. detail-level access.

    Naming Consistency5/5

    All tools follow a consistent verb_noun snake_case pattern: get_, search_, check_, track_, create_. This makes the toolset predictable and easy to reason about, with no mixed conventions or vague generic verbs.

    Tool Count5/5

    Six tools is well-scoped for a storefront server: search, details, stock, delivery, ordering, and tracking each earn their place. The surface is neither bloated nor too thin for the stated purpose.

    Completeness4/5

    The core customer journey is covered end-to-end: find products, inspect them, verify stock, choose a delivery branch, place an order, and track it. Minor gaps exist such as no explicit order details endpoint or cancellation flow, but agents can complete the main purchase workflow without dead ends.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues