handaas/store-mcp-server
If you are the rightful owner of store-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 offline store information query functions, including enterprise restaurant brand store queries, offline store searches, and restaurant brand store statistics, aiding users in store analysis and brand research.
The Store MCP Server is a robust platform designed to facilitate comprehensive data analysis and research for offline stores, particularly in the restaurant industry. It offers a suite of tools that allow users to perform keyword searches, query restaurant brand stores, and gather statistical data on store distributions across various regions. The server is built on Python 3.10+ and requires specific dependencies such as python-dotenv, requests, and mcp. Users can quickly set up the server locally by cloning the project, creating a virtual environment, and configuring necessary environment variables. The server supports multiple startup methods, including stdio, sse, and streamable-http, providing flexibility in deployment. Additionally, it integrates seamlessly with platforms like Cursor and Cherry Studio, allowing for efficient data management and analysis. The service is particularly useful for restaurant enterprise management, market analysis, site selection decisions, brand research, competitive analysis, and consumer research.
Features
- Enterprise keyword fuzzy search
- Restaurant brand store query
- Offline store information search
- Restaurant brand store statistics
- Flexible deployment options
Usages
local integration stdio
{ "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" } } } }
remote integration streamable http
{ "mcpServers": { "handaas-mcp-server": { "type": "streamableHttp", "url": "http://127.0.0.1:8000/mcp" } } }
remote integration official service
{ "mcpServers": { "store-mcp-server":{ "type": "streamableHttp", "url": "https://mcp.handaas.com/store/store_bigdata?token={token}" } } }
Tools
store_bigdata_fuzzy_search
Enterprise keyword fuzzy query
store_bigdata_company_restaurant_branches
Enterprise restaurant brand store query
store_bigdata_offline_store_search
Offline store information search
store_bigdata_restaurant_branch_stats
Restaurant brand store statistics