MCP server exposing 5 tools for epo-ops.
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/epo-ops/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_patents — Search published patents using CQL (EPO Common Query Language). Returns a paginated list of publication numbers matching the query. Example queries: "ta=hydrogen", "in=Tesla", "pa=apple", "txt=neural network AND pd>=2020".get_biblio — Bibliographic data for a patent — title, inventors, applicants, dates, classifications.get_family — INPADOC family — related patent applications worldwide for the same underlying invention.get_abstract — Abstract text for a patent.get_claims — Claims text for a patent.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/epo-ops/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io