Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers0 Stars

Cg Mcp Grant Seeker

An MCP server that searches grant opportunities across CommonGrants-compliant APIs (federal, Pennsylvania, California, and any source you add)

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "cg-mcp-grant-seeker": {
      "command": "npx",
      "args": [
        "-y",
        "github:agilesix/cg-mcp-grant-seeker"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}