TrustMRR MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TrustMRR MCP ServerFind SaaS startups with MRR over $10,000 and positive growth"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TrustMRR MCP Server
MCP server for the TrustMRR API. Connects any MCP-compatible AI client to TrustMRR, giving your AI assistant access to startup listings, metrics, and deal analysis.
Key Features
Browse Startups — search, filter, and sort startup listings by revenue, MRR, growth, price, category, and sale status
Startup Details — get full details for any startup including financials, growth metrics, and pricing
Related MCP server: Flippa MCP
Getting Started
Creating an API key
Sign in to TrustMRR and generate an API key from your account settings.
MCP client configuration
claude mcp add --transport http trustmrr https://trustmrr-mcp-production.up.railway.app/mcp \
--header "Authorization: Bearer YOUR_API_KEY"Go to Settings → Tools → AI Assistant → Model Context Protocol (MCP) and add a new server:
{
"servers": {
"trustmrr": {
"type": "http",
"url": "https://trustmrr-mcp-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add to your .vscode/mcp.json:
{
"servers": {
"trustmrr": {
"type": "http",
"url": "https://trustmrr-mcp-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Create or edit ~/.gemini/settings.json:
{
"mcpServers": {
"trustmrr": {
"httpUrl": "https://trustmrr-mcp-production.up.railway.app/mcp",
"httpHeaders": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Add to your MCP settings:
{
"servers": {
"trustmrr": {
"type": "http",
"url": "https://trustmrr-mcp-production.up.railway.app/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Other clients
TrustMRR MCP server follows the standard MCP protocol and works with any client that supports:
Remote MCP servers
Streamable HTTP transport
Example prompts
What startups are currently on sale with MRR above $5k?
Show me the fastest growing SaaS startups listed right now
Get me the details on the startup "example-saas"
What's the best deal on a startup under $50k?
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-powered SaaS tool discovery API. Search 150+ curated business tools and get recommendations.
Global B2B intelligence for AI agents: 35M+ companies, 1.6M sanctions, KYB pack. 78 tools.
Agent-callable B2B SaaS directory: capability-structured, continuously verified listings.
Market intelligence for the AI agent economy: rankings, trust signals, liveness. 13 tools.
Related MCP Servers
- AlicenseBqualityCmaintenanceConnects AI clients to the Standard Metrics API for automated analysis of venture capital portfolio data. It enables users to query financial metrics, track company performance, and generate comprehensive reports using natural language.198MIT
- AlicenseAqualityDmaintenanceEnables users to search, analyze, and evaluate online business listings on Flippa using AI-powered tools for valuation and market research. It provides detailed metrics, risk assessments, and comparable sales data without requiring an API key or account.5424MIT
- AlicenseNot gradedqualityFmaintenanceProvides real-time Stripe subscription analytics including MRR, churn, failed payments, and expiring trials. Enables AI assistants to answer business health questions like 'How's my business doing?'MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying MRRscope analytics (visitors, revenue, MRR, traffic sources, AI crawlers, realtime) via 6 read-only tools for AI agents.11MIT