Multi Search Engine
一个面向 Research 场景的 Agent 技能。原始说明:Multi search engine integration with 16 engines (7 CN + 9 Global). Supports advanced search operators, time filters, site search, privacy engines, and Wolfra...
name: gov-grants
description: Search Grants.gov for federal funding opportunities by agency, category, and eligibility. 4 tools.
homepage: https://github.com/martc03/gov-mcp-servers
metadata: {"clawdbot":{"emoji":"💵","requires":{"bins":["mcporter"]}}}
Search Grants.gov for federal funding opportunities, detailed grant info, and filter options.
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"
}
}
}
grants_search_opportunitiesSearch 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_opportunityGet 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_agencySearch 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_optionsGet available filter options for Grants.gov searches (agencies, categories, instruments, eligibilities).
What grant categories are available?
Show filter options for education grants
Parameters: keyword
All data from free US government APIs. Zero cost. No API keys required.