MCP.so
Sign In

PassioGo_MCP_Server

@dusenkajozef

About PassioGo_MCP_Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

dusenkajozef

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers