R
research-intel
/search_records
search records
Ad-hoc search/enrichment over snapshotted grants + trials by any filter (keyword, sponsorClass, topic, $ range).
liveverifiedunknown~5s typical
mcpprobedresearch-intel
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-dropwatchhq-research-intel /search_records for me.
Input
| Field | Type | Description |
|---|---|---|
| institution | string | Institution name substring. |
| pi | string | Principal investigator name substring. |
| sponsor | string | Trial sponsor name substring. |
| sponsorClass | string | INDUSTRY | NIH | OTHER_GOV | OTHER | INDIV. |
| topic | string | Canonical topic slug, e.g. 'oncology', 'neuroscience'. |
| state | string | 2-letter US state of the org/site. |
| ic | string | NIH Institute/Center abbreviation, e.g. 'NCI'. |
| phase | string | Trial phase substring, e.g. 'PHASE2'. |
| kind | string | 'grant' or 'trial' to restrict. |
| keyword | string | |
| minAmount | number | |
| maxAmount | number | |
| limit | number | Default 50. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-dropwatchhq-research-intel","endpoint":"/search_records","input":{}}'cli
npx cracked-ai run -p mcp-com-dropwatchhq-research-intel -e /search_records -i '{}'mcp
run_tool({ provider: "mcp-com-dropwatchhq-research-intel", endpoint: "/search_records", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.