Connect your agents to live commercial context
One call over MCP or HTTP returns your processed data and executes the action.
One call. Full context. Executed action.
Get a key
Create a key in the dashboard and export it. That’s the only setup there is.
# create a key in the dashboard, then: export RECOMMEND_API_KEY=rcmd_live_...
Register the MCP server
One config block and your agent calls live context natively — no glue code, no SDK to learn.
{
"mcpServers": {
"recommend": {
"url": "https://mcp.recommend.co",
"apiKey": "rcmd_..."
}
}
}Execute the move
Your agent reads the live context and acts on it — every action logged, every outcome feeding back into the next run.
get_context({ object: "sku:4812", market: "DE" })
→ { "demand": 78, "move": "push_in_DE" }
act({ move: "push_in_DE" })
→ brief drafted · budget +15% · meta liveWhat your agents can call
The live state of any object — demand, stock, price position, competitors, and the prepared move.
Execute the prepared move: draft the brief, shift the budget, launch the campaign.
Ask in natural language and get grounded, current numbers back.
Every object your team follows — the same objects, the same states.
Settled results, and what each one recalibrated.
The track record behind every score.