search_inventors
ActiveTool 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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
patents
https://github.com/pipeworx-io/mcp-patents
1/7 registries