GrantIQ MCP
Rank #25,349io.github.bch1212/mcp-grantiq
Search US grants + federal contracts (Grants.gov + SAM.gov) from any LLM.
GrantIQ MCP is a Model Context Protocol (MCP) server published by bch1212. It ranks #25,349 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. GrantIQ MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on May 9, 2026 and most recently updated on May 9, 2026.
Ranks ahead of 90,111 of 115,460 servers on MCP Toplist.
Use GrantIQ MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mcp-grantiq https://mcp-grantiq.up.railway.app/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add mcp-grantiq -e "GRANTIQ_API_KEY=<your GRANTIQ_API_KEY>" -- npx -y grantiq-mcpReplace each placeholder with your own value before saving.
[mcp_servers.mcp-grantiq]
url = "https://mcp-grantiq.up.railway.app/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.mcp-grantiq]
command = "npx"
args = ["-y", "grantiq-mcp"]
[mcp_servers.mcp-grantiq.env]
GRANTIQ_API_KEY = "<your GRANTIQ_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp-grantiq.up.railway.app/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<your GRANTIQ_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-grantiq": {
"url": "https://mcp-grantiq.up.railway.app/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<your GRANTIQ_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-grantiq": {
"type": "http",
"url": "https://mcp-grantiq.up.railway.app/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"mcp-grantiq": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<your GRANTIQ_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-grantiq": {
"serverUrl": "https://mcp-grantiq.up.railway.app/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<your GRANTIQ_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-grantiq": {
"url": "https://mcp-grantiq.up.railway.app/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<your GRANTIQ_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.bch1212%2Fmcp-grantiq)<a href="https://mcptoplist.com/server/io.github.bch1212%2Fmcp-grantiq"><img src="https://mcptoplist.com/badge/io.github.bch1212%2Fmcp-grantiq.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
bch1212
Other servers by bch1212
- agentfetch-mcp#19,318 · 1 ver
- Agent Commerce MCP#20,517 · 4 vers
- QueryShield#21,430 · 1 ver
- ModelWatch#23,142 · 2 vers
- AgentVault#29,652 · 1 ver
- AgentTrust MCP#54,749 · 1 ver
- BizIntel MCP#54,750 · 1 ver
- InjectShield#54,751 · 1 ver
- outdooriq-mcp#54,752 · 1 ver
- PubRecords MCP#54,753 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 1.0.1 | May 9, 2026 |
| 1.0.0 | May 9, 2026 |
Frequently asked questions
- Who maintains GrantIQ MCP?
- GrantIQ MCP is maintained by bch1212, which publishes 11 MCP servers (16 total versions) tracked on MCP Toplist.
- Is GrantIQ MCP listed on the Official MCP Registry?
- Yes — GrantIQ MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GrantIQ MCP have?
- MCP Toplist tracks 2 versions of GrantIQ MCP, most recently published on May 9, 2026.
- Where can I find the source code for GrantIQ MCP?
- The source code for GrantIQ MCP is hosted at github.com/bch1212/mcp-grantiq.