com.dropwatchhq/research-intel
Official5 toolsResearch GTM triggers: new NIH grants by PI/institution and new clinical trials by sponsor/phase.
Track NIH grants and clinical trial launches by institution and sponsor.
Captured live from the server via tools/list.
new_funding
THE GTM-trigger tool. Return the newest NIH grants and newly-registered clinical trials in a territory — the highest-intent buying signal in life-sciences sales (a newly-funded lab has budget and is choosing vendors now). Filter by institution, PI, sponsor, topic, state, IC, phase.
Parameters (13)
- institutionstring
Institution name substring.
- pistring
Principal investigator name substring.
- sponsorstring
Trial sponsor name substring.
- sponsorClassstring
INDUSTRY | NIH | OTHER_GOV | OTHER | INDIV.
- topicstring
Canonical topic slug, e.g. 'oncology', 'neuroscience'.
- statestring
2-letter US state of the org/site.
- icstring
NIH Institute/Center abbreviation, e.g. 'NCI'.
- phasestring
Trial phase substring, e.g. 'PHASE2'.
- kindstring
'grant' or 'trial' to restrict.
- keywordstring
- minAmountnumber
- maxAmountnumber
- limitnumber
Max per kind (default 50).
whats_changed_since
Return grants/trials that are NEW or MODIFIED since a cursor token (cursor = your bookmark / CRM-sync point). Pass the cursor from a prior call to get only changes since then. Same filters as new_funding.
Parameters (14)
- cursorstring
Opaque cursor from a previous response; omit for first call.
- institutionstring
Institution name substring.
- pistring
Principal investigator name substring.
- sponsorstring
Trial sponsor name substring.
- sponsorClassstring
INDUSTRY | NIH | OTHER_GOV | OTHER | INDIV.
- topicstring
Canonical topic slug, e.g. 'oncology', 'neuroscience'.
- statestring
2-letter US state of the org/site.
- icstring
NIH Institute/Center abbreviation, e.g. 'NCI'.
- phasestring
Trial phase substring, e.g. 'PHASE2'.
- kindstring
'grant' or 'trial' to restrict.
- keywordstring
- minAmountnumber
- maxAmountnumber
- limitnumber
delta_digest
New grants + new trials in a filter over the last N days (the weekly-digest payload). Best for BD teams.
Parameters (13)
- institutionstring
Institution name substring.
- pistring
Principal investigator name substring.
- sponsorstring
Trial sponsor name substring.
- sponsorClassstring
INDUSTRY | NIH | OTHER_GOV | OTHER | INDIV.
- topicstring
Canonical topic slug, e.g. 'oncology', 'neuroscience'.
- statestring
2-letter US state of the org/site.
- icstring
NIH Institute/Center abbreviation, e.g. 'NCI'.
- phasestring
Trial phase substring, e.g. 'PHASE2'.
- kindstring
'grant' or 'trial' to restrict.
- keywordstring
- minAmountnumber
- maxAmountnumber
- daysnumber
Lookback days (default 7).
entity_watch
Recent funding/trial events for one institution, PI, sponsor, or topic. Use to enrich an account or check a competitor.
Parameters (2)
- typestringrequired
'institution' | 'pi' | 'sponsor' | 'topic'.
- valuestringrequired
The entity name/value.
search_records
Ad-hoc search/enrichment over snapshotted grants + trials by any filter (keyword, sponsorClass, topic, $ range).
Parameters (13)
- institutionstring
Institution name substring.
- pistring
Principal investigator name substring.
- sponsorstring
Trial sponsor name substring.
- sponsorClassstring
INDUSTRY | NIH | OTHER_GOV | OTHER | INDIV.
- topicstring
Canonical topic slug, e.g. 'oncology', 'neuroscience'.
- statestring
2-letter US state of the org/site.
- icstring
NIH Institute/Center abbreviation, e.g. 'NCI'.
- phasestring
Trial phase substring, e.g. 'PHASE2'.
- kindstring
'grant' or 'trial' to restrict.
- keywordstring
- minAmountnumber
- maxAmountnumber
- limitnumber
Default 50.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"research-intel": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://research.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.