KosmoKrator

data

TrustMRR MCP Integration for Codex

Connect TrustMRR to Codex through the local KosmoKrator MCP gateway with scoped tools, credentials, and write policy.

2 functions 2 read 0 write API key auth

Connect TrustMRR to Codex

Use KosmoKrator as a local MCP proxy for Codex so coding sessions can reach selected integrations with explicit write policy.

Register kosmo mcp:serve as a local stdio server and choose the integration allowlist. The gateway is local, scoped to this integration, and starts with --write=deny so Codex can inspect read-capable tools without receiving write access by default.

TrustMRR MCP Config for Codex

Keep write access denied or ask-based unless the workspace is trusted.

{
  "mcpServers": {
    "kosmokrator-trustmrr": {
      "type": "stdio",
      "command": "kosmo",
      "args": [
        "mcp:serve",
        "--integration=trustmrr",
        "--write=deny"
      ]
    }
  }
}

Run the Gateway Manually

kosmokrator mcp:serve --integration=trustmrr --write=deny

Why Use KosmoKrator Here

Scoped tools

Expose only TrustMRR instead of a broad multi-service tool list.

Local credentials

Reuse credentials already configured for the KosmoKrator CLI and Lua runtime.

Write policy

Start read-only, then opt into ask or allow for trusted workspaces.

TrustMRR Tools Visible to Codex

Codex sees stable MCP tool names generated from the TrustMRR integration catalog.

MCP toolSource functionTypeDescription
integration__trustmrr__trustmrr_get_startup trustmrr.trustmrr_get_startup Read Get full details for a single startup on TrustMRR by its slug. Returns revenue data, tech stack, cofounders, social metrics, asking price, and more. Use the slug from the list startups tool.
integration__trustmrr__trustmrr_list_startups trustmrr.trustmrr_list_startups Read Browse and filter startups with verified revenue on TrustMRR. Filter by sale status, category, revenue range, MRR, growth, or asking price. All monetary values are in USD cents (e.g. 100000 = $1,000).

Related TrustMRR Pages