← Registry

Marketing

bouncewatch.com

Tracks company events like funding and hiring to help users craft personalized outreach emails for sales or marketing.

2 endpoints10 known toolsFirst detected July 31, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.bouncewatch.com/api/v1/mcp

No auth detected

MCP server metadata

Name
bouncewatch
Version
1.2.0
Capabilities
toolsprompts
Server instructions

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_signals

The latest signals across the whole index: which companies did something recently, what it was, and when.

Inferred read-only
search_companies

Finds companies by firmographics — country, headcount, funding stage — within the set BounceWatch actively observes, most recently refreshed first.

Inferred read-only
find_company

Finds a company in the BounceWatch index by name, and returns its domain — which is what every other company tool needs.

Inferred read-only
get_company

Firmographic profile of one company from the BounceWatch index: identity, location, headcount, funding history, tech stack, team and competitors.

Inferred read-only
get_company_signals

Returns the dated signal timeline for one company: funding, hiring, partnerships, expansion, product launches, leadership changes and risk events.

Inferred read-only
refresh_company

Queues a fresh scan of one company and returns a batch id to poll with get_refresh_status.

Inferred read-only
get_refresh_status

Checks a scan queued by refresh_company, and WAITS for it.

Inferred read-only
watch_company

Registers a standing watch on one company, so you find out what happened there without asking again.

Inferred read-only
check_watches

Returns what has happened at the companies THIS KEY ALREADY WATCHES, since the last time you asked.

Inferred read-only
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.

Inferred read-only

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]
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

Auth required

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.

Trust status Trusted

bouncewatch.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.