Bounce Watch - Company Signal Intelligence
com.bouncewatch/signalsMillions of dated buying and momentum signals: who raised, who's hiring, what changed and when
Tools · 10
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…
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…
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…
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 …
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…
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…
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…
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…
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 — "…
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
Find companies showing growth momentum that have NOT raised recently — the ones likely to be raising soon. Built for deal sourcing.
Build an outreach angle for one company from its recent signals: what changed, why it matters, and what to open with.
Companies that closed a round AND are hiring in the same window — new budget plus a mandate to spend it.
What happened at a named list of companies since a given date, ranked by what deserves attention.
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.
Similar MCP servers embedding-nearest
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"
}
}
}