MCP Server
MCP
io.github.oneill9/tfl-mcp-server
Community-built server providing real-time London transport data via the TfL Unified API
Install
oci:ghcr.io/oneill9/tfl-mcp-server:1.5.2
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/oneill9/tfl-mcp-server:1.5.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TfL API key — recommended for effective use. Without a key, TfL applies strict rate limits that will impact most real-world usage. Register free at https://api-portal.tfl.gov.uk/",
"format": "string",
"isSecret": true,
"name": "TFL_APP_KEY"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment