loading…
Search for a command to run...
loading…
USPTO Trademark Watcher MCP server enabling trademark search, watch, and alert management from within Claude or other MCP clients.
USPTO Trademark Watcher MCP server enabling trademark search, watch, and alert management from within Claude or other MCP clients.
USPTO Trademark Watcher — both an MCP server (for Claude/Cursor/Windsurf) and a standalone CLI (for cron + email alerts).
CompuMark and Corsearch charge $50–$500/mo for trademark watching. Smaller brand owners and indie founders want the same coverage at $19/mo, or a $149 lifetime license they install themselves. We give them:
cd C:\openclaw-products\mcp-trademark
python -m venv .venv
.\.venv\Scripts\activate
pip install -e ".[dev]"
tmwatch search "Acme"
tmwatch watch "Acme" --classes 009,042 --threshold 0.75 --email [email protected]
tmwatch watches
tmwatch scan
tmwatch alerts --days 30
Add to claude_desktop_config.json:
{
"mcpServers": {
"trademark": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "C:\\openclaw-products\\mcp-trademark"
}
}
}
Then in Claude:
"Watch the trademark 'Pipely' in classes 009 and 042 and alert me on any filings scoring above 0.7."
pytest tests/ -v
client.search with
a nightly download of the USPTO weekly bulk feed at
https://bulkdata.uspto.gov/ + a local FTS5 index. This catches NEW filings
that haven't been indexed by the search API yet.Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"mcp-trademark": {
"command": "npx",
"args": []
}
}
}