Marketing
bouncewatch.com
Tracks company events like funding and hiring to help users craft personalized outreach emails for sales or marketing.
ENDPOINT 1
https://api.bouncewatch.com/api/v1/mcp
MCP server metadata
- Name
- bouncewatch
- Version
- 1.2.0
BounceWatch keeps a dated record of what companies actually did — funding rounds, hiring surges, partnerships, expansion into new markets, leadership changes, product launches and risk events. Every entry carries the day we saw it, which is what separates something still worth acting on from old news. This connection is not authenticated. You can read what the server offers; running any of it needs an account. To connect, use whatever sign-in your client offers for this server, or create an API key and send it as `Authorization: Bearer <key>`. Both reach the same account and the same balance — there is no separate subscription for agent access, and new accounts start with credits included, so the tools can be tried immediately. Details and setup for each client: https://bouncewatch.com/mcp
Known tools 10
search_signalsThe latest signals across the whole index: which companies did something recently, what it was, and when.
Inferred read-onlysearch_companiesFinds companies by firmographics — country, headcount, funding stage — within the set BounceWatch actively observes, most recently refreshed first.
Inferred read-onlyfind_companyFinds a company in the BounceWatch index by name, and returns its domain — which is what every other company tool needs.
Inferred read-onlyget_companyFirmographic profile of one company from the BounceWatch index: identity, location, headcount, funding history, tech stack, team and competitors.
Inferred read-onlyget_company_signalsReturns the dated signal timeline for one company: funding, hiring, partnerships, expansion, product launches, leadership changes and risk events.
Inferred read-onlyrefresh_companyQueues a fresh scan of one company and returns a batch id to poll with get_refresh_status.
Inferred read-onlywatch_companyRegisters a standing watch on one company, so you find out what happened there without asking again.
Inferred read-onlycheck_watchesReturns what has happened at the companies THIS KEY ALREADY WATCHES, since the last time you asked.
Inferred read-onlyget_signal_taxonomyLists every signal type BounceWatch detects, grouped by category, with what each one means and whether it is an announcement or an unconfirmed inference.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bouncewatch]
url = "https://api.bouncewatch.com/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bouncewatch": {
"type": "http",
"url": "https://api.bouncewatch.com/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bouncewatch
Remote MCP URL: https://api.bouncewatch.com/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bouncewatch": {
"url": "https://api.bouncewatch.com/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bouncewatch": {
"type": "http",
"url": "https://api.bouncewatch.com/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bouncewatch",
"transport": "streamable-http",
"url": "https://api.bouncewatch.com/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.bouncewatch.com/api/v1/tracker/mcp
Known tools 0
No tool metadata was available in the registry cache.
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.bouncewatch-com]
url = "https://api.bouncewatch.com/api/v1/tracker/mcp"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Code
.mcp.json
{
"mcpServers": {
"bouncewatch-com": {
"type": "http",
"url": "https://api.bouncewatch.com/api/v1/tracker/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Claude Desktop
Settings → Connectors → Add custom connector
Name: bouncewatch-com
Remote MCP URL: https://api.bouncewatch.com/api/v1/tracker/mcp
Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"bouncewatch-com": {
"url": "https://api.bouncewatch.com/api/v1/tracker/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Visual Studio Code
.vscode/mcp.json
{
"servers": {
"bouncewatch-com": {
"type": "http",
"url": "https://api.bouncewatch.com/api/v1/tracker/mcp",
"headers": {
"Authorization": "Bearer ${input:mcp-token}"
}
}
},
"inputs": [
{
"type": "promptString",
"id": "mcp-token",
"description": "bouncewatch-com bearer token",
"password": true
}
]
}
Authentication is required. Replace the placeholder locally and never commit a secret.
Generic MCP
Client-specific MCP configuration
{
"name": "bouncewatch-com",
"transport": "streamable-http",
"url": "https://api.bouncewatch.com/api/v1/tracker/mcp",
"headers": {
"Authorization": "Bearer YOUR_BEARER_TOKEN"
}
}
Authentication is required. Replace the placeholder locally and never commit a secret.
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bouncewatch.com was fetched 2026-08-03T11:53:43.669Z and is being refreshed.
bouncewatch.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.