Back to catalog
Cortexa research tool·structure·unichem
UniChem Search Compound
Search UniChem for a chemical compound by InChIKey, source compound ID, or UCI (UniChem Compound Identifier). Returns cross-references to the compound across 40+ chemical databases including ChEMBL, DrugBank, PDBe, PubChem, KEGG, ChEBI, HMDB, and more. UniChem is EBI's unified chemical cross-referencing service. Example: searching InChIKey 'BSYNRYMUTXBXSQ-UHFFFAOYSA-N' (aspirin) returns mappings to CHEMBL25, DB00945, C01405, etc.
Livelast probed 2026-04-30 23:07Z· 95msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 95ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"compound": {
"description": "The compound identifier to search. Can be an InChIKey (e.g., 'BSYNRYMUTXBXSQ-UHFFFAOYSA-N'), source compound ID (e.g., 'CHEMBL25'), or UCI number.",
"type": "string"
},
"sourceID": {
"description": "Required when type='sourceID'. The source database ID (e.g., 1=ChEMBL, 2=DrugBank, 7=ChEBI, 22=PubChem). Use UniChem_list_sources to see all IDs.",
"type": [
"integer",
"null"
]
},
"type": {
"description": "Type of the compound identifier. One of: 'inchikey', 'sourceID', 'uci'. Default: 'inchikey'.",
"type": "string"
}
},
"required": [
"compound",
"type"
],
"type": "object"
}Examples (1)
Default UniChem Search Compound call
public-safeinput
{
"compound": "aspirin",
"type": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_UniChem_search_compound
- Tool name
- UniChem_search_compound
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse