Patent Visual Analytics

by patsnap

252 downloads
Not rated
GitHub

About

PatSnap Patent Visual Analytics MCP is a Model Context Protocol server that connects AI agents to PatSnap's Patent Visual Analytics capabilities. Transforms patent data into more intuitive visual analysis. It supports chart-based views across trends, patent types, value, litigati

Details

Author
patsnap
Downloads
252
Categories
Search

- Connects AI agents to PatSnap patent visual analysis.
- Generates chart-based views for trends, patent types, and value.
- Supports litigation, citation, and technical-effect phrase distributions.
- Enables rapid identification of concentration, hotspots, and outliers.
- Designed for management reporting, client presentations, and thematic analysis.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Patent Visual Analytics
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the server by adding a JSON block with the streamable HTTP endpoint and your API key to your MCP client settings. The server is accessed via the URL https://connect.patsnap.com/3fd502/mcp?apikey=YOUR_API_KEY using the streamableHttp transport type.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "patent visual analytics": {
            "patsnap-patent-visual-analytics": {
                "url": "https://connect.patsnap.com/3fd502/mcp?apikey=YOUR_API_KEY",
                "type": "streamableHttp"
            }
        }
    }
}

McpServers

{
    "patsnap-patent-visual-analytics": {
        "url": "https://connect.patsnap.com/3fd502/mcp?apikey=YOUR_API_KEY",
        "type": "streamableHttp"
    }
}
# Patent Visual Analytics PatSnap Patent Visual Analytics MCP is a Model Context Protocol server that connects AI agents to PatSnap's Patent Visual Analytics capabilities. Transforms patent data into more intuitive visual analysis. It supports chart-based views across trends, patent types, value, litigation, citations, and technical-effect phrase distribution so users can spot concentration, hotspots, and outliers faster. It is useful for management reporting, client presentations, and thematic analysis. Homepage: https://open.patsnap.com/marketplace/mcp-servers/patent-visual GitHub Repository: https://github.com/patsnap/mcp/tree/main/ip-intelligence/patsnap-patent-visual-analytics ## Server Config ```json { "mcpServers": { "patsnap-patent-visual-analytics": { "url": "https://connect.patsnap.com/3fd502/mcp?apikey=YOUR_API_KEY", "type": "streamableHttp" } } } ```
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.