Skip to main content
Glama

Nagoya Bus MCP

by ymyzk

nagoya-bus-mcp

Getting started

The Nagoya Bus MCP server is published to PyPI.

Claude Desktop

Add the following configuration to claude_desktop_config.json.

{ "mcpServers": { "nagoya-bus": { "command": "uvx", "args": ["nagoya_bus_mcp"] } } }

Visual Studio Code

Add the following configuration to .vscode/mcp.json.

{ "servers": { "nagoya-bus": { "type": "stdio", "command": "uvx", "args": ["nagoya_bus_mcp"], "env": {} } } }

Manual

# Using uvx $ uvx nagoya_bus_mcp # Using Docker $ docker run -i --rm ghcr.io/ymyzk/nagoya-bus-mcp
-
security - not tested
A
license - permissive license
-
quality - not tested

Provides access to Nagoya bus system information and schedules. Enables users to query bus routes, stops, and real-time transit data for Nagoya's public transportation network.

  1. Getting started
    1. Claude Desktop
    2. Visual Studio Code
    3. Manual

Related MCP Servers

  • A
    security
    F
    license
    A
    quality
    Enables Large Language Models to access real-time data on Vilnius public transport stops and routes through the Model Context Protocol.
    Last updated -
    2
    1
  • -
    security
    A
    license
    -
    quality
    Provides access to Deutsche Bahn train timetables, station information, and schedule changes through Model Context Protocol tools and resources.
    Last updated -
    6
    MIT License
  • -
    security
    A
    license
    -
    quality
    Provides real-time access to Bangalore's public transportation information including bus tracking, schedules, routes, and service updates to improve passenger experience.
    Last updated -
    3
    MIT License
  • A
    security
    F
    license
    A
    quality
    Provides access to Berlin's public transport data through the VBB API, enabling users to search stops, get departures, and plan journeys across Berlin-Brandenburg.
    Last updated -
    3
    5

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ymyzk/nagoya-bus-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server