12306
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"12306-mcp": {
"type": "sse",
"url": "https://mcp.api-inference.modelscope.net/830d7ee9e2d147/sse"
}
}
}
服务介绍
详细文档见https://modelscope.cn/docs/%E5%88%9B%E7%A9%BA%E9%97%B4%E5%8D%A1%E7%89%87
domain: #领域:cv/nlp/audio/multi-modal/AutoML
- cv
tags: #自定义标签
datasets: #关联数据集
evaluation:
#- iic/ICDAR13_HCTR_Dataset
test:
#- iic/MTWI
train:
#- iic/SIBR
models: #关联模型
#- iic/ofa_ocr-recognition_general_base_zh
启动文件(若SDK为Gradio/Streamlit,默认为app.py, 若为Static HTML, 默认为index.html)
deployspec:
entry_file: app.py
license: Apache License 2.0
Clone with HTTP
git clone https://www.modelscope.cn/studios/Coloring/mcp-playground.git