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.
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.
List workspace spaces accessible to the current user, with optional type filter and fuzzy name search.
search_namestringOptional fuzzy workspace name search.
typestringSpace type filter: all, self, shared, public.
List folders in a workspace, with optional fuzzy folder name search.
list_workspace_foldersList 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_fieldsRead 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_patentsRead AI annotation or custom field values for patents in a workspace folder. Patents without values return empty annotations.
get_workspace_annotationsProvides 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.
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.
{
"mcpServers": {
"patsnap_workspace": {
"url": "https://connect.patsnap.com/48a232/logic-mcp?apikey={your_api_key}"
}
}
}