MCP.so
ログイン

PassioGo_MCP_Server

@dusenkajozef

PassioGo_MCP_Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

dusenkajozef

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "passioGo": {
      "command": "uv",
      "args": [
        "--directory",
        "C:\\Path to the \\PassioGo_MCP_Server",
        "run",
        "main.py"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is PassioGo_MCP_Server?

PassioGo_MCP_Server is an intelligent backend service that provides real-time transportation data from PassioGO systems. It is built with FastMCP and designed for use by developers and MCP clients like Claude Desktop to answer queries about bus arrivals, routes, stops, and alerts.

How to use PassioGo_MCP_Server?

Configure the server in your MCP client's settings. For Claude Desktop, add a JSON entry pointing to the repository directory and run main.py using uv. The client will automatically decide when to invoke the server's tools based on user questions.

Key features of PassioGo_MCP_Server

  • Provides real-time vehicle location and stop arrival info
  • Checks active system alerts
  • Returns route and stop details on demand
  • Integrates with MCP clients via FastMCP
  • No external API key required (passes through PassioGO system)

Use cases of PassioGo_MCP_Server

  • Find which buses are stopping at a given campus station within minutes
  • Get directions to a specific area using available routes
  • Check for live system alerts affecting transportation
  • Plan the best route between two campus locations

FAQ from PassioGo_MCP_Server

How do I run PassioGo_MCP_Server on Claude Desktop?

Download this repository, then open your Claude Desktop config file (claude_desktop_config.json) and add the passioGo entry with "command": "uv" and arguments pointing to the directory and main.py. Save the file and restart Claude Desktop.

What tools does PassioGo_MCP_Server provide?

The server includes tools for checking active vehicles, stop arrivals, route information, and system alerts, as demonstrated in the example conversation.

What dependencies are required to run the server?

The server requires uv and Python to run. It is built with FastMCP and interacts with PassioGO's real-time data system.

Does the server require an API key or special authentication?

The README does not mention any API key or authentication requirements; it communicates directly with the PassioGO system.

Can I use PassioGO_MCP_Server with other MCP clients besides Claude Desktop?

Yes, the author states that the server can run on any MCP client, though configuration instructions may differ slightly.

コメント

「その他」の他のコンテンツ