← mobilemrr.com

INDIVIDUAL MCP TOOL

estimate_valuation

Estimate the acquisition value of a mobile app based on its monthly recurring revenue (MRR), category, age, platform, and whether that revenue is verified via a payment processor (RevenueCat or Superwall).

mobilemrr.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mobilemrr.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for estimate_valuation and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

mobilemrr.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.mobilemrr-discovery]
url = "https://mobilemrr.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "mobilemrr-discovery": {
      "type": "http",
      "url": "https://mobilemrr.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: mobilemrr-discovery
Remote MCP URL: https://mobilemrr.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "mobilemrr-discovery": {
      "url": "https://mobilemrr.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "mobilemrr-discovery": {
      "type": "http",
      "url": "https://mobilemrr.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "mobilemrr-discovery",
  "transport": "streamable-http",
  "url": "https://mobilemrr.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_listings — Search mobile app listings on MobileMRR, a marketplace for mobile apps with verified revenue.
  • get_listing — Get the complete details for a specific MobileMRR mobile app listing.
  • get_leaderboard — Get the MobileMRR leaderboard: apps with provider-verified revenue, ranked highest MRR first.
  • compare_listings — Use this after search_listings when you need deeper information about a particular app.