nagoya-bus-mcp


Namenagoya-bus-mcp JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryModel Context Protocol (MCP) server providing tools to query Nagoya City bus timetables
upload_time2025-08-23 06:09:37
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseNone
keywords mcp model context protocol fastmcp nagoya bus public transport transit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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`.
```json
{
  "mcpServers": {
    "nagoya-bus": {
      "command": "uvx",
      "args": ["nagoya_bus_mcp"]
    }
  }
}
```

### Visual Studio Code
Add the following configuration to `.vscode/mcp.json`.
```json
{
  "servers": {
    "nagoya-bus": {
      "type": "stdio",
      "command": "uvx",
      "args": ["nagoya_bus_mcp"],
      "env": {}
    }
  }
}
```

### Manual
```shell
$ uvx nagoya_bus_mcp
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "nagoya-bus-mcp",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "Yusuke Miyazaki <miyazaki.dev@gmail.com>",
    "keywords": "mcp, model context protocol, fastmcp, nagoya, bus, public transport, transit",
    "author": null,
    "author_email": "Yusuke Miyazaki <miyazaki.dev@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/67/af/92771bba588cec929c855086e4138afe44d238f9bb8f41b279304d361b41/nagoya_bus_mcp-0.2.2.tar.gz",
    "platform": null,
    "description": "# nagoya-bus-mcp\n\n## Getting started\nThe Nagoya Bus MCP server is published to PyPI.\n\n### Claude Desktop\nAdd the following configuration to `claude_desktop_config.json`.\n```json\n{\n  \"mcpServers\": {\n    \"nagoya-bus\": {\n      \"command\": \"uvx\",\n      \"args\": [\"nagoya_bus_mcp\"]\n    }\n  }\n}\n```\n\n### Visual Studio Code\nAdd the following configuration to `.vscode/mcp.json`.\n```json\n{\n  \"servers\": {\n    \"nagoya-bus\": {\n      \"type\": \"stdio\",\n      \"command\": \"uvx\",\n      \"args\": [\"nagoya_bus_mcp\"],\n      \"env\": {}\n    }\n  }\n}\n```\n\n### Manual\n```shell\n$ uvx nagoya_bus_mcp\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Model Context Protocol (MCP) server providing tools to query Nagoya City bus timetables",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://github.com/ymyzk/nagoya-bus-mcp",
        "Issues": "https://github.com/ymyzk/nagoya-bus-mcp/issues",
        "Repository": "https://github.com/ymyzk/nagoya-bus-mcp"
    },
    "split_keywords": [
        "mcp",
        " model context protocol",
        " fastmcp",
        " nagoya",
        " bus",
        " public transport",
        " transit"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "370f70302430d78181e6862bc1a3ef679de7bc5e4bc4dc380970617c2bf20f4e",
                "md5": "776641270457fae529111c03332f4be1",
                "sha256": "e42b8a378b0c7930312e9fb15fef3b23941a2d546a5a2631b7e3abbe859a06f2"
            },
            "downloads": -1,
            "filename": "nagoya_bus_mcp-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "776641270457fae529111c03332f4be1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 6732,
            "upload_time": "2025-08-23T06:09:36",
            "upload_time_iso_8601": "2025-08-23T06:09:36.763612Z",
            "url": "https://files.pythonhosted.org/packages/37/0f/70302430d78181e6862bc1a3ef679de7bc5e4bc4dc380970617c2bf20f4e/nagoya_bus_mcp-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "67af92771bba588cec929c855086e4138afe44d238f9bb8f41b279304d361b41",
                "md5": "ae3c7a1f1dacf992d041117cf83bf62e",
                "sha256": "28eba65e1ca5f3f44097315a9e732e84b6b8080c48ab9694e43052277448eec6"
            },
            "downloads": -1,
            "filename": "nagoya_bus_mcp-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ae3c7a1f1dacf992d041117cf83bf62e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 66611,
            "upload_time": "2025-08-23T06:09:37",
            "upload_time_iso_8601": "2025-08-23T06:09:37.834817Z",
            "url": "https://files.pythonhosted.org/packages/67/af/92771bba588cec929c855086e4138afe44d238f9bb8f41b279304d361b41/nagoya_bus_mcp-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-23 06:09:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ymyzk",
    "github_project": "nagoya-bus-mcp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "nagoya-bus-mcp"
}
        
Elapsed time: 0.92119s