You're viewing a demo portfolio

Join the waitlist
PRSM

patents_search

Active

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Lens Org

https://github.com/pipeworx-io/mcp-lens-org

1/7 registries
View full server →
patents_search — Lens Org — PRSM MCP