io.github.engrossa/ipnex
Official2 toolsCited, confidence-stamped patent intelligence over US university tech-transfer out-licensing.
Cited patent intelligence on US university technology transfer and out-licensing deals.
Captured live from the server via tools/list.
search_licensable_ip
Search published, licensable US university patent technologies. Answers 'what currently-Active US university IP is licensable from X?'. Every result is cited (Google Patents / USPTO), confidence-stamped, and carries an 'ownership' signal flagging whether the patent's current assignee of record is the marketing institution or a third party, a 'status' interpretation flagging public-domain (term-expired) vs revivable fee-lapsed vs in-force patents, and an 'expiry' reading of how many years of exclusive term remain (expired / expiring_soon / active_term). The response also carries 'facets' -- corpus-level breakdowns over all matches by ownership, institution, status, status_detail, and expiry (the whole-query split, without paging). Patent data: Google Patents (CC BY 4.0) + USPTO (public domain). Summaries are IPNEX-authored. TTO listing content is linked, not reproduced.
Parameters (6)
- institutionstring
Marketing institution substring, e.g. 'Wisconsin', 'Stanford'.
- statusstring
Legal-status substring, e.g. 'Active', 'Expired'.
- keywordstring
Substring matched against the title and our summary.
- min_confidencenumber
Drop results below this join confidence (0-1).
- limitinteger
Max results to return (confidence-sorted).
- licensable_from_institutionboolean
When true, exclude hits whose patent's current assignee of record is positively not the marketing institution (assigned-away or third-party owned); honest-unknowns are kept. Default false.
get_technology
Fetch the published view of one technology by its TTO docket. Cited + confidence-stamped; point-in-time via 'as_of'. Patent data: Google Patents (CC BY 4.0) + USPTO (public domain). Summaries are IPNEX-authored. TTO listing content is linked, not reproduced.
Parameters (2)
- docketstringrequired
The TTO docket id, e.g. 'P160232US05', 'S17-467'.
- as_ofstring
ISO-8601 timestamp for the point-in-time published view.
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ipnex": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.ipnex.ai/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.