You're viewing a demo portfolio

Join the waitlist
PRSM

get_patent

Active

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

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 →