You're viewing a demo portfolio

Join the waitlist
PRSM

search_inventors

Active

Tool of patents

declared in 0.1.0

Search USPTO patent applications by inventor last name. Returns matching applications with title, inventor list, and filing date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "Smith"
    },
    {
      "query": "Johnson",
      "per_page": 15
    }
  ],
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results (1–100, default 10)."
    },
    "query": {
      "type": "string",
      "description": "Inventor last name to search for (case-insensitive). Examples: \"Hinton\", \"Bengio\"."
    },
    "_apiKey": {
      "type": "string",
      "description": "USPTO ODP API key. Get free at https://data.uspto.gov/myodp."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

patents

https://github.com/pipeworx-io/mcp-patents

1/7 registries
View full server →