← Index

io.github.bch1212/mcp-grantiq

io.github.bch1212/mcp-grantiq·v1.0.1·AI & LLMs
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.grantiq.us/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-grantiq": {
      "command": "npx",
      "args": [
        "-y",
        "grantiq-mcp"
      ],
      "env": {
        "GRANTIQ_API_KEY": "<your-grantiq_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-grantiq": {
      "command": "npx",
      "args": [
        "-y",
        "grantiq-mcp"
      ],
      "env": {
        "GRANTIQ_API_KEY": "<your-grantiq_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y grantiq-mcp
§02  Environment variables
GRANTIQ_API_KEY
requiredsecret

GrantIQ API key (free dev key `grantiq-dev-key-001` or mint via /admin/keys).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs