WallMRR MCP Server
Give Claude Desktop, Cursor, and your autonomous AI agents direct control of your TV wall via the Model Context Protocol (MCP).
Streamable HTTP (SSE)
Lightweight, modern MCP transport protocol with zero daemon overhead.
https://api.wallmrr.com/mcp
Streamable HTTP · JSON-RPC 2.0.
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.
{
"mcpServers": {
"wallmrr": {
"url": "https://api.wallmrr.com/mcp",
"headers": {
"Authorization": "Bearer wm_mcp_YOUR_TOKEN"
}
}
}
}{
"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_getRetrieve real-time revenue telemetry including current MRR, ARR, active subscribers, and daily delta.
{ "projectId": "string" }wallmrr_metric_pushPush custom revenue metrics or manual offline adjustments directly to your project wall.
{ "projectId": "string", "amountCents": 120000, "currency": "USD" }wallmrr_event_emitTrigger instant screen animations: trigger confetti explosion, sound packs, and celebratory text across all paired TVs.
{ "type": "celebration", "title": "New Enterprise Customer!", "amount": "$5,000" }wallmrr_projects_listList all projects, configured data source connections, and active screens under your account.
{}wallmrr_goal_setUpdate the active revenue milestone or monthly growth goal displayed on the TV wall.
{ "projectId": "string", "targetCents": 2000000 }wallmrr_screen_messageDisplay an ambient banner notification across all paired television screens.
{ "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.