hkex_licensing_deals

Pack: china-disclosures · Endpoint: https://gateway.pipeworx.io/china-disclosures/mcp

Biotech/pharma licensing and collaboration deals disclosed by Hong Kong Exchange (HKEX)-listed companies — covers deals with NO US-listed party at all (e.g. a Chinese HKEX-listed biotech out-licensing a drug to an Indian, Japanese or European partner), which SEC-filing-based tools (china_licensing_deals, pharma_licensing_deals) structurally cannot see. Answers “China-to-Japan biotech licensing deals”, “recent Asia pharma out-licensing deals not filed with the SEC”, “HKEX biotech collaboration agreements”. Sourced from HKEXnews disclosure filings whose title contains “License Agreement” or “Licensing Agreement”. Returns the company, stock code, headline, filing category and date, and the filing PDF. Coverage requires the Chinese/Asian party to be HKEX-listed — a private-to-private deal with no HK, US or A-share party is invisible to every tool in this catalog.

Parameters

NameTypeRequiredDescription
querystringnoFilter to filings whose headline or company name contains this text (a drug code, company name, or partner name).
sincestringnoEarliest filing date, YYYY-MM-DD. Defaults to 90 days ago. Only the current rolling HKEXnews window is reachable — see source_note in the response.
untilstringnoLatest filing date, YYYY-MM-DD. Defaults to today.
limitnumbernoMaximum deals to return, 1-40 (default 15).

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/china-disclosures/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"hkex_licensing_deals","arguments":{}}}'

TypeScript (@pipeworx/sdk)

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

const result = await pipeworx.call('hkex_licensing_deals', {});

More examples

{
  "query": "CIPLA",
  "since": "2026-06-01"
}

Connect

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

{
  "mcpServers": {
    "china-disclosures": {
      "url": "https://gateway.pipeworx.io/china-disclosures/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 13, 2026