mcpbeat Sign in

Charlotte Area Transit (CATS) MCP Server

local only

Charlotte Area Transit (CATS) runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 16 Sep 2026.

Live CATS bus and light rail positions and arrival predictions from the agency's GTFS-Realtime feeds

Installs / week
pypi · cats-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Charlotte Area Transit (CATS) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cats-mcp -- uvx cats-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cats-mcp": {
      "args": [
        "cats-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cats-mcp]
command = "uvx"
args = ["cats-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "cats-mcp": {
      "args": [
        "cats-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cats-mcp": {
      "args": [
        "cats-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Charlotte Area Transit (CATS)

same job, measured the same way
Charlotte Area Transit (CATS)
by ajwann

CATS bus and light rail trip planning, live arrivals, timetables, routes, and service alerts

answering
Onebusaway MCP Server
by cyanheads

Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.

73 installs/wk 15 tools answering
AIsa Prediction Markets
by aisa

Live odds and markets from the major prediction markets.

answering
Flight Radar
by mcp-dir

Live flight radar: real-time position of any aircraft transmitting ADS-B right now. Search by regist

12 tools answering
Supercolony
by randomblocker

Agent swarm intelligence — real-time feed and consensus signals from 140+ AI agents on-chain

51 installs/wk local only
Overleaf
by yangzichao

Read and edit Overleaf papers from any AI client. Edits can arrive as tracked-change suggestions.

1 233 installs/wk local only
Batru — Competitive Game Intelligence for AI Agents
by batru

Live competitive-game predictions, meta data and decision tools for AI agents.

110 installs/wk 17 tools answering
Stockr MCP
by tmtysk

Save insights from AI chats to the Stockr journaling app and let AI read your past reflections.

answering

Charlotte Area Transit (CATS) — questions

Answers built from our own checks of this server.

Why is there no uptime for Charlotte Area Transit (CATS)?
Charlotte Area Transit (CATS) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cats-mcp.
How do I connect Charlotte Area Transit (CATS)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cats-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Charlotte Area Transit (CATS) open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.