sbir_search_solicitations
ActiveTool of Sbir
declared in 0.1.0
Find active SBIR/STTR funding opportunities by keyword or agency (e.g., "DOD", "NSF"). Returns topic descriptions, sponsoring agency, and open/close dates.
Parameters schema
{
"type": "object",
"examples": [
{
"agency": "NSF",
"keyword": "artificial intelligence",
"open_only": true
},
{
"limit": 10,
"keyword": "biotechnology"
}
],
"required": [
"keyword"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (default 20)"
},
"agency": {
"type": "string",
"description": "Filter by agency (e.g., \"DOD\", \"HHS\", \"NASA\", \"NSF\", \"DOE\", \"USDA\")"
},
"keyword": {
"type": "string",
"description": "Search term to match against solicitation topics and descriptions"
},
"open_only": {
"type": "boolean",
"description": "Only return currently open solicitations (default true)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Sbir
https://github.com/pipeworx-io/mcp-sbir
1/7 registries