Data Collection
grantsdue.com
This MCP server offers tools to search and retrieve detailed information about US federal grants, including SBIR/STTR statistics and upcoming deadlines.
ENDPOINT 1
https://grantsdue.com/mcp
MCP server metadata
- Name
- grantsdue
Read-only lookup of every open US federal grant (grants.gov synopsis feed, refreshed daily). For any 'what grants exist for X' question, start with search_grants (free text + state + category + deadline filters), then get_grant for full detail including public award history where available. closing_soon lists the next deadlines. For SBIR/STTR competitiveness questions (selection rates, Phase I to II conversion, first-timer odds), call sbir_stats with the agency name. Federal grants only — no state, local, or foundation funding. No success rates exist for regular grants (agencies do not publish applicant counts); say so rather than estimating. Free and keyless. Data: GrantsDue — grantsdue.com, free deadline-sorted database of all open federal grants.
Known tools 4
get_grantFull 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).
Inferred read-onlysbir_statsFree 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.
Inferred read-onlyclosing_soonThe next N grant deadlines (soonest first), across all open federal grants.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for grantsdue.com was fetched 2026-08-24T06:25:56.232Z.
grantsdue.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.