Skip to content
Back to search
100
MCP live MCP 2025-06-18 http

Bounce Watch - Company Signal Intelligence

com.bouncewatch/signals

Millions of dated buying and momentum signals: who raised, who's hiring, what changed and when

Uptime
100.0%
1 direct probes · 30d
Response
505ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
5
available

Tools · 10

search_signals

The latest signals across the whole index: which companies did something recently, what it was, and when. This is the tool for ANY question about what is happening. "Show me the latest signals", "wha…

search_companies

Finds companies by firmographics — country, headcount, funding stage — within the set BounceWatch actively observes, most recently refreshed first. By default it returns only companies we have observ…

find_company

Finds a company in the BounceWatch index by name, and returns its domain — which is what every other company tool needs. Use this whenever you have a company's NAME rather than its domain. Do not gue…

get_company

Firmographic profile of one company from the BounceWatch index: identity, location, headcount, funding history, tech stack, team and competitors. Returns what we currently hold — it never triggers a …

get_company_signals

Returns the dated signal timeline for one company: funding, hiring, partnerships, expansion, product launches, leadership changes and risk events. Use this when you already know which company you car…

refresh_company

Queues a fresh scan of one company and returns a batch id to poll with get_refresh_status. Works for companies already in the index and for domains we have never seen, which is how you add one. A sca…

get_refresh_status

Checks a scan queued by refresh_company, and WAITS for it. This call blocks until the scan is done or `wait_seconds` runs out, so you do not have to idle between polls — just call it again if it come…

watch_company

Registers a standing watch on one company, so you find out what happened there without asking again. This is the only tool that persists between sessions. A watched company is kept under continuous m…

check_watches

Returns what has happened at the companies THIS KEY ALREADY WATCHES, since the last time you asked. This is a personal inbox, not a view of the index. Use it when the question is about continuity — "…

get_signal_taxonomy

Lists every signal type BounceWatch detects, grouped by category, with what each one means and whether it is an announcement or an unconfirmed inference. It also returns `coverage`, which says which …

Prompts · 5

pre_round_radar

Find companies showing growth momentum that have NOT raised recently — the ones likely to be raising soon. Built for deal sourcing.

why_now

Build an outreach angle for one company from its recent signals: what changed, why it matters, and what to open with.

funded_and_hiring

Companies that closed a round AND are hiring in the same window — new budget plus a mandate to spend it.

account_watch_brief

What happened at a named list of companies since a given date, ranked by what deserves attention.

risk_scan

Check a list of companies for layoffs, shutdowns, leadership exits and other distress indicators. Finding nothing is the normal and good outcome — distress is rare, so this is a screen, not a search.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bounce_watch_-_company_signal_intelligence": {
      "url": "https://api.bouncewatch.com/api/v1/mcp",
      "transport": "http"
    }
  }
}