MCP server exposing 3 tools for trademarks.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/trademarks/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_trademark_by_serial — 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).get_trademark_by_registration — Look up a US trademark by registration number. Returns status, owner, mark text, goods/services, and classification. Requires USPTO API key.get_trademark_documents — Get the prosecution history (office actions, responses, etc.) for a trademark by serial number. Requires USPTO API key.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/trademarks/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io