MCP Servers


Local Tools



manage_context
handle_overlong_tool_outputs
Instruction
I am a WooCommerce store owner, and my shop has warehouses in the following cities: New York, Boston, Dallas, LA, San Francisco, Houston. Please help me: Check each warehouse SQLite database (located in the warehouse directory in the workspace) for the latest product inventory list (identified by Product ID) that has been uploaded but not yet updated in the online WooCommerce store. Use the WooCommerce MCP server to synchronize the inventory updates to the WooCommerce online store according to the city-to-region mapping.Initial State
Local Workspace
workspace/warehouse/
├── warehouse_boston.db
├── warehouse_dallas.db
├── warehouse_houston.db
├── warehouse_los_angeles.db
├── warehouse_new_york.db
└── warehouse_san_francisco.db