statuspro-openapi-client

dougborg/statuspro-openapi-client
★ 0 stars Python 🔌 API Integration Updated today
StatusPro API client ecosystem — Python + TypeScript + MCP server with transport-layer resilience, rate-limit awareness, and auto-pagination.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "statuspro-openapi-cl": {
      "command": "uvx",
      "args": [
        "statuspro-openapi-client"
      ]
    }
  }
}

Or install with pip: pip install statuspro-openapi-client

README Excerpt

Multi-language client ecosystem for the and updating the status of orders**. The StatusPro API is used by merchants to expose production progress to their customers (order received → in production → shipped, etc.) and to update that status from their own systems. This monorepo ships: - A production-grade Python client with transport-layer retries, rate-limit awareness,

Tools (9)

add_order_commentbulk_update_order_statusget_orderget_viable_statuseslist_orderslist_statuseslookup_orderupdate_order_due_dateupdate_order_status

Topics

mcp-serveropenapiorder-statuspython-clientstatusprotypescript-client