search_patents
ActiveTool of mcp-epo-ops
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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-epo-ops
https://github.com/pipeworx-io/mcp-epo-ops
2/7 registries