You're viewing a demo portfolio

Join the waitlist
PRSM

get_trademark_by_serial

Active

Tool of Trademarks

declared in 0.1.0

Look up a US trademark by serial number. Returns status, owner, filing/registration dates, goods/services, and classification. Requires USPTO API key (free at account.uspto.gov).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "api_key": "your-trademarks-api-key",
      "serial_number": "97123456"
    },
    {
      "serial_number": "90876543"
    }
  ],
  "required": [
    "serial_number"
  ],
  "properties": {
    "api_key": {
      "type": "string",
      "description": "USPTO API key (register free at account.uspto.gov/api-manager)"
    },
    "serial_number": {
      "type": "string",
      "description": "USPTO serial number (e.g., \"97123456\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Trademarks

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

1/7 registries
View full server →
get_trademark_by_serial — Trademarks — PRSM MCP