Bounce Watch MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bounce Watch MCPWhat signals has OpenAI had this month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bounce Watch MCP
Find out what changed at a company, and when.
Bounce Watch tracks buying and momentum signals for companies — who raised money, who hired a senior person, who opened an office, won a customer, or announced a partnership. Over forty kinds of event, and every one carries the date it happened. This repository holds the connection details and client configs for the hosted Model Context Protocol server.
The server itself is hosted. There is nothing to install or run.
https://api.bouncewatch.com/api/v1/mcpTransport: HTTP streamable
Auth: OAuth, or an API key in
X-API-Key/Authorization: BearerFree tier: 2,500 credits on every new account. No card, no expiry.
Registry name:
com.bouncewatch/signals
Connect
Claude Code
claude mcp add bouncewatch --transport http https://api.bouncewatch.com/api/v1/mcpPress Connect and approve in the browser. No key to paste.
Cursor, VS Code
Ready-made config files are in clients/. Cursor takes the URL
directly:
{
"mcpServers": {
"bouncewatch": {
"url": "https://api.bouncewatch.com/api/v1/mcp"
}
}
}Claude Desktop
Add it in the app: Settings → Connectors → Add custom connector, with the URL above. Claude Desktop's config file will not take a remote URL — that file is for servers running on your own machine.
If you would rather keep it in the config file anyway, point it at the launcher below.
Clients that only speak stdio
For clients that cannot open an HTTP connection, this repository publishes a launcher — a transparent pipe to the same endpoint, with no dependencies:
{
"mcpServers": {
"bouncewatch": {
"command": "npx",
"args": ["-y", "@bouncewatch/mcp"],
"env": { "BOUNCEWATCH_API_KEY": "your-key" }
}
}
}n8n and Make
Both connect to remote MCP servers without any custom node or app. Paste the URL,
add your API key as a header, and the tool list loads itself. See
clients/n8n.md and clients/make.md.
Related MCP server: FundzWatch MCP Server
What you can ask
Ask in plain language. The server answers with real company names, dates and sources.
"Which Dutch companies under 50 people raised in the last month?"
"What has been happening at stripe.com?"
"Which companies in Belgium announced a partnership in the last two weeks?"
"Tell me the next time something happens at these twelve accounts."
Tools
Ten tools, eight of them read-only.
Tool | What it does |
| The latest signals across the whole index — which companies did something recently, what it was, and when |
| Find companies by country, headcount and funding stage |
| Look up a company by name and get its domain |
| Firmographic profile of one company |
| The dated signal timeline for one company |
| Queue a fresh scan of one company |
| Check a queued scan. Free to call |
| Put a standing watch on a company |
| What happened at the companies this key already watches |
| Every signal type, grouped by category. Free to call |
refresh_company and watch_company are the two that write.
Prompts
Five saved prompts ship with the server.
Prompt | What it is for |
| Companies showing growth momentum that have not raised recently — the ones likely raising soon |
| An outreach angle for one company: what changed, why it matters, what to open with |
| Closed a round and 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 |
| Layoffs, shutdowns and leadership exits across a list of companies |
How signals work
Every signal carries its own date. Not the date we found it — the date the thing happened. That is what lets you separate this week's news from last year's.
Every signal carries a weight from 1 to 10. A funding round outranks a conference booth. Roughly a third of what happens at any company is background — event attendance, news mentions, follower drift — and all of it is weighted 1 or 2 so you can drop it in one filter. Set a floor of 3 or 4 and you are searching on substance.
An empty result is not the same as a quiet company. Every answer states how recently the company was looked at. When coverage is thin, the answer says so rather than implying nothing happened.
Credits
One question typically costs around 50 credits — a signal search plus a timeline
for a handful of companies — so the free tier's 2,500 credits cover about 50 of
them. get_signal_taxonomy and get_refresh_status cost nothing at all.
Keys and balances: https://bouncewatch.com/api-panel/mcp
Also listed at
Official MCP Registry, as
com.bouncewatch/signals(entry)
Links
Documentation: https://docs.bouncewatch.com/mcp/overview
Pricing: https://bouncewatch.com/pricing
Product: https://bouncewatch.com
License
MIT. See LICENSE. The hosted service itself is a commercial product; this repository covers the connection details and examples.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT
- AlicenseAqualityCmaintenanceProvides real-time business event intelligence and AI-scored sales leads to help users track funding rounds, acquisitions, and executive hires. It enables AI agents to generate strategic market briefs and manage company watchlists for predictive business insights.72342MIT
- Flicense-qualityCmaintenanceNormalizes and serves corporate events (earnings, dividends, splits, M\&A) from US, UK, Canada, and Australia via a programmatic MCP API.
- Flicense-qualityCmaintenanceGive your AI agent 4 sales-timing tools: detect funding events, buying-signal hires, competitor pricing changes, and buying-intent Reddit posts. Know when to reach out, not just who.
Related MCP Connectors
Structured company & industry news for AI agents: typed, dated, source-linked events.
Company and market intelligence, news, enrichment, and agentic workflows for dealmakers.
Private company data & real-time news signals for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bouncewatch/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server