Internal Patent Data Connector

by patsnap

291 downloads
Not rated
GitHub

About

PatSnap Internal Patent Data Connector MCP is a Model Context Protocol server that connects AI agents to PatSnap's Internal Patent Data Connector capabilities. Provides a unified connection layer for bringing patent data into internal systems, applications, and automated workflow

Details

Author
patsnap
Downloads
291
Categories
Search

- Connects AI agents to PatSnap’s patent data connector capabilities.
- Supports patent search, legal status, and bibliographic data.
- Handles transfer, licensing, pledge, and classification information.
- Uses a unified, streamable HTTP transport layer.
- Requires only an API key for authentication.

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 Internal Patent Data Connector
    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 in your MCP client using the provided JSON block with a streamableHttp transport type and your API key in the URL. Once configured, the server exposes tools that let AI agents query patent data directly.

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "internal patent data connector": {
            "patsnap-internal-patent-data-connector": {
                "url": "https://connect.patsnap.com/cac75e/mcp?apikey=YOUR_API_KEY",
                "type": "streamableHttp"
            }
        }
    }
}

McpServers

{
    "patsnap-internal-patent-data-connector": {
        "url": "https://connect.patsnap.com/cac75e/mcp?apikey=YOUR_API_KEY",
        "type": "streamableHttp"
    }
}

Internal Patent Data Connector

PatSnap Internal Patent Data Connector MCP is a Model Context Protocol server that connects AI agents to PatSnap's Internal Patent Data Connector capabilities. Provides a unified connection layer for bringing patent data into internal systems, applications, and automated workflows. It exposes commonly used capabilities such as search, legal status, transfer, licensing, pledge, classification, and bibliographic data so patent data can be embedded into existing business processes more easily. It is suitable for system integration, data platforms, and workflow automation. Homepage: https://open.patsnap.com/marketplace/mcp-servers/patent-connector GitHub Repository: https://github.com/patsnap/mcp/tree/main/ip-intelligence/patsnap-internal-patent-data-connector

Server Config

``json { "mcpServers": { "patsnap-internal-patent-data-connector": { "url": "https://connect.patsnap.com/cac75e/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.