Loading MCP server directory, please wait...
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
npx @getmcp/cli add io.github.bch1212/mcp-grantiqRequires Node.js 18+. Community-contributed server. Review source before installing.
GRANTIQ_API_KEYGrantIQ API key (free dev key `grantiq-dev-key-001` or mint via /admin/keys).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.bch1212/mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "grantiq-dev-key-001"
}
}
}
}