新加坡陆路交通管理局数据接口服务
为新加坡陆路交通管理局 (LTA) 数据接口提供实时交通信息的 MCP 服务器。
快速开始
- 注册 LTA DataMall 账号并获取 API 密钥。
- 使用以下命令通过 Smithery 安装: npx -y @smithery/cli install @arjunkmrm/mcp-sg-lta --client claude
- 配置
claude_desktop_config.json
文件,添加 API 密钥: { "mcpServers": { "lta": { "command": "npx", "args": [ "-y", "arjunkmrm/mcp-sg-lta" ], "env": { "LTA_API_KEY": "YOUR-API-KEY" } } } } - 启动服务后即可访问工具如
bus_arrival
和traffic_incidents
等。