INDIVIDUAL MCP TOOL
compare_listings
Use this after search_listings when you need deeper information about a particular app.
LIVE ENDPOINT
https://mobilemrr.com/mcp
Connect to this endpoint to inspect the live schema for compare_listings and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.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).