This is a 12306 ticket search server based on the Model Context Protocol (MCP).
| Tool name | Description | Destructive? |
|---|---|---|
| get-current-date | ✓ no | |
| get-stations-code-in-city | ✓ no | |
| get-station-code-of-citys | ✓ no | |
| get-station-code-by-names | ✓ no | |
| get-station-by-telecode | ✓ no |
| get-tickets | ✓ no | |
| get-interline-tickets | ✓ no | |
| get-train-route-stations | ✓ no |
{
"mcpServers": {
"12306": {
"command": "npx",
"args": [
"-y",
"12306-mcp"
]
}
}
}