Add the remote server
Use OpenClaw's managed outbound MCP registry. The transport flag matters: VerifiedMRR uses Streamable HTTP, not legacy SSE.
openclaw mcp add verifiedmrr \
--url https://verifiedmrr.com/mcp \
--transport streamable-http \
--auth oauth \
--oauth-scope revenue:read
Log in and probe it
The login command opens the VerifiedMRR authorization flow. After approval, doctor --probe makes a real connection and confirms the tools are discoverable rather than only checking saved configuration.
openclaw mcp login verifiedmrr
openclaw mcp doctor verifiedmrr --probe
openclaw mcp show verifiedmrr --json
Operate it safely
VerifiedMRR exposes only read-only tools, so it is suitable for unattended reporting and monitoring. Still instruct the agent to check get_sync_status before drawing conclusions from a period that may not have finished syncing.
If an already-running Gateway or agent does not see the new server, run openclaw mcp reload and restart the owning process when required. Use openclaw mcp logout verifiedmrr to clear stored OAuth credentials without removing the server definition.