mcpbeat Sign in

Flippa MCP Server

local only

Flippa MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 12 Feb 2026.

Search, analyze, and evaluate online businesses for sale on Flippa.com marketplace.

Installs per day peak 23 · avg 6 · +22% w/w
a month agotoday
38
Installs / week
npm · flippa-mcp-server
4
Stars
1 open issues
12 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Flippa MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add flippa-mcp -- npx -y flippa-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "flippa-mcp": {
      "args": [
        "-y",
        "flippa-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.flippa-mcp]
command = "npx"
args = ["-y", "flippa-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "flippa-mcp": {
      "args": [
        "-y",
        "flippa-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "flippa-mcp": {
      "args": [
        "-y",
        "flippa-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FLIPPA_API_TOKEN (Optional bearer token for future authenticated Flippa API endpoints (watchlist, bidding). Not required for core functionality.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Flippa MCP

same job, measured the same way
MANDA
by manda

Search Japan's M&A marketplace MANDA - public business-for-sale listings (read-only, no auth)

4 tools answering
Obato
by obato

Search boats for sale or rent, marinas and live market stats on Obato, Europe's boat marketplace.

11 tools answering
1stDibs
by 1stdibs

MCP server for browsing and searching items on 1stDibs marketplace.

4 tools answering
Cyclesite MCP Server
by tomalarrrr

Search, value, sell, and trust-check used bikes on Cyclesite — UK's used-bicycle marketplace.

43 installs/wk 34 tools answering
Bronjoy Marketplace
by bronjoy

Search and book appointments at service businesses across Uzbekistan.

6 tools answering
Supost MCP
by capmus-team

Search listings, message posters, and create drafts on SUpost, the marketplace for Stanford

6 tools answering
Queryquarry
by queryquarry

Double-blind talent marketplace: AIs search anonymous opted-in candidates; reveal on consent.

11 tools answering
Real Estate Capitale MCP
by allamiwayl-27

Real estate MCP server for Morocco — search, valuation, market analysis, 17 tools.

17 tools answering

Flippa MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Flippa MCP?
Flippa MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package flippa-mcp-server was installed 38 times last week.
How do I connect Flippa MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls flippa-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Flippa MCP?
The npm package flippa-mcp-server was installed 38 times in the last week. Week over week that is +22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Flippa MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 4 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.