Nagoya Bus

Nagoya Bus

ymyzk

Connects to Nagoya City's transportation API to fetch bus station locations and timetable information for the Nagoya public transit system.

Integrates with Nagoya City's transportation API to retrieve bus station information and timetable data for travel planning and transit applications.

1169 views3Local (stdio)

What it does

  • Query bus station information in Nagoya
  • Retrieve real-time bus timetables
  • Search for transit routes and schedules
  • Access Nagoya City transportation data

Best for

Travel planning in Nagoya, JapanBuilding transit apps for NagoyaLocal transportation assistance
Official Nagoya City API integrationAvailable via PyPI and Docker

About Nagoya Bus

Nagoya Bus is a community-built MCP server published by ymyzk that provides AI assistants with tools and capabilities via the Model Context Protocol. Access Nagoya Bus station info and timetables via API integration for convenient travel planning and city transit apps.

How to install

You can install Nagoya Bus in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.

License

Nagoya Bus is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.

nagoya-bus-mcp

PyPI - Version PyPI - Python Version CI

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

For developers

# Use MCP Inspector
$ npx @modelcontextprotocol/inspector uv run nagoya-bus-mcp

# Try API client
$ uv run python -m nagoya_bus_mcp.client

Related Skills

Browse all skills
market-sizing-analysis

This skill should be used when the user asks to "calculate TAM", "determine SAM", "estimate SOM", "size the market", "calculate market opportunity", "what's the total addressable market", or requests market sizing analysis for a startup or business opportunity.

50
stripe-integration

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or implementing secure checkout flows.

44
us-stock-analysis

Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.

16
backtesting-frameworks

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

14
data-scientist

Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence. Use PROACTIVELY for data analysis tasks, ML modeling, statistical analysis, and data-driven insights.

13
pdf-processing-pro

Production-ready PDF processing with forms, tables, OCR, validation, and batch operations. Use when working with complex PDF workflows in production environments, processing large volumes of PDFs, or requiring robust error handling and validation.

11