Skip to content
Back to NetGrant

Card snapshot

mcp.netgrant.ca · 2026-06-12 17:09:51 UTC · 118bbb78ec49118fa90a37f8d89a42e783a7facd2deddbfb03581cca1be19a36

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schema_version": "1.0",
  "name": "NetGrant",
  "description": "Search 1,300+ live Canadian funding opportunities \u2014 grants, tax credits, wage subsidies, accelerators, competitions, and loans \u2014 for startups and small businesses.",
  "url": "https://mcp.netgrant.ca/mcp",
  "homepage": "https://netgrant.ca",
  "documentation": "https://github.com/saman-ns/netgrant-mcp",
  "type": "mcp",
  "protocol": "MCP/1.0",
  "transport": "http",
  "auth": {
    "type": "none"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": true
  },
  "tools": [
    {
      "name": "search_opportunities",
      "description": "Search Canadian funding opportunities by keyword, category, region, deadline, and funding amount. Returns ranked results from 1,300+ live listings."
    },
    {
      "name": "get_opportunity_details",
      "description": "Retrieve full details for a specific opportunity including eligibility criteria, funding range, deadlines, and application links."
    },
    {
      "name": "compare_opportunities",
      "description": "Fetch 2-4 opportunities at once for a side-by-side comparison."
    },
    {
      "name": "eligibility_check",
      "description": "Pull one opportunity's eligibility criteria alongside an applicant description so the assistant can judge fit."
    },
    {
      "name": "subscribe_to_digest",
      "description": "Opt the user (with their consent and email) into a free weekly email digest of new Canadian grants matching a saved search. Double opt-in."
    }
  ],
  "provider": {
    "name": "NetGrant",
    "url": "https://netgrant.ca",
    "contact": "sami@netgrant.ca"
  },
  "categories": [
    "funding",
    "grants",
    "startups",
    "canada",
    "government"
  ],
  "regions": [
    "CA"
  ]
}