TrustMRR MCP Server

Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1

Set the server up locally

Run this once to clone and prepare the server before adding it to Claude Code.

Run in terminal
git clone https://github.com/AbdelhakRazi/trustmrr-mcp
cd trustmrr-mcp

Then follow the repository README for any remaining dependency or build steps before continuing.

2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
claude mcp add -e "Authorization=${Authorization}" trustmrr -- node "<FULL_PATH_TO_TRUSTMRR_MCP>/dist/index.js"

Replace <FULL_PATH_TO_TRUSTMRR_MCP>/dist/index.js with the actual folder you prepared in step 1.

Required:Authorization
README.md

Connects any MCP-compatible AI client to TrustMRR startup listings and metrics.

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

Getting Started

Creating an API key

Sign in to TrustMRR and generate an API key from your account settings.

MCP client configuration

Claude Code CLI
claude mcp add --transport http trustmrr https://trustmrr-mcp-production.up.railway.app/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
GitHub Copilot (IntelliJ IDEs)

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"
      }
    }
  }
}
GitHub Copilot (Visual Studio Code)

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"
      }
    }
  }
}
Gemini CLI

Create or edit ~/.gemini/settings.json:

{
  "mcpServers": {
    "trustmrr": {
      "httpUrl": "https://trustmrr-mcp-production.up.railway.app/mcp",
      "httpHeaders": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Cursor

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

Tools (2)

browse_startupsSearch, filter, and sort startup listings by revenue, MRR, growth, price, category, and sale status.
get_startup_detailsRetrieve full details for a specific startup including financials, growth metrics, and pricing.

Environment Variables

AuthorizationrequiredBearer token for TrustMRR API authentication

Configuration

claude_desktop_config.json
{"servers": {"trustmrr": {"type": "http", "url": "https://trustmrr-mcp-production.up.railway.app/mcp", "headers": {"Authorization": "Bearer YOUR_API_KEY"}}}}

Try it

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?

Frequently Asked Questions

What are the key features of TrustMRR?

Browse and filter startup listings by revenue, MRR, and growth. Sort startups by price and sale status. Retrieve comprehensive financial and growth metrics for specific startups. Standard MCP protocol support for remote HTTP transport.

What can I use TrustMRR for?

Performing automated deal analysis on SaaS startup listings. Identifying high-growth investment opportunities based on specific MRR thresholds. Comparing pricing and financial health across multiple startup acquisitions. Streamlining the due diligence process for startup scouting.

How do I install TrustMRR?

Install TrustMRR by running: claude mcp add --transport http trustmrr https://trustmrr-mcp-production.up.railway.app/mcp --header "Authorization: Bearer YOUR_API_KEY"

What MCP clients work with TrustMRR?

TrustMRR works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep TrustMRR docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare