@teploe-odealko-mpflow/mpflow-proxy
v2026.2.8
Published
OpenClaw extension for MPFlow billing proxy - intercepts tool calls and routes through billing system
Maintainers
Readme
MPFlow Proxy Extension for OpenClaw
OpenClaw extension that intercepts tool calls and routes them through MPFlow billing proxy for usage tracking.
Features
- Custom Tools: Adds Yandex Wordstat, Yandex Search, Firecrawl, and Ozon Seller API tools
- Tool Interception: Intercepts built-in tools (web_search, image) and routes through billing proxy
- Usage Tracking: All tool calls are billed and tracked in the MPFlow system
Installation
# Install globally in OpenClaw extensions directory
npm install --prefix ~/.openclaw/extensions/mpflow-proxy @teploe-odealko-mpflow/mpflow-proxy@latestEnvironment Variables
Required:
MPFLOW_PROXY_URL- URL of the MPFlow billing proxy (e.g., https://proxy.mp-flow.ru)MPFLOW_USER_TOKEN- User authentication token (format:user_id:hmac_signature)
Usage
The extension is automatically loaded by OpenClaw if present in ~/.openclaw/extensions/mpflow-proxy/.
Tools Provided
Custom Tools (registered)
yandex_wordstat- SEO keyword research via Yandex Direct APIyandex_search- Reverse image search via Yandex Images APIfirecrawl- Web scraping with JS rendering for protected sitesozon- Ozon Seller API for product management
Intercepted Tools (built-in)
web_search- Brave Search (routes through proxy for billing)image- Gemini Vision (routes through proxy for billing)
Development
# Run tests
npm test
# Run tests with coverage
npm run test:coverage
# Run standalone proxy test
npm run test:standaloneVersion
Current version: 2026.2.7
Requires: OpenClaw >= 2026.2.0
License
MIT
