MCP Server
MCP
io.github.oneill9/mcp-server-tfl
Community-built server providing real-time London transport data via the TfL Unified API
Install
oci:ghcr.io/oneill9/mcp-server-tfl:1.4.0
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/oneill9/mcp-server-tfl:1.4.0",
"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