Skip to main content
Glama

SureChEMBL MCP Server

search_by_smiles

Find chemical compounds in the SureChEMBL database by inputting their SMILES structure notation. Specify the number of results to retrieve for efficient chemical patent research.

Instructions

Search for chemicals by SMILES structure notation

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to return (1-1000, default: 25)
smilesYesSMILES string of the chemical structure

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Number of results to return (1-1000, default: 25)", "maximum": 1000, "minimum": 1, "type": "number" }, "smiles": { "description": "SMILES string of the chemical structure", "type": "string" } }, "required": [ "smiles" ], "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