Serversio.github.bch1212/mcp-grantiq
G

io.github.bch1212/mcp-grantiq

io.github.bch1212/mcp-grantiq · v1.0.1
▦ npm
v1.0.1npm npm: grantiq-mcp🌐 https://mcp.grantiq.us/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
  "name": "io.github.bch1212/mcp-grantiq",
  "description": "Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.",
  "repository": {
    "url": "https://github.com/bch1212/mcp-grantiq",
    "source": "github"
  },
  "version": "1.0.1",
  "websiteUrl": "https://mcp.grantiq.us",
  "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"
        }
      ]
    }
  ],
  "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}