RiserFlow MCP Server Adds E-commerce Capabilities to OpenClaw

✍️ OpenClawRadar📅 Published: March 25, 2026🔗 Source
RiserFlow MCP Server Adds E-commerce Capabilities to OpenClaw
Ad

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.
Ad

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

Ad

👀 See Also

Local-first AI tax preparer with encrypted PII built on MCP
Tools

Local-first AI tax preparer with encrypted PII built on MCP

A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.

OpenClawRadar
Open Source Knowledge Base Server and Multi-Agent Orchestrator for Persistent AI Memory
Tools

Open Source Knowledge Base Server and Multi-Agent Orchestrator for Persistent AI Memory

A developer built a custom MCP server on a private VPS to give Claude, Codex, and Gemini persistent memory across sessions, with a knowledge base server that ingests Obsidian vaults and a multi-agent orchestrator called Daniel for failover.

OpenClawRadar
Claude Desktop App Cowork Function Enables AI-to-AI Communication via Shared Google Docs
Tools

Claude Desktop App Cowork Function Enables AI-to-AI Communication via Shared Google Docs

Users successfully implemented Claude-to-Claude communication using the new cowork function in the desktop app, with two AI agents reading and writing to a shared Google Doc in a structured five-exchange dialogue.

OpenClawRadar
Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT
Tools

Revise: AI Editor Built with Agentic Coding Tools and Y.js CRDT

Revise is an AI editor for documents built from scratch over 10 months using agentic coding tools, with a custom word processor engine and rendering layer that only uses Y.js for the CRDT stack. It integrates multiple AI models including GPT-5.4 variants and Claude models for proofreading and revision.

OpenClawRadar