TrustMRR MCP Server
Query verified startup revenue data from any MCP client. TrustMRR verifies MRR directly from payment providers (Stripe and others), so the numbers are real, not self-reported — and its marketplace lists startups for sale with asking prices and multiples.
Tools
- list_startups — browse active startups with filters:
minMrr/maxMrr,minRevenue/maxRevenue(last 30 days),minGrowth/maxGrowth(30-day %),category(ai, saas, developer-tools, fintech, ecommerce...),onSale,minPrice/maxPrice, plus sorting (revenue, price, growth, multiple, best-deal) and pagination. - get_startup — full details for one startup by slug: revenue, growth, customers, active subscriptions, profit margin, visitors, revenue per visitor, founding date, and sale status.
Setup
Get an API key from the TrustMRR developer dashboard, then add the remote server:
{
"mcpServers": {
"trustmrr": {
"url": "https://trustmrr.com/api/mcp",
"headers": {
"Authorization": "Bearer tmrr_your_api_key"
}
}
}
}
Or with Claude Code:
claude mcp add --transport http trustmrr https://trustmrr.com/api/mcp --header "Authorization: Bearer tmrr_your_api_key"
Example prompts
- "Give me 10 startups making $50k+ MRR that aren't built for agents yet"
- "List AI startups for sale under a 3x revenue multiple"
- "Which categories have the fastest 30-day MRR growth right now?"
A limited unauthenticated preview is available at GET https://trustmrr.com/api/ai (25 recently listed and 25 best-deal startups).



