INDIVIDUAL MCP TOOL
sbir_stats
Free SBIR/STTR competition stats for one agency: SBA-published selection rates (FY2022, the latest edition), computed Phase I->II conversion, and first-timer vs incumbent win shares.
LIVE ENDPOINT
https://grantsdue.com/mcp
Connect to this endpoint to inspect the live schema for sbir_stats 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
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.grantsdue]
url = "https://grantsdue.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"grantsdue": {
"type": "http",
"url": "https://grantsdue.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: grantsdue
Remote MCP URL: https://grantsdue.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": {
"grantsdue": {
"url": "https://grantsdue.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"grantsdue": {
"type": "http",
"url": "https://grantsdue.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "grantsdue",
"transport": "streamable-http",
"url": "https://grantsdue.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_grants— Search open US federal grants, sorted by soonest deadline first.get_grant— Full detail for one grant by its GrantsDue/grants.gov opportunity id (the `id` field returned by search_grants / closing_soon): description, award floor/ceiling, eligibility flags, states mentioned, and — where public data exists — award history (real awards per year and median award size for the grant's Assistance Listing).closing_soon— The next N grant deadlines (soonest first), across all open federal grants.