← Back to Plugins
MCP Server MCP

Singapore MCP by Olano

github By github 👁 1 views ▲ 0 votes

Singapore public data, transport, rail, property, business, economy, weather, and analytics.

Homepage Verified source GitHub

Install

npx -y @olano/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@olano/mcp-singapore",
      "version": "0.4.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional data.gov.sg API key for production limits.",
          "isSecret": true,
          "name": "DATA_GOV_SG_API_KEY"
        },
        {
          "description": "Optional OneMap token for geocoding, routing, themes, and address-based rail lookup.",
          "isSecret": true,
          "name": "ONEMAP_TOKEN"
        },
        {
          "description": "Optional LTA DataMall Account Key for dynamic transport APIs.",
          "isSecret": true,
          "name": "LTA_DATAMALL_API_KEY"
        },
        {
          "description": "Optional private directory for the persistent public-response cache.",
          "name": "OLANO_SG_CACHE_DIR"
        },
        {
          "description": "Optional aggregate tool profile: all, mobility, property, business, economy, civic, or finance.",
          "default": "all",
          "choices": [
            "all",
            "mobility",
            "property",
            "business",
            "economy",
            "civic",
            "finance"
          ],
          "name": "OLANO_SG_PROFILE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...