RiserFlow MCP Server Adds E-commerce Capabilities to OpenClaw

RiserFlow is an open-source MCP server that connects AI agents like OpenClaw to real e-commerce stores, addressing limitations in product search, cart management, and order placement. The tool moves beyond demo flows to handle actual transactions that appear in store administration systems.
Core Features
- Semantic product search: Syncs store catalogs into a local Prisma/PostgreSQL database, generates embeddings, and provides agents with a better search layer than outdated platform APIs.
- Persistent customer preferences: Remembers details like size, color, and brand across sessions, enabling commands like "Get me what I ordered last time."
- Cart management: Includes support for multi-store carts.
- Real order placement: Orders go into actual CMS/admin systems. Currently ships with a Bitrix adapter, with an adapter pattern allowing support for Shopify, WooCommerce, or other platforms without changing the MCP layer.
- Product images, descriptions, and comparisons: Agents can surface products directly in chat and compare options in-context.
Production-Ready Architecture
This isn't a toy demo. It already includes:
- Multi-tenancy: One server can handle multiple stores
- Idempotency: Retries are safe, and duplicate orders are avoided
- Adapter pattern: Swap backend integrations without rewriting the MCP layer
- Local catalog sync + embeddings: Search stays independent from limitations of older commerce platforms
Technical Stack
Built with Next.js 16+, Prisma, PostgreSQL, BullMQ, and currently a Bitrix adapter. The project is open source under Apache 2.0.
Context and Availability
The developer built this to address the gap in MCP infrastructure for e-commerce, noting that while people are building MCP servers for files, GitHub, databases, and internal tools, there's little connecting AI agents to actual online stores where transactions happen. The timing aligns with MCP gaining traction through Anthropic's certification program and adoption by OpenAI and Google.
A demo video shows OpenClaw ordering a t-shirt through chat with the order appearing in Bitrix admin. The GitHub repository is available for feedback, especially on adapter design and which e-commerce platforms to support next.
📖 Read the full source: r/openclaw
👀 See Also

Design Studio Plugin for Claude Code Adds Virtual Design Team with 9 Roles and 16 Commands
A new Claude Code plugin called Design Studio simulates a full design team with 9 specialist roles, 16 slash commands, and 5 agents. It auto-detects tech stacks and includes over 8,000 lines of design knowledge across reference files.

Claude Code v2.1.139 Adds /goal Command for Async Long-Running Tasks
Claude Code v2.1.139 introduces the /goal command, enabling fire-and-forget sessions that run until a completion condition is met, plus a new agents view to monitor active sessions.

Benchmark: Gemma4 12B vs Qwen3 8B quantized on 24GB Mac Mini
A developer tested Gemma4 12B against Qwen3:8b-q4_K_M on a 24GB Mac Mini using two prompts. Qwen3 processed prompts 4-5x faster, while Gemma4 generated output slightly faster.

HN SOTA: Tracking Coding Model Popularity via Hacker News Comments
HN SOTA is a daily updated pipeline that scrapes Hacker News comments, uses Gemini to identify coding models from the OpenRouter list, and logs sentiment per mention into a public Google Sheet. The top 10 models by mentions over a 10-day trailing window are displayed.