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.
GRANTIQ_API_KEYrequiredsecretGrantIQ API key (free dev key `grantiq-dev-key-001` or mint via /admin/keys).
X-API-KeyrequiredsecretAPI key (free tier `grantiq-dev-key-001` or mint via /admin/keys).
{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}{
"mcpServers": {
"mcp-grantiq": {
"command": "npx",
"args": [
"-y",
"grantiq-mcp"
],
"env": {
"GRANTIQ_API_KEY": "<YOUR_GRANTIQ_API_KEY>",
"X-API-Key": "<YOUR_X_API_KEY>"
}
}
}
}{
"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 mcp add mcp-grantiq --env GRANTIQ_API_KEY=<YOUR_GRANTIQ_API_KEY> --env X-API-Key=<YOUR_X_API_KEY> -- npx -y grantiq-mcpRelated MCP servers
Secure SQL proxy for AI agents — NL→SQL, AST safety, per-agent RLS, audit log.
io.github.bch1212/agent-commerce-mcp
Agent Commerce MCP — agent-native A2A storefront. Discovery, Stripe checkout, affiliate program.
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
io.github.bch1212/agenttrust
Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.
Credential vault for AI agents — Fernet-encrypted keys, per-agent budgets, audit logs.
io.github.bch1212/bizintel
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.