Skip to content
Back to search
100
MCP live v1.0.1 MCP 2025-11-25 streamable-http

io.github.bch1212/mcp-grantiq

io.github.bch1212/mcp-grantiq

Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.

Uptime
33.3%
3 direct probes · 30d
Response
931ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

search_grants

Search Grants.gov for funding opportunities.

get_grant_details

Fetch the full grant record for a Grants.gov opportunity id.

search_contracts

Search SAM.gov for federal contract opportunities.

get_contract_details

Fetch the full SAM.gov contract record for a notice id.

match_opportunities

Return the top ~10 grants + contracts matched to an org profile.

get_agencies

List agencies with currently-open opportunities.

get_deadlines

Return grants whose response deadline is within `days_ahead` days.

search_awards

Search past SAM.gov contract awards.

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"
    }
  }
}