Federal Grant Finder
Search Grants.gov for federal funding opportunities, detailed grant info, and filter options.
Setup
CODEBLOCK0
Or add to your OpenClaw MCP config (~/.openclaw/mcp.json):
CODEBLOCK1
Available Tools
grants_search_opportunities
Search Grants.gov for federal funding opportunities by keyword, agency, category, and eligibility.
CODEBLOCK2
Parameters: keyword, status ("forecasted", "posted", "closed", or "archived"), agency, fundingCategory, fundingInstrument, eligibility, limit, INLINECODE9
grants_get_opportunity
Get detailed info for a specific grant opportunity by its opportunity number.
CODEBLOCK3
Parameters: opportunityNumber (required)
grants_search_by_agency
Search grants from a specific federal agency.
CODEBLOCK4
Parameters: agency (required), keyword, status ("forecasted", "posted", "closed", or "archived"), INLINECODE16
grants_get_filter_options
Get available filter options for Grants.gov searches (agencies, categories, instruments, eligibilities).
CODEBLOCK5
Parameters: INLINECODE18
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.
联邦拨款查找器
在Grants.gov上搜索联邦资助机会、详细拨款信息及筛选选项。
设置
bash
mcporter add gov-grants --url https://grant-finder-mcp.apify.actor/mcp --transport streamable-http
或添加到您的OpenClaw MCP配置(~/.openclaw/mcp.json):
json
{
servers: {
gov-grants: {
url: https://grant-finder-mcp.apify.actor/mcp,
transport: streamable-http
}
}
}
可用工具
grantssearchopportunities
通过关键词、机构、类别和资格条件在Grants.gov上搜索联邦资助机会。
搜索网络安全研究拨款
查找非营利组织教育拨款
参数:keyword(关键词)、status(状态,可选forecasted(预告)、posted(已发布)、closed(已关闭)或archived(已归档))、agency(机构)、fundingCategory(资助类别)、fundingInstrument(资助工具)、eligibility(资格条件)、limit(限制数量)、offset(偏移量)
grantsgetopportunity
通过机会编号获取特定拨款机会的详细信息。
获取拨款HHS-2024-ACF-001的详细信息
参数:opportunityNumber(机会编号,必填)
grantssearchby_agency
搜索特定联邦机构的拨款。
显示NIH生物医学研究拨款
查找NSF人工智能和机器学习拨款
参数:agency(机构,必填)、keyword(关键词)、status(状态,可选forecasted(预告)、posted(已发布)、closed(已关闭)或archived(已归档))、limit(限制数量)
grantsgetfilter_options
获取Grants.gov搜索的可用筛选选项(机构、类别、工具、资格条件)。
有哪些拨款类别可用?
显示教育拨款的筛选选项
参数:keyword(关键词)
数据来源
- - Grants.gov — 联邦拨款机会信息交换中心
应用场景
- - 非营利组织拨款勘探
- 研究资助发现
- 小企业拨款搜索
- 政府资助分析
所有数据来自免费的美国政府API。零成本。无需API密钥。