PluginBench
MCP Server
Active

io.github.bch1212/mcp-grantiq MCP Server

io.github.bch1212/mcp-grantiq

What is the io.github.bch1212/mcp-grantiq MCP server?

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

How to install io.github.bch1212/mcp-grantiq

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • GRANTIQ_API_KEY
    required
    secret

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

  • X-API-Key
    required
    secret

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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-grantiq": {
      "command": "npx",
      "args": [
        "-y",
        "grantiq-mcp"
      ],
      "env": {
        "GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-grantiq": {
      "command": "npx",
      "args": [
        "-y",
        "grantiq-mcp"
      ],
      "env": {
        "GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-grantiq": {
      "command": "npx",
      "args": [
        "-y",
        "grantiq-mcp"
      ],
      "env": {
        "GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-grantiq": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "grantiq-mcp"
      ],
      "env": {
        "GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
        "X-API-Key": "<YOUR_X_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-grantiq --env GRANTIQ_API_KEY=<YOUR_GRANTIQ_API_KEY> --env X-API-Key=<YOUR_X_API_KEY> -- npx -y grantiq-mcp

Related MCP servers

Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.

1
Python
MIT
View repository →

Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.

0
TypeScript
MIT
View repository →

Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.

0
Python
MIT
View repository →

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

0
Python
MIT
View repository →

Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.

0
Python
MIT
View repository →

Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.

0
Python
MIT
View repository →