STUDIO PLAN EXCLUSIVE

WallMRR MCP Server

Give Claude Desktop, Cursor, and your autonomous AI agents direct control of your TV wall via the Model Context Protocol (MCP).

Transport

Streamable HTTP (SSE)

Lightweight, modern MCP transport protocol with zero daemon overhead.

Endpoint

https://api.wallmrr.com/mcp

Streamable HTTP · JSON-RPC 2.0.

Authentication

Personal access token

A wm_mcp_… token in the Authorization header. It works until you revoke it.

Configuration Snippets

Add WallMRR to your agent’s configuration file to immediately expose real-time revenue telemetry.

Claude Desktop (`claude_desktop_config.json`)JSON
{
  "mcpServers": {
    "wallmrr": {
      "url": "https://api.wallmrr.com/mcp",
      "headers": {
        "Authorization": "Bearer wm_mcp_YOUR_TOKEN"
      }
    }
  }
}
Cursor (`.cursor/mcp.json`)JSON
{
  "mcpServers": {
    "wallmrr": {
      "url": "https://api.wallmrr.com/mcp",
      "headers": {
        "Authorization": "Bearer wm_mcp_YOUR_TOKEN"
      }
    }
  }
}

Available MCP Tools

When connected, models like Claude 3.7 Sonnet or Claude Opus can autonomously invoke these functions during coding, debugging, or sales reporting.

wallmrr_metrics_get

Retrieve real-time revenue telemetry including current MRR, ARR, active subscribers, and daily delta.

Input Schema{ "projectId": "string" }
wallmrr_metric_push

Push custom revenue metrics or manual offline adjustments directly to your project wall.

Input Schema{ "projectId": "string", "amountCents": 120000, "currency": "USD" }
wallmrr_event_emit

Trigger instant screen animations: trigger confetti explosion, sound packs, and celebratory text across all paired TVs.

Input Schema{ "type": "celebration", "title": "New Enterprise Customer!", "amount": "$5,000" }
wallmrr_projects_list

List all projects, configured data source connections, and active screens under your account.

Input Schema{}
wallmrr_goal_set

Update the active revenue milestone or monthly growth goal displayed on the TV wall.

Input Schema{ "projectId": "string", "targetCents": 2000000 }
wallmrr_screen_message

Display an ambient banner notification across all paired television screens.

Input Schema{ "message": "Deploying v2.4 to production...", "durationSeconds": 30 }

Ready to wire your AI agents to WallMRR?

MCP is included on Pro ($12/mo) and Studio ($29/mo), along with instant updates, all themes and no WallMRR branding.

Upgrade to Pro →