S
Scite
/search_grants
search grants
Search research grants from the scite grants database (NIH RePORTER, NSF, SBIR/STTR, Wellcome, EU, and more). Use this tool to find grants by research topic, P
liveverifiedunknown~5s typical
mcpprobedscite
$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-ai-scite-mcp /search_grants for me.
Input
| Field | Type | Description |
|---|---|---|
| q | string | Search query (keywords, PI name, organization, agency, etc.) |
| f | string | Space-delimited filters in `field:"value"` format. Example: 'agency:"NIH" country:"United |
| p | integer | Page number (default: 1) default 1 |
| s | string (_relevance | awardStartDate | awardCloseDate | awardNoticeDate | awardAmount | employeeCount) | Sort field (default: _relevance) default "_relevance" |
| sortDir | string (asc | desc) | Sort direction (default: desc). Ignored when s is _relevance. default "desc" |
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-ai-scite-mcp","endpoint":"/search_grants","input":{"p":1,"s":"_relevance","sortDir":"desc"}}'cli
npx cracked-ai run -p mcp-ai-scite-mcp -e /search_grants -i '{"p":1,"s":"_relevance","sortDir":"desc"}'mcp
run_tool({ provider: "mcp-ai-scite-mcp", endpoint: "/search_grants", input: {"p":1,"s":"_relevance","sortDir":"desc"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.