TrustMRR MCP Server
Click on "Install 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: Apollo.io MCP Server
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceEnables AI assistants to access and analyze financial data including stock information, company fundamentals, and market insights through the Financial Modeling Prep API.Last updated100289140TypeScriptApache 2.0
- Alicense-qualityDmaintenanceEnables AI assistants to interact with the Apollo.io API to search global databases and enrich company and person data. It facilitates managing contacts and accounts, retrieving tech stacks, and finding job postings through natural language.Last updated321MIT
- 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.Last updated198MIT
- AlicenseAqualityFmaintenanceEnables 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.Last updated5542MIT
Related MCP Connectors
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AbdelhakRazi/trustmrr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server