PatSnap MCP Server provides access to PatSnap's patent analytics API, enabling AI assistants to retrieve patent trends, keyword analyses, and competitive intelligence. Developed by Kunihiros, this TypeScript implementation handles authentication with the PatSnap API, caches access tokens for efficiency, and transforms complex patent data into structured responses. The server exposes nine specialized tools for analyzing patent landscapes, including trend analysis, word clouds, top inventors/assignees identification, and litigation tracking, making it particularly valuable for technology scouting, competitive analysis, and innovation research workflows.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Analyze annual application and issued trends for patents. Parameters: keywords (string) or IPC classification (string) must be specified.
Obtain a snapshot of frequently occurring keywords/phrases from the most recent 5,000 published patents. Returns up to 100 keywords. Parameters: keywords (string) or IPC classification (string) must be specified.
Provides a two-tiered hierarchical view of keywords/phrases in a technology space based on the most recent 5,000 publications. Parameters: keywords (string) or IPC classification (string) must be specified.
View the top patents cited most frequently by others. Returns at most Top 10 patents. Parameters: keywords (string) or IPC classification (string) must be specified.
Returns the top authorities of origin for patents matching the criteria. Parameters: keywords (string) or IPC classification (string) must be specified.
Shows the top inventors in the technology field. Returns up to the top 10 inventors. Parameters: keywords (string) or IPC classification (string) must be specified.
Shows the top companies with the largest patent portfolios. Returns up to the top 10 assignees. Parameters: keywords (string) or IPC classification (string) must be specified.
Provides a breakdown of the simple legal status for patents in the technology field. Parameters: keywords (string) or IPC classification (string) must be specified.
Identify the patents involved in the most litigation cases. Returns the Top 10 patents by litigation count. Parameters: keywords (string) or IPC classification (string) must be specified.