TfL Line Status
БесплатноНе проверенAn MCP server to get the current status of TfL lines
Описание
An MCP server to get the current status of TfL lines
README
A MCP server to get the current status(es) of TFL lines using the TfL Unified API. Built with FastMCP for easy deployment with streamable HTTP transport.
Local Development
pip install -r requirements.txt
python src/server.py
Deployment
Click the button above to deploy your own instance to Render. Your server will be available at https://your-service-name.onrender.com/mcp
Claude Desktop Setup
Add this to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"tfl-line-status": {
"command": "python3",
"args": ["/path/to/TfL-line-status-mcp/src/server.py"]
}
}
}
Replace /path/to/ with the absolute path where you cloned this repository.
Try It Out!
Restart the Claude Desktop app and then ask the status of a TfL line. You should get something like this...
Tools
get_line_disruptions
Get disruptions for specific TfL lines (e.g., district, windrush, victoria, northern).
Parameters:
lines(string): Comma-separated list of line IDs (e.g., 'district,windrush' or 'victoria')
Example:
get_line_disruptions("district,victoria")
get_mode_disruptions
Get disruptions for TfL transport modes (tube, overground, dlr, elizabeth-line, tram, bus).
Parameters:
modes(string): Comma-separated list of modes (e.g., 'tube,dlr' or 'overground')
Example:
get_mode_disruptions("tube,overground")
API Reference
Установка TfL Line Status
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/reeceatkinson/TfL-line-status-mcpFAQ
TfL Line Status MCP бесплатный?
Да, TfL Line Status MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TfL Line Status?
Нет, TfL Line Status работает без API-ключей и переменных окружения.
TfL Line Status — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить TfL Line Status в Claude Desktop, Claude Code или Cursor?
Открой TfL Line Status на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare TfL Line Status with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
