← Back to Plugins
MCP Server MCP

io.github.bch1212/mcp-grantiq

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.grantiq.us/mcp",
      "headers": [
        {
          "description": "API key (free tier `grantiq-dev-key-001` or mint via /admin/keys).",
          "isRequired": true,
          "isSecret": true,
          "name": "X-API-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "grantiq-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GrantIQ API key (free dev key `grantiq-dev-key-001` or mint via /admin/keys).",
          "isRequired": true,
          "isSecret": true,
          "default": "grantiq-dev-key-001",
          "name": "GRANTIQ_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...