/install gov-grants
Federal Grant Finder
Search Grants.gov for federal funding opportunities, detailed grant info, and filter options.
Setup
mcporter add gov-grants --url https://grant-finder-mcp.apify.actor/mcp --transport streamable-http
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
{
"servers": {
"gov-grants": {
"url": "https://grant-finder-mcp.apify.actor/mcp",
"transport": "streamable-http"
}
}
}
Available Tools
grants_search_opportunities
Search Grants.gov for federal funding opportunities by keyword, agency, category, and eligibility.
Search for cybersecurity research grants
Find education grants for nonprofits
Parameters: keyword, status ("forecasted", "posted", "closed", or "archived"), agency, fundingCategory, fundingInstrument, eligibility, limit, offset
grants_get_opportunity
Get detailed info for a specific grant opportunity by its opportunity number.
Get details for grant HHS-2024-ACF-001
Parameters: opportunityNumber (required)
grants_search_by_agency
Search grants from a specific federal agency.
Show NIH grants for biomedical research
Find NSF grants for AI and machine learning
Parameters: agency (required), keyword, status ("forecasted", "posted", "closed", or "archived"), limit
grants_get_filter_options
Get available filter options for Grants.gov searches (agencies, categories, instruments, eligibilities).
What grant categories are available?
Show filter options for education grants
Parameters: keyword
Data Sources
- Grants.gov — Federal grant opportunities clearinghouse
Use Cases
- Grant prospecting for nonprofits
- Research funding discovery
- Small business grant search
- Government funding analysis
All data from free US government APIs. Zero cost. No API keys required.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gov-grants - 安装完成后,直接呼叫该 Skill 的名称或使用
/gov-grants触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Gov Grants 是什么?
Search Grants.gov for federal funding opportunities by agency, category, and eligibility. 4 tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 376 次。
如何安装 Gov Grants?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gov-grants」即可一键安装,无需额外配置。
Gov Grants 是免费的吗?
是的,Gov Grants 完全免费(开源免费),可自由下载、安装和使用。
Gov Grants 支持哪些平台?
Gov Grants 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gov Grants?
由 Martin(@martc03)开发并维护,当前版本 v1.0.0。