Skip to main content
ClaudeWave

Free public MCP server for searching 1,300+ live Canadian funding opportunities — docs & client config

MCP ServersOfficial Registry0 stars0 forksUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/saman-ns/netgrant-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "netgrant-mcp": {
      "command": "node",
      "args": ["/path/to/netgrant-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/saman-ns/netgrant-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# NetGrant — Canadian funding, inside your AI

NetGrant is a **free, public MCP server** (and web app) for searching **1,300+ live
Canadian funding opportunities** — grants, tax credits, wage subsidies, accelerators,
pitch competitions, loans, and events. Ask Claude, Cursor, or any MCP client to find,
compare, and check eligibility for Canadian funding without leaving the conversation.

- **MCP endpoint:** `https://mcp.netgrant.ca/mcp` (Streamable HTTP, no auth, no API key)
- **Web app:** https://app.netgrant.ca (same data, search UI, no login)
- **Site:** https://netgrant.ca

> This repository is **documentation only**. NetGrant is a hosted, closed-source
> public service — there is no source code here and none to self-host. Point your
> MCP client at the endpoint above and you're done.

---

## Add it to your client

**Claude Desktop / Cursor / Cline / Continue** — add to your MCP config
(`claude_desktop_config.json`, `.cursor/mcp.json`, etc.):

```json
{
  "mcpServers": {
    "netgrant": {
      "type": "http",
      "url": "https://mcp.netgrant.ca/mcp"
    }
  }
}
```

**Claude Code (CLI):**

```bash
claude mcp add --transport http netgrant https://mcp.netgrant.ca/mcp
```

**Claude.ai (web):** Settings → Connectors → Add custom connector → paste
`https://mcp.netgrant.ca/mcp`.

No account, no key, no rate-limit signup. Restart your client and the tools appear.

---

## Tools

| Tool | What it does |
|------|--------------|
| `search_opportunities` | Full-text search across the catalog with optional `region`, `category`, `deadline_within_days`, `min_funding` / `max_funding`, `is_rolling`, and `exclude_expired` filters. Returns ranked matches. |
| `get_opportunity_details` | Fetch the full record for one opportunity by id — eligibility, body, amounts, deadline, source link. |
| `compare_opportunities` | Fetch 2–4 opportunities at once for a side-by-side comparison. |
| `eligibility_check` | Pull one opportunity's eligibility criteria alongside an applicant description so the assistant can judge fit. |
| `subscribe_to_digest` | Opt the user (with their consent + email) into a **free weekly email digest** of new Canadian grants matching a saved search. Double opt-in. |

## Prompts (slash commands)

| Prompt | What it does |
|--------|--------------|
| `/find-for-me` | Match opportunities to a one-sentence business description. |
| `/check-deadlines` | Show opportunities closing in the next 30 days. |

---

## Weekly email digest

Beyond live search, NetGrant offers a free opt-in **weekly email digest**: tell the
assistant the niche you're tracking (keywords + province), give your email, and you'll
get 8–10 matching Canadian grants each week — newest first, falling back to the
strongest current matches. Double opt-in, one-click unsubscribe.

---

## Data coverage & freshness

- **1,300+ live opportunities** across federal, provincial, municipal, and private sources.
- Normalized schema: title, category, region, funding range, deadline, eligibility text, source URL.
- Continuously ingested from 60+ source providers; a daily audit agent re-checks live
  listings, archives dead/expired programs, and corrects drifted details.
- Updated weekly; stale items are auto-archived.

NetGrant is not affiliated with any government or funding body. Always confirm
eligibility and deadlines on the official program page before applying.

---

## Support

Questions, corrections, a missing program, or a partnership idea:
**sami@netgrant.ca** · https://netgrant.ca

What people ask about netgrant-mcp

What is saman-ns/netgrant-mcp?

+

saman-ns/netgrant-mcp is mcp servers for the Claude AI ecosystem. Free public MCP server for searching 1,300+ live Canadian funding opportunities — docs & client config It has 0 GitHub stars and was last updated today.

How do I install netgrant-mcp?

+

You can install netgrant-mcp by cloning the repository (https://github.com/saman-ns/netgrant-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is saman-ns/netgrant-mcp safe to use?

+

saman-ns/netgrant-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains saman-ns/netgrant-mcp?

+

saman-ns/netgrant-mcp is maintained by saman-ns. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to netgrant-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy netgrant-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: saman-ns/netgrant-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/saman-ns-netgrant-mcp)](https://claudewave.com/repo/saman-ns-netgrant-mcp)
<a href="https://claudewave.com/repo/saman-ns-netgrant-mcp"><img src="https://claudewave.com/api/badge/saman-ns-netgrant-mcp" alt="Featured on ClaudeWave: saman-ns/netgrant-mcp" width="320" height="64" /></a>

More MCP Servers

netgrant-mcp alternatives