← Back to Plugins
MCP Server MCP

io.github.oneill9/tfl-mcp-server

github By github 👁 1 views ▲ 0 votes

Community-built server providing real-time London transport data via the TfL Unified API

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...