Skip to main content
Glama
simone202120

ecommerce-mcp-server

by simone202120

Related Servers

Alternatives to ecommerce-mcp-server

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      B
      maintenance
      Enables natural-language querying and analysis of an e-commerce SQLite database via MCP, with read-only SQL execution, table inspection, and AI-generated answers.
      4
      -
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables safe, read-only analysis of an online store's SQLite database, providing schema introspection, restricted SELECT queries, and specialized analytics tools through MCP.
      -
    • A
      license
      A
      quality
      B
      maintenance
      A read-only MCP server that lets AI agents run safe, specialized analytics over an internet shop's SQLite database, covering customers, products, orders, and revenue. It exposes no generic SQL or write tools, so agents can answer questions without modifying data.
      8
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      Enables natural-language querying and safe read/write access to a small e-commerce SQLite database through MCP tools, including schema inspection, SELECT queries, and explicitly confirmed mutations.
      -
    • F
      license
      A
      quality
      C
      maintenance
      Enables AI agents to analyze an SQLite e-commerce database via secure read-only SQL queries, providing tools for table inspection and analytical requests.
      2
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables LLMs to interact with a SQLite e-commerce database via safe, typed MCP tools with read-only guards and auth-gated mutations, plus a Claude agent for answering business questions.
      1
      MIT

    TDQS

    A4/5.0

    Scored across 5 tools

    Disambiguation4/5

    Most tools have clearly distinct purposes: customer-specific orders, semantic product search, aggregate sales metrics, product ranking, and stock alerts. However, sales_summary and top_products both use date ranges and revenue, so an agent might briefly hesitate between aggregate reporting and per-product ranking.

    Naming Consistency3/5

    All names use lowercase snake_case and are descriptive, but they mix verb-led names like get_customer_orders and search_products with noun-phrase names like sales_summary, top_products, and low_stock_alert. The inconsistency is minor and readable rather than chaotic.

    Tool Count5/5

    Five tools is a well-scoped size for a focused ecommerce server. Each tool covers a meaningful slice of ecommerce needs without redundancy or bloat.

    Completeness3/5

    The set covers customer order lookup, product discovery, sales reporting, product ranking, and stock alerts, which forms a useful read-only analytics surface. However, there are notable gaps for a broad 'ecommerce' domain, such as product detail retrieval, order lookup by ID, inventory management, or customer management.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues