io.github.bch1212/mcp-grantiq
io.github.bch1212/mcp-grantiqSearch US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
Tools · 8
Search Grants.gov for funding opportunities.
Fetch the full grant record for a Grants.gov opportunity id.
Search SAM.gov for federal contract opportunities.
Fetch the full SAM.gov contract record for a notice id.
Return the top ~10 grants + contracts matched to an org profile.
List agencies with currently-open opportunities.
Return grants whose response deadline is within `days_ahead` days.
Search past SAM.gov contract awards.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.bch1212/mcp-grantiq": {
"url": "https://mcp.grantiq.us/mcp/",
"transport": "streamable-http"
}
}
}