loading…
Search for a command to run...
loading…
An MCP server for searching and retrieving USPTO data, including patents, trademarks, assignments, and PTAB decisions. It allows users to research IP landscapes
An MCP server for searching and retrieving USPTO data, including patents, trademarks, assignments, and PTAB decisions. It allows users to research IP landscapes, track prosecution histories, and analyze inventor or assignee portfolios through integrated tools.
MCP server for USPTO — search patents, trademarks, assignments, PTAB decisions, and inventor/assignee data.
13 tools. All require free API keys (no paid tiers).
{
"mcpServers": {
"uspto": {
"command": "npx",
"args": ["-y", "mcp-uspto"],
"env": {
"USPTO_API_KEY": "your-odp-key-here"
}
}
}
}
This unlocks 9 tools. For all 13, add the optional keys below.
| Tool | Description |
|---|---|
uspto_patent_search |
Search patents by keyword — entry point for all patent research |
uspto_patent_details |
Title, abstract, inventors, assignee, classification, status |
uspto_patent_documents |
List file wrapper docs (office actions, responses, claims) |
uspto_patent_assignments |
Ownership transfers, security interests for an application |
uspto_patent_status |
Full prosecution timeline from filing to grant/abandonment |
uspto_patent_continuity |
Patent family tree — continuations, divisionals, CIPs, provisionals |
uspto_patent_foreign_priority |
Foreign priority claims — linked international filings |
uspto_ptab_decisions |
PTAB trial decisions (IPR, PGR, CBM) |
uspto_ptab_proceedings |
PTAB trial proceedings — active and concluded patent challenges |
| Tool | Description |
|---|---|
uspto_patentsview_search |
Rich search with CPC, date, assignee filters |
uspto_inventor_search |
Find inventors and patent portfolios |
uspto_assignee_search |
Company IP landscape analysis |
Register free at patentsview.org
| Tool | Description |
|---|---|
uspto_trademark_status |
Trademark status, owner, goods/services |
Register free at developer.uspto.gov
{
"mcpServers": {
"uspto": {
"command": "npx",
"args": ["-y", "mcp-uspto"],
"env": {
"USPTO_API_KEY": "your-odp-key",
"USPTO_PATENTSVIEW_API_KEY": "your-patentsview-key",
"USPTO_TSDR_API_KEY": "your-tsdr-key"
}
}
}
}
Tools return a helpful setup message (not an error) when their key is missing.
uspto_patent_searchuspto_patent_statususpto_patent_continuityuspto_patent_foreign_priorityuspto_patent_assignmentsuspto_ptab_decisionsuspto_ptab_proceedingsuspto_assignee_searchuspto_trademark_statusBuilt-in token-bucket rate limiting per API:
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-uspto": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.