Back to MCP Servers

Patsnap Workspace

5 toolsv1.0.0
Overview

About

Provides workspace browsing and patent collection reading capabilities, including listing accessible spaces, folders, and fields, and reading patents and existing annotation values from a workspace folder.

Capabilities

list_workspace_spaces

List workspace spaces accessible to the current user, with optional type filter and fuzzy name search.

Arguments
search_namestring

Optional fuzzy workspace name search.

typestring

Space type filter: all, self, shared, public.

list_workspace_folders

List folders in a workspace, with optional fuzzy folder name search.

list_workspace_folders

list_workspace_fields

List standard, custom, and special fields in a workspace. The field list helps understand readable fields; custom and AI annotation field values are read through get_workspace_annotations.

list_workspace_fields

get_workspace_patents

Read patents from a workspace folder. Currently supports keyword search and limit/offset pagination; filters, sort, range filters, custom-field filters, and AI annotation-field filters are not supported.

get_workspace_patents

get_workspace_annotations

Read AI annotation or custom field values for patents in a workspace folder. Patents without values return empty annotations.

get_workspace_annotations

What is Patsnap Workspace MCP Server?

Provides workspace browsing and patent collection reading capabilities, including listing accessible spaces, folders, and fields, and reading patents and existing annotation values from a workspace folder.

Capabilities

  • List workspace spaces accessible to the current user, with optional type filter and fuzzy name search.
  • List folders in a workspace, with optional fuzzy folder name search.
  • List standard, custom, and special fields in a workspace. The field list helps understand readable fields; custom and AI annotation field values are read through get_workspace_annotations.
  • Read patents from a workspace folder. Currently supports keyword search and limit/offset pagination; filters, sort, range filters, custom-field filters, and AI annotation-field filters are not supported.
  • Read AI annotation or custom field values for patents in a workspace folder. Patents without values return empty annotations.

How to connect

Get a Patsnap Open Platform API key, copy the MCP connection URL from the Connect panel on this page, and add the server to Cursor, Claude Desktop, or another Model Context Protocol-compatible AI agent client.

Example MCP configuration

{
  "mcpServers": {
    "patsnap_workspace": {
      "url": "https://connect.patsnap.com/48a232/logic-mcp?apikey={your_api_key}"
    }
  }
}

Use cases

  • Use Patsnap Workspace MCP Server to let AI agents access Patsnap innovation intelligence inside agent conversations.

FAQ

What is Patsnap Workspace MCP Server?
Patsnap Workspace MCP Server is a Patsnap Open Platform Model Context Protocol server that exposes innovation intelligence tools for AI agents and LLM clients.
How does Patsnap Workspace MCP Server work with AI agents?
An MCP-compatible client connects to the server URL with your Patsnap Open Platform API key, discovers available tools, and lets the model call Patsnap data and capabilities during conversations.
What tasks can Patsnap Workspace MCP Server perform?
Patsnap Workspace MCP Server exposes Patsnap tools through the Model Context Protocol so AI agents can retrieve patents, papers, and innovation intelligence during multi-step reasoning.
How do I connect this MCP server to an agent?
Get a Patsnap Open Platform API key, copy the MCP connection URL or JSON config from this page, and add it to your MCP-compatible client following the MCP Quick Start guide.