mcp-patent
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-patentsearch for prior art on battery thermal management"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-patent
USPTO patent prior-art search — both an MCP server (Claude/Cursor/Windsurf) and a standalone CLI. Sister product to mcp-trademark.
Why this exists
Patent prior-art search has the same shape as trademark watching: enterprise tools (PatBase, Derwent, Questel) cost $5K-50K/yr. Boutique firms and indie inventors get squeezed.
Same playbook:
$19/mo per portfolio (managed)
$149 lifetime self-host bundle
$499 lifetime Pro (semantic similarity via Qwen, full claims search)
Related MCP server: patents-mcp
What it does
Keyword search across title + abstract + claims (USPTO public API)
Prior-art ranking — score by title overlap (Levenshtein), abstract cosine similarity, and CPC class overlap
Date filter — only filings before your priority date
MCP tools — call from Claude/Cursor/Windsurf
CLI —
patentwatch search/patentwatch prior-art --title ...
Pricing tiers
Plan | Price | Features |
Lifetime self-host | $149 | Full source, MCP server, CLI |
Lifetime Pro | $499 | + Qwen semantic similarity, claims-text search |
Managed | $19/mo per portfolio | We host, daily watch, email digest |
Run locally
cd C:\openclaw-products\mcp-patent
python -m venv .venv
.\.venv\Scripts\activate
pip install -e ".[dev]"
patentwatch search "battery thermal management"
patentwatch prior-art --title "Battery cooling system" \
--abstract "Liquid-cooled..." \
--classes "H01M,F28D" \
--before "2026-01-01"MCP usage (Claude Desktop)
{
"mcpServers": {
"patent": {
"command": "python",
"args": ["-m", "src.server"],
"cwd": "C:\\openclaw-products\\mcp-patent"
}
}
}Roadmap
Bulk-feed integration for completeness
Qwen semantic-similarity scoring (paid Pro tier feature)
Claims-text full search
EPO + WIPO global patent
Image-based prior art (CAD diagram embeddings)
Related MCP Connectors
Patent search, USPTO data, patent landscape & pgvector prior-art search for agents.
MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceUSPTO Trademark Watcher MCP server enabling trademark search, watch, and alert management from within Claude or other MCP clients.-
- AlicenseAqualityCmaintenanceMCP server for patent search and prior art discovery powered by Google Patents public dataset on BigQuery. Supports searching patents, fetching full patent details with CPC codes and citations, and retrieving legal claims text.35MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server that enables patent creation and analysis, including regulation search, prior art discovery, claim compliance checks, and patent diagram generation, all within Claude Code.183MIT
- AlicenseNot gradedqualityCmaintenanceMCP server providing access to US patent data (2000-2024) via Rememberizer's knowledge retrieval tools, enabling semantic search and document management for patent information.Apache 2.0