Back to Browse

Singapore MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

Singapore MCP is a well-structured read-only data aggregation server with appropriate authentication patterns and minimal code vulnerabilities. The server implements proper input validation with Zod, uses environment variables for credentials, and maintains clear separation of concerns across packages. Permissions align with its purpose as a Singapore public-data bridge, though broad network access is required for multiple data providers. Minor code quality observations present no security risk. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Optional data.gov.sg API key for production limits.Required

Environment variable: DATA_GOV_SG_API_KEY

Optional OneMap token for geocoding, routing, themes, and address-based rail lookup.Required

Environment variable: ONEMAP_TOKEN

Optional LTA DataMall Account Key for dynamic transport APIs.Required

Environment variable: LTA_DATAMALL_API_KEY

Optional private directory for the persistent public-response cache.Optional

Environment variable: OLANO_SG_CACHE_DIR

Optional aggregate tool profile: all, mobility, property, business, economy, civic, or finance.Optional

Environment variable: OLANO_SG_PROFILE

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-olano-ai-mcp-singapore": {
      "env": {
        "ONEMAP_TOKEN": "your-onemap-token-here",
        "OLANO_SG_PROFILE": "your-olano-sg-profile-here",
        "OLANO_SG_CACHE_DIR": "your-olano-sg-cache-dir-here",
        "DATA_GOV_SG_API_KEY": "your-data-gov-sg-api-key-here",
        "LTA_DATAMALL_API_KEY": "your-lta-datamall-api-key-here"
      },
      "args": [
        "-y",
        "@olano/singapore-mcp-monorepo"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!