picqer-fulfillmentProvides JSON API commands to fetch Picqer dashboard KPIs, picklists, stock movements, and revenue data for order fulfillment monitoring.
Install via ClawdBot CLI:
clawdbot install johnmcgucki/picqer-fulfillmentJSON-only API for dashboard data. No markdown responses.
All commands return JSON. No chat explanations.
dashboard.fetchReturns complete DashboardData object with KPIs, picklists, stock, and revenue.
Input: { "command": "dashboard.fetch", "filters": { "dateFrom": "2024-01-01", "dateTo": "2024-01-31", "picker": "", "client": "" } }
picklists.fetchReturns only picklists data (open, closed, picker stats).
Input: { "command": "picklists.fetch", "filters": {} }
stock.fetchReturns stock movements with slow/fast mover categorization.
Input: { "command": "stock.fetch", "filters": {} }
revenue.fetchReturns revenue per client for sell-stock clients.
Input: { "command": "revenue.fetch", "filters": {} }
Always returns JSON. Example success:
{
"kpis": { "openPicklists": 42, "closedPicklists": 128, ... },
"picklists": { "open": [...], "closed": [...], "pickerStats": [...] },
"stock": { "rows": [...] },
"revenue": { "perClient": [...] },
"filtersUsed": { ... }
}
Example error:
{ "error": "Picqer API not configured" }
Generated Mar 1, 2026
A logistics manager needs real-time visibility into warehouse performance metrics to optimize picking operations and identify bottlenecks. This skill provides dashboard data showing open/closed picklists and picker productivity stats, helping managers allocate resources efficiently during peak order periods.
An inventory analyst requires insights into stock movements and categorization of slow/fast moving items to optimize inventory levels and reduce carrying costs. The stock.fetch command provides movement data with categorization, enabling data-driven decisions about reordering and stock rotation.
A sales manager needs to analyze revenue performance across different clients to identify top performers and growth opportunities. The revenue.fetch command returns per-client revenue data specifically for sell-stock clients, supporting client relationship management and sales strategy development.
An operations director requires a holistic view of fulfillment center performance including KPIs, picklists, stock, and revenue in a single dashboard. The dashboard.fetch command provides complete DashboardData with all metrics, enabling strategic decision-making and performance tracking against targets.
A warehouse supervisor needs to monitor individual picker performance and efficiency metrics to identify training needs and optimize workflows. The picklists.fetch command provides detailed picker statistics within the picklists data, supporting performance management and operational improvements.
Offer this dashboard functionality as a subscription service to small and medium-sized logistics companies who need analytics but lack development resources. The JSON-only API structure makes it easy to integrate with existing systems, while the security features ensure safe data access.
Provide custom integration services for large enterprises needing to connect their Picqer systems with existing BI tools or ERP systems. The structured JSON responses and specific data endpoints make this skill ideal for building custom reporting pipelines and automated dashboards.
License this dashboard technology to software vendors in the logistics and warehousing space who want to add analytics capabilities to their existing products. The modular commands allow vendors to pick specific functionalities while maintaining consistent JSON responses.
💬 Integration Tip
Ensure your .env file contains the correct API key and that your network is configured for Tailscale access before attempting to use any commands.
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, and CLI/type generation.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to...
Build, debug, and deploy websites using HTML, CSS, JavaScript, and modern frameworks following production best practices.
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Search for jobs across LinkedIn, Indeed, Glassdoor, ZipRecruiter, Google Jobs, Bayt, Naukri, and BDJobs using the JobSpy MCP server.