Use OpenClaw with Marrow MCP
This guide shows you how to set up OpenClaw from scratch and connect it to the Marrow MCP server. Your AI assistant can then query live Amazon seller data using natural language.What you will build
You will build a working OpenClaw gateway that connects to Marrow’s MCP server. This gives your AI assistant access to Amazon seller accounts, order history, inventory levels, Sponsored Products performance, and sales reports.Prerequisites
- A machine running macOS, Linux, or Windows with WSL2
curlavailable in your terminal- An internet connection with outbound HTTPS access
Step 1: Install OpenClaw
Follow the official OpenClaw install guide for your platform. Once installed, confirm everything is working:openclaw doctor before continuing.
Step 2: Get your keys
You need two keys: one for Marrow and one for an LLM provider.Marrow MCP key
- Go to app.marrow.com and create an account.
- Purchase a subscription.
- Navigate to Integrations > MCP.
- Click MCP Key, give it a name and expiry date, then click Create.
- Copy the key. You will not be able to see it again.
LLM provider key
OpenClaw needs a large language model to reason and respond. The default is OpenAI. Get a key at platform.openai.com or configure another provider supported by OpenClaw. Export the Marrow MCP key in your shell so the commands below can use it:Step 3: Register Marrow MCP in OpenClaw
With your Marrow key loaded, register the MCP server:Step 4: Start the gateway
If the gateway is not running, start it:Step 5: Verify the setup
Send a test message through whichever channel you have connected:Example prompts
Troubleshooting
Marrow tools do not appear in OpenClaw
- Verify the server is registered:
openclaw mcp show marrow - Restart the gateway after adding the MCP server:
openclaw gateway restart - Run diagnostics:
openclaw doctor
Authorization errors
- Confirm your
MARROW_MCP_KEYis correct and has not expired. - Regenerate the key at app.marrow.com under Integrations > MCP if needed.
No sellers or data returned
- Log in to app.marrow.com and verify that your Amazon seller accounts are connected and data sync is active.
- Ads API data may take up to 24 hours to appear after initial account connection.
Links
Marrow MCP resources
- MCP server URL:
https://mcp.marrow.com/mcp/v1 - Interactive Data Scheme
- Data Scheme JSON: https://api.marrow.com/api/v1/spec/data-scheme

