什么是 生物序列 MCP Server?
生物序列智能平台,涵盖生物序列分析、蛋白质与核苷酸搜索、翻译后修饰分析、抗体-抗原相互作用发现以及多组学生物实体检索。
生物序列智能平台,涵盖生物序列分析、蛋白质与核苷酸搜索、翻译后修饰分析、抗体-抗原相互作用发现以及多组学生物实体检索。
提交后获取job_id,再通过ls_sequence_search_check_status轮询状态,成功后调用ls_sequence_search_get_results获取结果。
qcov_hsp_percobjectobject, optional query coverage filter, format {"start": int, "end": int}
perc_identityobjectobject, optional identity filter, format {"start": int, "end": int}
scov_hsp_percobjectobject, optional subject coverage filter, format {"start": int, "end": int}
evaluenumberfloat, expect threshold
query_type* 必填stringstr, target sequence type, supports "NUCLEOTIDE" and "PROTEIN"
sequence* 必填stringstr, single query sequence string
sequence_type* 必填stringstr, query sequence type, supports "NUCLEOTIDE" and "PROTEIN"
databasearrayList[str], target database list, supports "ALLPATENT" and "CLAIMS"
strandarrayList[str], optional alignment direction filter for nucleotide searches only. Supports "PLUS" and "MINUS"; may be omitted or multi-selected.
subject_lengthobjectobject, optional subject length filter, format {"start": int, "end": int}
q_perc_identityobjectobject, optional query identity filter, format {"start": int, "end": int}
with_gapsbooleanbool, whether sequence alignment includes gaps
s_perc_identityobjectobject, optional subject identity filter, format {"start": int, "end": int}
limitintegerint, maximum returned result count for the backend task
has_modificationarrayList[bool], optional filter for whether the sequence has chemical modification information. Supports true and false; may be omitted or multi-selected.
在ls_sequence_search_check_status返回成功状态后使用此工具获取结果。
/api/ls/sequence/job/result在提交序列或修饰搜索任务后使用此工具轮询任务状态。
/api/ls/sequence/job/status当用户提供序列号列表时使用。单次最多 100 个序列号。
/api/ls/sequence/fetch对生物序列进行比对。当用户需要进行成对比对(PSA)或多序列比对(MSA)时使用。成对比对需要提供 `query_sequence`。
/api/ls/sequence/alignment当用户提供专利 `patent_id` 或专利号 `pn` 时使用,并支持分页查询。
/api/ls/patent/sequence/fetch通过修饰条件搜索生物序列记录,可选择性地通过序列长度或查询序列缩小结果范围。
/api/ls/modification/job当用户需要查找与特定抗原靶点相关的抗体,并可选择通过facet过滤器缩小结果范围时使用。
/api/ls/antibody-antigen/search生物序列智能平台,涵盖生物序列分析、蛋白质与核苷酸搜索、翻译后修饰分析、抗体-抗原相互作用发现以及多组学生物实体检索。
获取智慧芽开放平台 API Key,在本页 Connect 面板复制 MCP 连接 URL,并添加到 Cursor、Claude Desktop 或其他兼容 Model Context Protocol 的 AI 代理客户端。
{
"mcpServers": {
"_": {
"url": "https://connect.patsnap.com/mcp/biology-modality?apikey={your_api_key}"
}
}
}