@pipeworx/lens-org
Connect: https://gateway.pipeworx.io/lens-org/mcp · Install: one-click buttons
Tools: 4
The Lens MCP — global patent + scholarly search platform. Free academic API key required (Lens authorisation token).
Auth
- Platform key:
PLATFORM_LENS_KEY(Bearer token from https://www.lens.org/lens/user/subscriptions). - BYO: pass
?_apiKey=<token>on the gateway URL.
Tools
patents_search(query, size?, from?)— patent search (Lucene-style query against the Lens patent index)scholarly_search(query, size?, from?)— scholarly works searchpatent(lens_id)— single patent recordscholarly(lens_id)— single scholarly work
Data source
https://api.lens.org/
Tools
- patents_search — Search Lens.org patent database by free-text or Lucene query (requires Bearer token); returns up to 1000 patent records with title, applicant, filing date, and claims.
- scholarly_search — Search Lens.org scholarly works (academic papers, preprints) by free-text or Lucene query (requires Bearer token); returns title, authors, journal, year, and DOI.
- patent — Fetch a single Lens.org patent record by its lens_id (requires Bearer token); returns full bibliographic data including claims, inventors, and priority dates.
- scholarly — Fetch a single Lens.org scholarly work by its lens_id (requires Bearer token); returns full metadata including abstract, authors, citations, and open-access links.
Tools
-
patent— Fetch a single Lens.org patent record by its lens_id (requires Bearer token); returns full bibliographic data including claims, inventors, and priority dates. -
patents_search— Search Lens.org patent database by free-text or Lucene query (requires Bearer token); returns up to 1000 patent records with title, applicant, filing date, and claims. -
scholarly— Fetch a single Lens.org scholarly work by its lens_id (requires Bearer token); returns full metadata including abstract, authors, citations, and open-access links. -
scholarly_search— Search Lens.org scholarly works (academic papers, preprints) by free-text or Lucene query (requires Bearer token); returns title, authors, journal, year, and DOI.