← dropwatchhq.com

INDIVIDUAL MCP TOOL

entity_watch

Recent funding/trial events for one institution, PI, sponsor, or topic.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://research.dropwatchhq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for entity_watch 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

dropwatchhq.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.research-intel]
url = "https://research.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "research-intel": {
      "type": "http",
      "url": "https://research.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: research-intel
Remote MCP URL: https://research.dropwatchhq.com/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": {
    "research-intel": {
      "url": "https://research.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "research-intel": {
      "type": "http",
      "url": "https://research.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "research-intel",
  "transport": "streamable-http",
  "url": "https://research.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • new_funding — THE GTM-trigger tool.
  • whats_changed_since — Return grants/trials that are NEW or MODIFIED since a cursor token (cursor = your bookmark / CRM-sync point).
  • delta_digest — New grants + new trials in a filter over the last N days (the weekly-digest payload).
  • search_records — Ad-hoc search/enrichment over snapshotted grants + trials by any filter (keyword, sponsorClass, topic, $ range).