
PatSnap (Patent Analytics)
Connects to PatSnap's patent database to analyze patent trends, competitive intelligence, and innovation landscapes. Designed for high-level patent analytics and technology research, not individual patent lookups.
Integrates with PatSnap's patent analytics API to provide structured access to patent trends, competitive intelligence, and innovation research through specialized tools for technology scouting and landscape analysis.
What it does
- Analyze patent application and issuance trends over time
- Generate keyword clouds from recent patent publications
- Identify most cited patents in technology areas
- Find top inventors and patent authorities by region
- Create hierarchical technology landscape visualizations
- Track competitive intelligence across patent databases
Best for
About PatSnap (Patent Analytics)
PatSnap (Patent Analytics) is a community-built MCP server published by kunihiros that provides AI assistants with tools and capabilities via the Model Context Protocol. Access patent trends and innovation research with PatSnap (Patent Analytics) API for technology scouting and competitive It is categorized under analytics data.
How to install
You can install PatSnap (Patent Analytics) in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
License
PatSnap (Patent Analytics) is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
PatSnap MCP Server
This MCP server is designed to collect patent-related information from PatSnap's API for trend analysis and reporting. It is not intended for individual patent investigations.
Features
This server provides the following tools for interacting with the PatSnap Insights API:
- get_patent_trends: Analyze annual application and issued trends for patents. Understand the trends of patents related to specific technology fields or keywords. Either keywords or IPC classification must be specified.
- get_word_cloud: Obtain a snapshot of frequently occurring keywords/phrases from the most recent 5,000 published patents. Identify common terms for refining searches. Returns up to 100 keywords. Either keywords or IPC classification must be specified.
- get_wheel_of_innovation: Provides a two-tiered hierarchical view of keywords/phrases in a technology space. Identify common terms and their associations. Based on the most recent 5,000 publications. Either keywords or IPC classification must be specified.
- get_most_cited_patents: View the top patents cited most frequently by others, indicating influential or core technology. Returns at most Top 10 patents. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.
- get_top_authorities_of_origin: Returns the top authorities (priority countries) of origin for patents matching the criteria. Analyze main sources of priority filings. Either keywords or IPC classification must be specified.
- get_top_inventors: Shows the top inventors in the technology field. Evaluate top performers or identify potential recruits. Returns up to the top 10 inventors. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.
- get_top_assignees: Shows the top companies (assignees) with the largest patent portfolios. Identify largest players and competitive threats. Returns up to the top 10 assignees. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.
- get_simple_legal_status: Provides a breakdown of the simple legal status (e.g., Active, Inactive, Pending) for patents in the technology field. Understand the proportion of patents currently in effect. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.
- get_most_litigated_patents: Identify the patents involved in the most litigation cases, indicating potential risk in a technology space. Returns the Top 10 patents by litigation count. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.
Setup
- Clone the repository.
- Install dependencies using
npm install. - Build the project using
npm run build. - Run the server using
npm start.
Usage
- Use the provided tools to interact with PatSnap's API.
- Ensure you have valid PatSnap API credentials (Client ID and Secret) set as environment variables (
PATSNAP_CLIENT_ID,PATSNAP_CLIENT_SECRET).
Configuration for MCP Host
To integrate this MCP server with your MCP Host, add the following configuration to your cline_mcp_settings.json file (path may vary based on your host setup):
{
"mcpServers": {
"@kunihiros/patsnap-mcp": {
"command": "npx",
"args": ["@kunihiros/patsnap-mcp"],
"env": {
"PATSNAP_CLIENT_ID": "your_patsnap_client_id_here",
"PATSNAP_CLIENT_SECRET": "your_patsnap_client_secret_here"
},
"disabled": false,
"autoApprove": []
}
}
}
Ensure you replace your_patsnap_client_id_here and your_patsnap_client_secret_here with your actual PatSnap API credentials. This configuration allows the MCP Host to invoke the server using npx @kunihiros/patsnap-mcp.
Service Access
For more information and get required tokens for the PatSnap service, please visit: https://open.patsnap.com/home
License
This project is licensed under the MIT License.
Alternatives
Related Skills
Browse all skillsTransform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis
Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence. Use PROACTIVELY for data analysis tasks, ML modeling, statistical analysis, and data-driven insights.
Analyze Google Analytics data, review website performance metrics, identify traffic patterns, and suggest data-driven improvements. Use when the user asks about analytics, website metrics, traffic analysis, conversion rates, user behavior, or performance optimization.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
World-class data science skill for statistical modeling, experimentation, causal inference, and advanced analytics. Expertise in Python (NumPy, Pandas, Scikit-learn), R, SQL, statistical methods, A/B testing, time series, and business intelligence. Includes experiment design, feature engineering, model evaluation, and stakeholder communication. Use when designing experiments, building predictive models, performing causal analysis, or driving data-driven decisions.