Douyin Local Life API MCP. Audit orders, manage stock, and find shops with AI.
Works with every AI agent you already use
…and any MCP-compatible client
Just plug in your AI agents and start using Vinkius.
Douyin Local Life API / 抖音生活服务. Manage local retail and hospitality operations via AI. Your agent can instantly check shop metadata, list recent orders, verify customer coupons, and monitor real-time inventory.
It's the core connection to China's top local commerce platform, letting you run complex merchant workflows without ever touching the Douyin Merchant Center.
What your AI agents can do
Get order detail
Retrieves comprehensive metadata for a single, specific order.
Get product detail
Fetches detailed metadata for a given product ID.
Get product stock
Checks the current available inventory count for a product at a shop.
Search for shops or retrieve specific shop metadata using location or POI IDs.
List recent orders and get full metadata for any specific order in the system.
Verify if a provided coupon code is active and valid for a specific order.
Get current stock levels for specific products at specific shop locations.
Manually adjust the inventory count for a product at a location.
Retrieve detailed metadata about any product offering.
Ask AI about this MCP
Supported MCP Clients
Waiting for input…
Douyin Local Life API: 8 Tools for Commerce Ops
Use these tools to manage local shop metadata, audit order lifecycles, and control product inventory directly through your AI client.
019d8430get order detail
Retrieves comprehensive metadata for a single, specific order.
019d8430get product detail
Fetches detailed metadata for a given product ID.
019d8430get product stock
Checks the current available inventory count for a product at a shop.
019d8430get shop info
Retrieves general metadata and status information for a shop.
019d8430get verify code
Validates a customer-provided coupon code against a specific order.
019d8430list recent orders
Lists metadata for the most recent orders placed at a shop.
019d8430search shops
Finds shops based on criteria like location or name.
019d8430update product stock
Changes the recorded inventory count for a product at a shop.
Choose How to Get Started
Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.
Build Your Own
Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.
- Import from OpenAPI, Swagger, or YAML specs
- Create Agent Skills with progressive disclosure
- Deploy to edge with MCPFusion framework
- Built in DLP, auth, and compliance on every call
- Real time usage dashboard and cost metering
- Publish to catalog or keep private
Make Your AI Do More
Start with Douyin Local Life API / 抖音生活服务, then connect any of our 4,700+ other servers whenever your AI needs more. One click, no limits.
- Use this MCP plus 4,700+ others, all in one place
- Add new capabilities to your AI anytime you want
- Every connection is secured and compliant automatically
- Track usage and costs across all your servers
- Works with Claude, ChatGPT, Cursor, and more
- New servers added to the catalog every week
What you can do with this MCP connector
Your agent can handle local retail and hospitality operations through the Douyin Local Life API. You can search for shops using search_shops or grab general shop data with get_shop_info. You'll always know where you are because you can find nearby Points of Interest (POIs) and pull core shop metadata. You can list recent purchases with list_recent_orders or pull full metadata for any specific order using get_order_detail.
When you need to check out, you'll verify customer coupons using get_verify_code to confirm the order's legitimacy. You can get detailed metadata about any product offering with get_product_detail and check the current available stock count at a shop with get_product_stock. You can manually change the recorded inventory count for a product at a shop using update_product_stock.
How Douyin Local Life API MCP Works
- 1 First, subscribe to the server and plug in your Douyin Client Key, Client Secret, and App Private Key.
- 2 Next, your AI client uses natural language to call a specific tool (e.g.,
list_recent_orders) with required parameters like shop IDs or dates. - 3 The server returns the structured data—be it shop info, order list, or stock count—which your agent uses to complete the user's request.
The bottom line is you get real-time, structured access to local commerce data from Douyin, without needing to navigate any web portal.
Who Is Douyin Local Life API MCP For?
This is for the operations lead who spends too much time clicking through merchant dashboards. If you manage multiple physical locations, the workflow needs to be automated. It's for the restaurant manager needing to audit orders or the developer building an internal tool that needs live inventory data.
Audits the full order lifecycle, checking status via list_recent_orders and validating payment using get_verify_code.
Monitors stock levels using get_product_stock and corrects counts by calling update_product_stock across various POIs.
Integrates live commerce data into an internal dashboard, using get_shop_info and get_product_detail to build reliable data pipelines.
What Changes When You Connect
- Audit order flow instantly: Instead of logging into the Douyin Merchant Center to see pending orders, your agent calls
list_recent_ordersandget_order_detailto pull the full history into your chat window. You get the data, period. - Control inventory without logging in: When a product sells out or needs a manual count, call
get_product_stockand thenupdate_product_stock. This lets you fix stock levels from your AI client, making your workflow self-contained. - Verify sales codes on the fly: Don't wait for manual coupon checking. Use
get_verify_codeto instantly validate a customer's code against an order, confirming validity and completing the sale record. - Search and monitor locations: Need to know what's nearby? Use
search_shopsto find Points of Interest (POIs) andget_shop_infoto pull core details, all without leaving your AI workspace. - Product data at your fingertips: Quickly get product specs using
get_product_detail, which is useful whether you're debugging an order or just building a product catalog view. - Full automation capability: Your agent handles complex, multi-step workflows—like finding a shop, then listing its orders, and then checking the stock on those products—all from a single conversation.
Real-World Use Cases
Troubleshooting a failed order
A customer reports an order is stuck. Instead of digging through multiple tabs in the Douyin Merchant Center, your agent runs list_recent_orders and then get_order_detail for the specific ID. You instantly see the failure point and the full metadata, solving the problem in chat.
Running a physical inventory check
The retail specialist needs to confirm if Product X is stocked correctly across 5 different branches. They call search_shops to get the POI list, then loop through the results calling get_product_stock and update_product_stock for each location to ensure data accuracy.
Validating a complex coupon deal
A sales rep needs to confirm a group discount code for a new client. They ask the agent to use get_verify_code with the code and the shop ID. The agent confirms if the coupon is valid and what it applies to, closing the sale immediately.
Building a local business directory
A developer needs to map local competitors. They use search_shops to find nearby POIs, then call get_shop_info to gather structured data (address, hours, status) for every entry, populating a database without manual scraping.
The Tradeoffs
Manual dashboard navigation
Trying to check order status requires logging into the Douyin Merchant Center, finding the order ID, clicking the order, and scrolling through multiple pages of metadata.
→
Use list_recent_orders to get a list of IDs, then pass the ID to get_order_detail. This pulls all necessary metadata instantly into your agent's memory.
Guessing inventory levels
Relying on physical counts or old spreadsheets to determine stock, leading to over-selling and disappointed customers.
→
Always check real-time counts using get_product_stock. If you sell items, use update_product_stock immediately to keep the records accurate.
Separating product and shop lookups
First looking up product details, then separately looking up shop info, and having to manually correlate the two pieces of data.
→
Use search_shops to narrow down the POI list, and then use the POI ID in conjunction with get_product_detail to ensure the product belongs to the correct location's context.
When It Fits, When It Doesn't
Use this if your job requires managing complex, multi-location retail or hospitality operations in China. You need to programmatically check orders, manage inventory counts, or verify customer coupons. If you are building an internal tool that needs to ingest live, structured data from Douyin's local life service, this is your server. Don't use this if you only need basic product search—use a general catalog API. If you only need to read a single, static shop profile, get_shop_info is sufficient, but you'll need the rest of the tools for full operation flow control.
Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Douyin Local Life API / 抖音生活服务. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
VINKIUS INFRASTRUCTURE
Cloud Hosted
Managed infra
V8 Isolated
Sandboxed per request
Zero-Trust Proxy
No stored credentials
DLP Enforced
Policy on every call
GDPR Compliant
EU data residency
Token Compression
~60% cost reduction
Works with Claude, ChatGPT, Cursor, and more
The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.
This server provides 8 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.
Available Capabilities
The old way of checking shop orders is a mess of tabs and logins.
Today, checking order fulfillment means logging into the Douyin Merchant Center. You hunt for the order ID, click through status updates, and copy-paste details from separate sections just to get a full picture. It takes time and misses data.
With this MCP server, your agent handles the whole thing. You simply ask for the order status, and the agent uses `get_order_detail` and `list_recent_orders` to pull all the metadata into your chat. You get the full picture, instantly.
Douyin Local Life API MCP Server: Get Real-Time Stock and Order Data
Manual stock checks require someone to physically go to the store, count items, and then manually update the central spreadsheet. Orders require manual status checks across multiple internal systems.
Now, you tell your agent to check stock using `get_product_stock`. If the count is wrong, you tell it to fix it with `update_product_stock`. It's a single, reliable digital manager for your entire operation.
Common Questions About Douyin Local Life API MCP
How do I use the `get_product_stock` tool? +
You must provide the Product ID and the Shop POI ID. The tool returns the current count, allowing you to verify inventory levels before fulfilling an order.
What is the difference between `list_recent_orders` and `get_order_detail`? +
list_recent_orders gives you a list of IDs and basic info for many orders. get_order_detail takes one specific ID and returns every piece of metadata for that single order.
Can I use `get_verify_code` for anything other than coupons? +
No. get_verify_code is specifically designed to validate customer coupon codes against a given order in the Douyin system.
Does `search_shops` require specific location data? +
Yes. You need to provide criteria like location or name. The tool finds shops and returns the necessary POI IDs needed for all other management tools.
How do I update stock using `update_product_stock`? +
You must specify the Product ID, the Shop POI ID, and the new count. The tool commits the change directly to the inventory records.
How do I get the initial shop information using `get_shop_info`? +
You provide the shop's unique ID or POI ID. This tool returns basic metadata, including the shop's current operational status and location details. You use this to confirm the shop exists before running order or inventory checks.
What information is available when I use `get_product_detail`? +
This tool returns comprehensive product metadata. It includes the product's full name, category details, and its associated product ID. This data helps you confirm exactly what item the customer is referring to.
Can I list all recent orders using `list_recent_orders`? +
No, the tool retrieves a paginated list of the most recent orders. You must specify a time range or shop ID to narrow the results and ensure you get the relevant data set.
How do I find my Douyin Client Key and Secret? +
Log in to the Douyin Open Platform, create an application, and you will find your unique Client Key and Client Secret in the application details overview.
What is a POI ID? +
A POI ID (Point of Interest ID) is a unique identifier for a physical store or location registered within the Douyin ecosystem. It is required for all store-specific operations like inventory management.
Can I verify coupons in real-time? +
Yes! Use the verify_order_coupon tool with the customer's verification code and your POI ID. Your agent will communicate with Douyin to confirm the coupon is valid and mark the order as fulfilled.
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
More in this category
Meituan Waimai Open API / 美团外卖
China's leading food delivery platform — manage store operations, orders, and delivery tracking via AI.
Kuaishou Mini-Game
Kuaishou mini-game developer API — manage cloud storage, leaderboards, analytics, and content moderation for casual games.
Amazon Ads
Advertising management — manage Sponsored Products, brands, and performance reports via AI.
You might also like
BLS Local — LAUS State & County Unemployment
Explore the Local Area Unemployment Statistics (LAUS) program. Get granular unemployment insights spanning across every US State, County, and Metropolitan Area.
Inoreader
Follow hundreds of news sources and blogs with a powerful RSS reader that filters, organizes, and prioritizes content for you.
World Bank Full Access
The ultimate Mega-Server integration: A massive 30-tool suite granting your AI zero-auth access to the entire World Bank catalog (29,506 indicators) across all 21 specific categories.