You're viewing a demo portfolio

Join the waitlist
PRSM

search_patents

Active

Tool of mcp-epo-ops

declared in 0.1.0

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".

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "ta=hydrogen fuel cell"
    },
    {
      "query": "pa=Tesla AND pd>=2020",
      "range": "1-50"
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "EPO CQL — fields: ta (title-abstract), ti (title), ab (abstract), txt (any text), in (inventor), pa (applicant), cl (classification), pn (publication number), ap (application number), pr (priority), pd (publication date), ad (application date)."
    },
    "range": {
      "type": "string",
      "description": "Result range \"start-end\" (1-indexed). Max 100 per page. Default \"1-25\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-epo-ops

https://github.com/pipeworx-io/mcp-epo-ops

2/7 registries
View full server →