API & MCP
Drive the platform from Claude, ChatGPT, your own scripts, or a webhook. One HTTP shim — same shape as the live runner.
Use with Claude / ChatGPT
The read endpoints above are also wrapped as MCP tools by a local MCP server (
platform-api) that proxies to this same host. Point it at https://trading.mwmai.no from your own machine, add it to your MCP client config (Claude Desktop, Claude Code, or any MCP-capable client), and you can ask things like "backtest the liquidity-sweep cell on MNQ for the last year and show me the equity curve". The server runs on your side, not ours; there is nothing to sign up for.Auth
The read endpoints are public, no key required. There is no visitor account system and no API key to manage. The write endpoints (save cell, submit job) are gated behind HTTP basic auth at the edge and are reserved for the maintainer, so the public surface is read-only by design.