patents_search
ActiveTool of Lens Org
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "artificial intelligence machine learning"
},
{
"from": 0,
"size": 50,
"query": "assignee:\"Google LLC\""
}
],
"required": [
"query"
],
"properties": {
"from": {
"type": "number"
},
"size": {
"type": "number",
"description": "1-1000 (default 25)."
},
"query": {
"type": "string",
"description": "Free-text or Lucene-style query."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Lens Org
https://github.com/pipeworx-io/mcp-lens-org
1/7 registries