Foundersignal MCP Server

Find SaaS ideas worth building. Revenue data, growth signals and pain points from 10+ sources.

Local serverstdio

What is the Foundersignal MCP server?

Foundersignal MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Find SaaS ideas worth building. Revenue data, growth signals and pain points from 10+ sources.

What you get

FounderSignal is an MCP server that connects Claude (and any MCP-compatible AI client) to curated market intelligence — revenue figures, growth signals, competition analysis and community pain points aggregated from the platforms founders actually use.

What the assistant can call

Once Foundersignal is connected, these are the calls the assistant has available:

  • market_query — Query aggregated market intelligence. Ask anything about SaaS opportunities, revenue benchmarks, growth signals or competition
  • generate_report — Export a full HTML market intelligence report to disk — 30 ranked opportunities, deep dives, revenue benchmarks and trending pain points

Setting it up

foundersignal-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Foundersignal's toolset — market_query, generate_report — is a fair guide to whether it matches your workflow. It is maintained by carlosalvite; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the foundersignal mcp server does with a few real requests.

Available tools

ToolWhat it does
market_queryQuery aggregated market intelligence. Ask anything about SaaS opportunities, revenue benchmarks, growth signals or competition.
generate_reportExport a full HTML market intelligence report to disk — 30 ranked opportunities, deep dives, revenue benchmarks and trending pain points.

How to install the Foundersignal MCP server

{
  "mcpServers": {
    "foundersignal": {
      "command": "npx",
      "args": ["foundersignal-mcp"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Foundersignal to market query.
  • Use Foundersignal to generate report.

Frequently asked questions

It connects Foundersignal to MCP-compatible AI assistants such as Claude and Cursor, exposing 2 tools (market_query, generate_report) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Foundersignal directly.