What is Chemical Molecular MCP Server?
Chemical molecular intelligence platform covering compound search, structure analysis, physicochemical property retrieval, and molecular interaction profiling.
Chemical molecular intelligence platform covering compound search, structure analysis, physicochemical property retrieval, and molecular interaction profiling.
Use this tool when the user wants to search compounds by chemical structure. The Python service only keeps the MCP request parameters and forwards the payload to the downstream chemical endpoint.
include_isotopebooleanbool, whether to include isotope variants in the search
offsetintegerint, pagination offset, example 0
smiles* Requiredstringstr, query structure in SMILES format, example "CC(=O)OC1=C(C=CC=C1)C(O)=O"
include_chargebooleanbool, whether to include charge variants in the search
include_multi_componentbooleanbool, whether to include multi-component compounds, valid for EXT type only, example true
limitintegerint, page size, example 20
include_stereobooleanbool, whether to include stereoisomers in the search
thresholdnumberfloat, similarity threshold required for "SIM", example 0.99
type* Requiredstringstr, search type, supports "EXT" and "SIM"
include_radicalbooleanbool, whether to include radical variants in the search
Batch fetch full detail records by InChIKey. Maximum 100 identifiers per request.
/api/ls/structure/fetchBatch fetch chemical structures associated with a patent by patent ID or patent number. Supports pagination with offset and limit (max 100).
/api/ls/patent/structure/fetchAnalyze fragment composition from multiple chemical structures. Use this tool when the user wants to analyze fragment distribution from a set of SMILES structures. It analyzes the frequent fragments and count how many times each fragment appears across the input structures.
/api/ls/chemical/mcs/analyzePredict ADMET properties for a list of molecules. Use this tool when the user wants to evaluate drug-likeness or pharmacokinetic properties of small molecules. It calls the ADMET-AI model to predict absorption, distribution, metabolism, excretion, and toxicity properties for each input SMILES.
/api/ls/admet/predictChemical molecular intelligence platform covering compound search, structure analysis, physicochemical property retrieval, and molecular interaction profiling.
Get a Patsnap Open Platform API key, copy the MCP connection URL from the Connect panel on this page, and add the server to Cursor, Claude Desktop, or another Model Context Protocol-compatible AI agent client.
{
"mcpServers": {
"chemical_molecular": {
"url": "https://connect.patsnap.com/713886/logic-mcp?apikey={your_api_key}"
}
}
}