Bounce Watch MCP
Tracks buying and momentum signals for companies, such as funding rounds, senior hires, office openings, customer wins, and partnerships, with each event carrying its date.
README
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/mcp
- Transport: HTTP streamable
- Auth: OAuth, or an API key in
X-API-Key/Authorization: Bearer - Free 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/mcp
Press 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.
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 |
|---|---|
search_signals |
The latest signals across the whole index — which companies did something recently, what it was, and when |
search_companies |
Find companies by country, headcount and funding stage |
find_company |
Look up a company by name and get its domain |
get_company |
Firmographic profile of one company |
get_company_signals |
The dated signal timeline for one company |
refresh_company |
Queue a fresh scan of one company |
get_refresh_status |
Check a queued scan. Free to call |
watch_company |
Put a standing watch on a company |
check_watches |
What happened at the companies this key already watches |
get_signal_taxonomy |
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 |
|---|---|
pre_round_radar |
Companies showing growth momentum that have not raised recently — the ones likely raising soon |
why_now |
An outreach angle for one company: what changed, why it matters, what to open with |
funded_and_hiring |
Closed a round and 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 |
risk_scan |
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) - Glama
- mcp.so
- Smithery
- MCP Market
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.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。