Skip to main content
Glama

SureChEMBL MCP Server

search_by_inchi

Identify chemicals in the SureChEMBL patent database by entering an InChI string or key. Specify a result limit (1-1000) to refine your search for precise chemical patent data.

Instructions

Search for chemicals by InChI or InChI key

Input Schema

NameRequiredDescriptionDefault
inchiYesInChI string or InChI key
limitNoNumber of results to return (1-1000, default: 25)

Input Schema (JSON Schema)

{ "properties": { "inchi": { "description": "InChI string or InChI key", "type": "string" }, "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" } }, "required": [ "inchi" ], "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/Augmented-Nature/SureChEMBL-MCP-Server'

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