Skip to main content
Glama

PatSnap MCP Server

get_portfolio_value_distribution

Analyze patent valuation spread to identify lucrative technology spaces. Input keywords or IPC codes, filter by date or authority, and assess patent portfolio value distribution.

Instructions

Assess the lucrativeness of a technology space based on the spread of estimated patent valuation (simple families). Higher value buckets indicate more lucrative technologies. Design patents are excluded. Note: Search must contain either keywords or IPC. If both are provided, IPC is prioritized.

Input Schema

NameRequiredDescriptionDefault
apply_end_timeNoPatent application end year (yyyy format). Filters by application filing date.
apply_start_timeNoPatent application start year (yyyy format). Filters by application filing date.
authorityNoPatent authority code (e.g., CN, US, EP, JP). Filters by patent office. Use OR for multiple, e.g., "US OR EP".
ipcNoPatent IPC classification code. Used to specify a particular technology field.
keywordsNoKeywords to search within patent title and abstract/summary. Supports AND, OR, NOT logic. Example: "mobile phone AND (screen OR battery)"
public_end_timeNoPatent publication end year (yyyy format). Filters by publication date.
public_start_timeNoPatent publication start year (yyyy format). Filters by publication date.

Input Schema (JSON Schema)

{ "description": "Requires either 'keywords' or 'ipc' to be specified for a meaningful search. If both are provided, IPC is prioritized by the API.", "properties": { "apply_end_time": { "description": "Patent application end year (yyyy format). Filters by application filing date.", "type": "string" }, "apply_start_time": { "description": "Patent application start year (yyyy format). Filters by application filing date.", "type": "string" }, "authority": { "description": "Patent authority code (e.g., CN, US, EP, JP). Filters by patent office. Use OR for multiple, e.g., \"US OR EP\".", "type": "string" }, "ipc": { "description": "Patent IPC classification code. Used to specify a particular technology field.", "type": "string" }, "keywords": { "description": "Keywords to search within patent title and abstract/summary. Supports AND, OR, NOT logic. Example: \"mobile phone AND (screen OR battery)\"", "type": "string" }, "public_end_time": { "description": "Patent publication end year (yyyy format). Filters by publication date.", "type": "string" }, "public_start_time": { "description": "Patent publication start year (yyyy format). Filters by publication date.", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KunihiroS/patsnap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server