门店大数据服务

by handaas

Not rated
GitHub

About

Provides comprehensive offline store information queries, including enterprise restaurant brand store search, offline store search, and restaurant brand store statistics.

Details

Author
handaas
Categories
Search, Other

Setup

Install 门店大数据服务 in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/handaas/store-mcp-server

Follow the installation instructions in the repository README, then restart your MCP client.

该MCP服务提供全面的线下门店信息查询功能,包括企业餐饮品牌门店查询、线下店铺搜索、餐饮品牌门店统计等,帮助用户进行门店分析和品牌研究。

- 🔍 企业关键词模糊搜索
- 🍽️ 企业餐饮品牌门店查询
- 🏪 线下店铺信息搜索
- 📊 餐饮品牌门店统计

- Python 3.10+
- 依赖包:python-dotenv, requests, mcp

git clone https://github.com/handaas/store-mcp-server cd store-mcp-server
python -m venv mcp_env && source mcp_env/bin/activate pip install -r requirements.txt
INTEGRATOR_ID=your_integrator_id SECRET_ID=your_secret_id SECRET_KEY=your_secret_key
python server/mcp_server.py streamable-http
{ "mcpServers": { "handaas-mcp-server": { "type": "streamableHttp", "url": "http://127.0.0.1:8000/mcp" } } }
{ "mcpServers": { "store-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" } } } }
{ "mcpServers": { "store-mcp-server":{ "type": "streamableHttp", "url": "https://mcp.handaas.com/store/store_bigdata?token={token}" } } }

注意:integrator_id、secret_id、secret_key及token需要登录https://www.handaas.com/进行注册开通平台获取

- matchKeyword(必需): 匹配关键词 - 查询各类信息包含匹配关键词的企业
- pageIndex(可选): 分页开始位置
- pageSize(可选): 分页结束位置 - 一页最多获取50条数据

2. store_bigdata_company_restaurant_branches

根据输入的企业信息查询并返回该企业旗下餐饮品牌门店的详细信息,包括总数、品牌类别、城市和省份的门店分布等。

- matchKeyword(必需): 匹配关键词 - 企业名称/注册号/统一社会信用代码/企业id
- keywordType(可选): 主体类型 - name:企业名称,nameId:企业id,regNumber:注册号,socialCreditCode:统一社会信用代码

- storeTotal: 总数
- storeList: 数据列表

- brandClassification: 品牌类别

- brandId: 品牌id
- firstClassify: 一级类别
- secondClassify: 二级类别

提供线下店铺的搜索功能,通过输入店铺名称、类目、消费区间、店铺状态、地理位置等条件,返回符合条件的店铺信息列表。

- ooStoreName(可选): 店铺名称
- ooStoreBrandList(可选): 经营品牌 - 支持多选,英文分号分割
- ooStoreCalClassification(可选): 店铺分类 - 支持多选
- address(可选): 地区 - 不可多选,英文逗号分割
- ooStoreStatus(可选): 店铺状态 - 营业,尚未营业,暂停营业,歇业/关闭,关闭/下架
- ooStoreAddressValue(可选): 店铺地址
- hasMobile(可选): 有无手机号 - 1:有,0:无
- hasPhone(可选): 有无固话 - 1:有,0:无
- pageSize(可选): 分页大小 - 一页最多获取50条数据
- ooMinStorePerCapitaConsumption(可选): 人均消费最小值
- ooMaxStorePerCapitaConsumption(可选): 人均消费最大值
- pageIndex(可选): 页码 - 从1开始

- total: 总数

- ooStoreId: 店铺id
- hasContact: 有无联系方式 - 1:有,0:无
- contactNumber: 联系方式数量
- hasMobile: 有无手机号 - 1:有,0:无
- hasPhone: 有无固话 - 1:有,0:无
- ooStoreCalClassification: 店铺分类
- ooStoreName: 店铺名称
- ooStorePerCapitaConsumption: 人均价格
- ooStoreRank: 店铺排名
- ooStoreStatus: 店铺状态
- ooStoreTradingArea: 店铺所在商圈

4. store_bigdata_restaurant_branch_stats

根据品牌ID获取特定餐饮品牌在各城市及省份的门店分布情况,包括各城市和省份的门店数量统计。

- matchKeyword(必需): 品牌id - 字段来源企业旗下餐饮品牌门店
- pageIndex(可选): 页码 - 从1开始
- pageSize(可选): 分页大小 - 一页最多获取50条数据

- cityStatsTotal: 城市分布数量
- cityStatsList: 城市分布列表

- count: 门店数量
- city: 城市
- 餐饮企业管理: 了解企业旗下品牌门店分布和经营状况
- 市场分析: 分析特定区域的餐饮市场分布和竞争情况
- 选址决策: 通过门店分布数据辅助新店选址决策
- 品牌研究: 研究餐饮品牌的市场覆盖和发展策略
- 竞争分析: 了解竞争对手的门店布局和市场策略
- 消费者研究: 分析不同区域的消费水平和偏好
- 企业全称要求: 在调用需要企业全称的接口时,如果没有企业全称则先调取store_bigdata_fuzzy_search接口获取企业全称
- 分页限制: 不同接口的分页限制有所不同,请注意参数说明
- 地区筛选: 支持按省市区域进行筛选,注意格式要求
- 品牌分类: 支持按餐饮品牌类别进行筛选查询
- 数据覆盖: 主要覆盖餐饮类品牌门店,其他行业覆盖有限
- 帮我查找包含"海底捞"关键词的企业信息
- 搜索与"星巴克"相关的企业列表
- 查询名称中包含"麦当劳"的公司

store_bigdata_company_restaurant_branches (企业餐饮品牌门店查询)

- 查询海底捞国际控股有限公司的餐饮门店分布 - 星巴克在中国有哪些门店品牌? - 麦当劳的门店城市分布情况

store_bigdata_offline_store_search (线下店铺信息搜索)

- 搜索北京地区的火锅店信息 - 查找上海市人均消费100-200元的餐厅 - 搜索广州天河区营业中的咖啡店

store_bigdata_restaurant_branch_stats (餐饮品牌门店统计)

- 统计海底捞品牌在各个城市的门店数量 - 星巴克在各个省份的门店分布统计 - 分析肯德基的门店地理分布情况

Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.

Read-only MCP server for the SAP analytics services market — consulting firms, contract radar, day rates, concepts, studies and news across SAP Datasphere, Business Data Cloud, SAC, BW/4HANA and Databricks.

CLI and MCP server for the UK Companies House API — company search, profiles, officers, filings, ownership, and due diligence

EzBiz Government Contracting Intelligence

AI-powered federal contract search, agency spending analysis, competitor win tracking, and set-aside monitoring.

Mapa Societario — Spanish Company Registry (BORME)

Search Spanish companies, directors and corporate relationships from official BORME registry filings — ~3.1M companies since 2009. Read-only, anonymous.

Verified Northeast Ohio construction opportunity intelligence for AI agents, with free project previews through a remote MCP endpoint.

Query comprehensive exhibition information, including enterprise participation records, venue details, and exhibition search.

Query comprehensive enterprise information from e-commerce platforms, including store details, sales data, and product statistics.

Get clear, reliable and actionable Customer Insights with AI.

Honeydew semantic layer provides a governed, business-friendly data model that unifies metrics, dimensions, and relationships across sources, enabling consistent self-service analytics and AI-powered data access

Windsor MCP enables your LLM to query, explore, and analyze your full-stack business data integrated into Windsor.ai with zero SQL writing or custom scripting.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.