This Model Context Protocol (MCP) server provides AI assistants with access to real-time Transport for London data through a set of automated tools.
Server Config
{
"mcpServers": {
"london-transport": {
"command": "npx",
"args": [
"london-transport-mcp"
],
"env": {
"TFL_API_KEY": "your_actual_tfl_api_key_here"
}
}
}
}