nih_sbir_company_portfolio

Pack: nih-reporter · Endpoint: https://gateway.pipeworx.io/nih-reporter/mcp

Summarize an organization’s NIH SBIR/STTR award portfolio by core project, fiscal year, activity code, and PI. Organization matching is wildcard-based; verify recipient identity and note that reported award amounts are federal obligations, not revenue or unrestricted cash.

Parameters

NameTypeRequiredDescription
organizationstringyesRecipient organization name or distinctive fragment.
from_fiscal_yearnumberno
to_fiscal_yearnumberno

Example call

Arguments

{
  "organization": "New Echota Biotechnology",
  "from_fiscal_year": 2018,
  "to_fiscal_year": 2020
}

curl

curl -X POST https://gateway.pipeworx.io/nih-reporter/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"nih_sbir_company_portfolio","arguments":{"organization":"New Echota Biotechnology","from_fiscal_year":2018,"to_fiscal_year":2020}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('nih_sbir_company_portfolio', {
  "organization": "New Echota Biotechnology",
  "from_fiscal_year": 2018,
  "to_fiscal_year": 2020
});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nih-reporter": {
      "url": "https://gateway.pipeworx.io/nih-reporter/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build August 3, 2026