org.memoryapi/patent
Official3 toolsPatent Search
Patent search and company IP portfolio data
Searches patents and analyzes company intellectual property portfolios.
Captured live from the server via tools/list.
search_patents
Search USPTO patents by keyword, phrase, assignee company, or inventor name using the PatentsView API.
Parameters (4)
- qstringrequired
Keyword or phrase to search in patent title and abstract
- assigneestring
Filter by assignee/company name
- inventorstring
Filter by inventor last name
- limitnumber
Number of results (max 25)
get_company_patents
Get all patents assigned to a specific company, sorted by most recent.
Parameters (2)
- companystringrequired
Company/assignee name (exact match)
- limitnumber
Number of results (max 50)
get_patent_detail
Get full details for a specific patent including abstract, claims, inventors, and citation data.
Parameters (1)
- patent_idstringrequired
USPTO patent number (e.g. "10000000")
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"patent": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://patent.memoryapi.org/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.