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 — "Which companies won NASA SBIR Phase II awards for autonomy?" / "SBIR awards for [topic]" / "who received DoD SBIR funding" / "Phase I and Phase II awards at [agency]" — AWARDED federal Small Business Innovation Research (SBIR) and STTR grants: the small-business R&D contracts an agency has already funded. Search by keyword, agency ("DOD", "NASA", "DARPA", "NSF", "DOE", "HHS"), year, company, or state. Returns the winning company, award amount, agency and branch, topic code, abstract, fiscal year, and Phase (I/II/III). This is the tool for who WON federal small-business R&D money and how much; for opportunities still open to bid use sbir_search_solicitations.sbir_get_award — Get full details for one SBIR/STTR award, identified by its contract number or agency tracking number (the `award_id`/`contract` fields returned by sbir_search_awards). SBIR has no lookup-by-id endpoint, so this searches and verifies the identifier matches — start from sbir_search_awards rather than guessing an id.sbir_search_solicitations — "Which SBIR or STTR solicitations are open at [agency]?" / "current SBIR topics" / "open DoD SBIR solicitations" / "SBIR proposal deadlines" — active SBIR/STTR funding opportunities and topic solicitations from the federal SBIR program, by keyword or agency (e.g., "DOD", "DARPA", "NSF", "NASA", "DOE", "HHS"). Returns topic descriptions, sponsoring agency/branch, Phase, and open/close dates. This is the tool for open federal small-business R&D solicitations and topics; for who already WON SBIR money use sbir_search_awards.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