Codex desktop, CLI, and IDE share MCP configuration on the same host. Add the VerifiedMRR endpoint once, authenticate, and use read-only revenue tools while planning launches, reviewing projects, or writing reports.
Open Settings → MCP servers, choose Add server, select Streamable HTTP, and enter https://verifiedmrr.com/mcp. Save, restart the client when prompted, and choose Authenticate to complete OAuth.
In the Codex terminal UI, /mcp shows the connected server and its tools. The same host configuration is shared by the desktop app, CLI, and IDE extension.
Configure OAuth in config.toml
For a durable configuration, add this table to ~/.codex/config.toml. OAuth is the default authentication mode for remote HTTP servers; run codex mcp login verifiedmrr to authorize.
For CI or a headless Codex host, create a VerifiedMRR personal MCP token and keep it in an environment secret. bearer_token_env_var names the variable; it does not put the token itself in config.toml.
Use this in a fresh Codex thread after the MCP server is authenticated.
Verify my VerifiedMRR MCP connection in Codex. List the available VerifiedMRR tools, call get_sync_status, then call list_projects. Report whether authentication works, whether any source is stale or degraded, and which read-only analyses are now available. Do not combine currencies or expose credentials.