MCP server exposing 5 tools for sbir.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/sbir/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
sbir_search_awards — 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.sbir_get_award — Get full details for a specific SBIR/STTR award by ID. Returns company, award amount, agency, abstract, phase, and metadata.sbir_search_solicitations — Find active SBIR/STTR funding opportunities by keyword or agency (e.g., "DOD", "NSF"). Returns topic descriptions, sponsoring agency, and open/close dates.sbir_company_awards — Get complete SBIR/STTR award history for a company. Returns all awards with amounts, agencies, topics, and funding phases.sbir_agency_stats — Get SBIR/STTR award counts by agency. Specify agency (e.g., "DOD", "NASA", "NSF") or omit to see all major agencies.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/sbir/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io