Skip to main content
Glama

ChEMBL MCP Server

search_by_inchi

Identify chemical compounds using InChI keys or strings, with customizable result limits, on the ChEMBL MCP Server for precise compound searches.

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