← dropwatchhq.com

INDIVIDUAL MCP TOOL

whats_changed_since

Return grants/trials that are NEW or MODIFIED since a cursor token (cursor = your bookmark / CRM-sync point).

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 whats_changed_since and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

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

  • A tool name, description or schema mentions credentials.

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.
  • delta_digest — New grants + new trials in a filter over the last N days (the weekly-digest payload).
  • entity_watch — Recent funding/trial events for one institution, PI, sponsor, or topic.
  • search_records — Ad-hoc search/enrichment over snapshotted grants + trials by any filter (keyword, sponsorClass, topic, $ range).