get_patent
ActiveTool of patents
declared in 0.1.0
Fetch a single USPTO patent application/grant by application number (e.g., "16/123,456" or "16123456"). Returns full metadata: title, inventors, classifications, status, prosecution events.
Parameters schema
{
"type": "object",
"examples": [
{
"number": "7654321"
}
],
"required": [
"number"
],
"properties": {
"number": {
"type": "string",
"description": "Application number (digits only or with slashes). Examples: \"16123456\", \"16/123,456\"."
},
"_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