estore-mcp-server

handaas/estore-mcp-server

3.2

If you are the rightful owner of estore-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP service provides comprehensive e-commerce platform enterprise information query functions, including store information, sales data analysis, product category statistics, and more, to help users understand the business layout of enterprises.

The MCP server for e-commerce big data services offers a robust platform for querying and analyzing enterprise information across various e-commerce platforms. It provides users with the ability to perform keyword searches, analyze global online store profiles, and assess e-commerce product profiles. This service is designed to support businesses in understanding their market presence, analyzing competitors, and making informed decisions based on comprehensive data insights. With features like fuzzy search and detailed store information queries, users can gain a deeper understanding of enterprise operations both domestically and internationally. The server is built on Python 3.10+ and requires specific dependencies, making it a powerful tool for businesses looking to leverage big data in their strategic planning.

Features

  • Enterprise keyword fuzzy search
  • Global online store profile query
  • E-commerce product profile analysis
  • E-commerce store information query
  • Product category statistics

Usages

local integration stdio

{
  "mcpServers": {
    "estore-mcp-server": {
      "command": "uv",
      "args": ["run", "mcp", "run", "{workdir}/server/mcp_server.py"],
      "env": {
        "PATH": "{workdir}/mcp_env/bin:$PATH",
        "PYTHONPATH": "{workdir}/mcp_env",
        "INTEGRATOR_ID": "your_integrator_id",
        "SECRET_ID": "your_secret_id",
        "SECRET_KEY": "your_secret_key"
      }
    }
  }
}

remote integration streamable http

{
  "mcpServers": {
    "handaas-mcp-server": {
      "type": "streamableHttp",
      "url": "http://127.0.0.1:8000/mcp"
    }
  }
}

remote integration official service

{
  "mcpServers": {
    "estore-mcp-server":{
      "type": "streamableHttp",
      "url": "https://mcp.handaas.com/estore/estore_bigdata?token={token}"
    }
  }
}

Tools

  1. estore_bigdata_fuzzy_search

    Enterprise keyword fuzzy query

  2. estore_bigdata_global_online_store_profile

    Global online store profile query

  3. estore_bigdata_ecommerce_product_profile

    E-commerce product profile analysis

  4. estore_bigdata_ecommerce_store_info

    E-commerce store information query