@tcliplab/transit-mcp
v1.0.0
Published
An MCP server for Transit API, a Japanese public transit API built on `https://api.transit.ls8h.com/`.
Maintainers
Readme
MCP Server for Transit API
An MCP server for Transit API, a Japanese public transit API built on https://api.transit.ls8h.com/.
This package exists as a local npm / npx-based wrapper and as a base for future wrapper tools and experiments.
It also includes lightweight result previews, which may make the first-step UX a little smoother for LLMs.
Install
Use npx for quick access.
If you prefer, you can build and run it yourself.
Connect Codex
Add the server to your Codex config:
[mcp_servers.transit_mcp]
command = "npx"
args = ["-y", "@tcliplab/transit-mcp@latest"]Connect Claude Desktop
Add the server to your Claude Desktop config:
{
"mcpServers": {
"transit-mcp": {
"command": "npx",
"args": ["-y", "@tcliplab/transit-mcp@latest"]
}
}
}API Documentation
Transit API is available at https://api.transit.ls8h.com/.
The server uses the public REST API directly and does not require extra credentials.
