search_patents
Find chemical patents and intellectual property information using PubChem Compound ID or a custom query. Access detailed patent data from the Unofficial PubChem MCP Server.
Instructions
Search for chemical patents and intellectual property information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cid | No | PubChem Compound ID (CID) | |
query | No | Patent search query (alternative to CID) |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"description": "PubChem Compound ID (CID)",
"type": [
"number",
"string"
]
},
"query": {
"description": "Patent search query (alternative to CID)",
"type": "string"
}
},
"required": [],
"type": "object"
}