sbir_search_awards
ActiveTool of Sbir
declared in 0.1.0
Search SBIR/STTR awards by keyword, agency (e.g., "DOD", "NASA"), year, company, or state. Returns company name, award amount, agency, topic, abstract, year, and phase.
Parameters schema
{
"type": "object",
"examples": [
{
"year": 2024,
"limit": 20,
"agency": "DOD",
"keyword": "machine learning"
},
{
"limit": 50,
"state": "CA",
"keyword": "renewable energy"
}
],
"required": [
"keyword"
],
"properties": {
"year": {
"type": "number",
"description": "Filter by award year (e.g., 2024)"
},
"limit": {
"type": "number",
"description": "Number of results to return (default 20, max 100)"
},
"state": {
"type": "string",
"description": "Filter by 2-letter US state code (e.g., \"CA\", \"MA\")"
},
"agency": {
"type": "string",
"description": "Filter by funding agency (e.g., \"DOD\", \"HHS\", \"NASA\", \"NSF\", \"DOE\", \"USDA\")"
},
"company": {
"type": "string",
"description": "Filter by company name"
},
"keyword": {
"type": "string",
"description": "Search term to match against award titles, abstracts, and topics"
}
}
}Parent server
Sbir
https://github.com/pipeworx-io/mcp-sbir
1/7 registries