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.

评论

其他 分类下的更多 MCP 服务器