Analytics
mobilemrr.com
Provides access to MobileMRR's marketplace data for mobile apps, including listings, leaderboards, and revenue-based valuation estimates.
ENDPOINT 1
https://mobilemrr.com/mcp
MCP server metadata
- Name
- mobilemrr-discovery
Known tools 5
search_listingsSearch mobile app listings on MobileMRR, a marketplace for mobile apps with verified revenue.
Inferred read-onlyget_leaderboardGet the MobileMRR leaderboard: apps with provider-verified revenue, ranked highest MRR first.
Inferred read-onlyestimate_valuationEstimate 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).
Potential side effectscompare_listingsUse this after search_listings when you need deeper information about a particular app.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.