Skip to content

Releases: thejiraguy/marta-mcp

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 11:40
11f6423

What's Changed

  • ci: add tag-triggered release workflow, CLAUDE.md; bump to 0.1.2 by @thejiraguy in #1

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

Choose a tag to compare

@claude claude released this 26 Jun 12:42
64fd4af

Repo URL updated from LordPsycho202 to thejiraguy (account rename). The extension manifest now fetches from git+https://github.com/thejiraguy/marta-mcp. Download marta-mcp.dxt (or .mcpb) and open it in Claude Desktop.


Generated by Claude Code

v0.1.0

Choose a tag to compare

@thejiraguy thejiraguy released this 12 Jun 16:02

Initial release of marta-mcp - an MCP server for Atlanta MARTA real-time transit data.

Tools

  • get_rail_arrivals - real-time train arrival predictions, filterable by station / line / direction (requires a free MARTA API key)
  • list_rail_stations - canonical station names
  • get_bus_positions - live bus vehicle positions (GTFS-realtime, no key needed)
  • get_bus_trip_updates - live bus arrival predictions (GTFS-realtime, no key needed)

Install

Requires uv. Download marta-mcp.dxt (or .mcpb - same file, newer name) and drag it into Claude Desktop's Settings -> Extensions. The extension is a thin manifest: Claude Desktop fetches the server from this repo via uvx on first launch, so it works on any OS.

API key

Rail tools need a free key from MARTA developer registration. Store it in ~/.marta/config.json ({api_key: ...}) or set MARTA_API_KEY. See the README for details.