← bouncewatch.com

INDIVIDUAL MCP TOOL

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.

bouncewatch.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for get_signal_taxonomy and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bouncewatch.com

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.

Related tools

  • search_signals — The latest signals across the whole index: which companies did something recently, what it was, and when.
  • search_companies — Finds companies by firmographics — country, headcount, funding stage — within the set BounceWatch actively observes, most recently refreshed first.
  • find_company — Finds a company in the BounceWatch index by name, and returns its domain — which is what every other company tool needs.
  • get_company — Firmographic profile of one company from the BounceWatch index: identity, location, headcount, funding history, tech stack, team and competitors.
  • get_company_signals — Returns the dated signal timeline for one company: funding, hiring, partnerships, expansion, product launches, leadership changes and risk events.
  • refresh_company — Queues a fresh scan of one company and returns a batch id to poll with get_refresh_status.
  • get_refresh_status — Checks a scan queued by refresh_company, and WAITS for it.
  • watch_company — Registers a standing watch on one company, so you find out what happened there without asking again.