Skip to main content
Glama

ChEMBL MCP Server

search_by_inchi

Search for chemical compounds using an InChI key or InChI string. Retrieve up to 1000 results with the ChEMBL MCP Server, enabling precise identification and analysis of molecular structures.

Instructions

Search for compounds by InChI key or InChI string

Input Schema

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

Input Schema (JSON Schema)

{ "properties": { "inchi": { "description": "InChI key or InChI string", "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/ChEMBL-MCP-Server'

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