Skip to main content
Glama

SG Data MCP

通过 模型上下文协议 (MCP) 为 AI 智能体提供实时新加坡政府数据和 ACRA 公司情报。

实时端点: https://sg-data-mcp.sgdata.workers.dev/mcp

功能概述

此 MCP 服务器使任何 AI 智能体能够即时访问 13 种实时工具,涵盖来自 data.gov.sg 的新加坡政府数据以及 ACRA 公司记录。免费层级无需 API 密钥。

Related MCP server: Singapore LTA MCP Server

可用工具

天气与环境

工具

描述

来源

sg_weather_2h

各区域 2 小时天气预报

NEA

sg_weather_24h

24 小时天气展望(含温度/湿度/风速)

NEA

sg_weather_4day

4 天天气预报(含每日状况)

NEA

sg_uv_index

实时紫外线指数读数

NEA

sg_air_quality

各区域 PSI 和 PM2.5 指数

NEA

sg_rainfall

来自 50 多个站点的实时降雨量

NEA

sg_dengue_clusters

活跃的登革热集群位置及病例数

NEA

交通

工具

描述

来源

sg_carpark_availability

实时 HDB 停车场车位空余情况

HDB

sg_taxi_availability

实时出租车数量及位置

LTA

ACRA 公司情报

工具

描述

来源

sg_company_search

按名称搜索公司 - 返回 UEN、类型、状态、地址

ACRA

sg_company_uen

通过 UEN 号码查询公司

ACRA

sg_company_verify

验证公司是否存在且处于活跃状态

ACRA

sg_registered_entities_count

所有 ACRA 注册实体的总数

ACRA

快速入门

通过 Streamable HTTP 连接

Endpoint: https://sg-data-mcp.sgdata.workers.dev/mcp
Method: POST
Content-Type: application/json

在 Claude Desktop 中使用

添加到你的 claude_desktop_config.json:

{
  "mcpServers": {
    "sg-data": {
      "url": "https://sg-data-mcp.sgdata.workers.dev/mcp"
    }
  }
}

示例:搜索公司

curl https://sg-data-mcp.sgdata.workers.dev/mcp -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"sg_company_search","arguments":{"query":"DBS"}}}'

示例:检查降雨量

curl https://sg-data-mcp.sgdata.workers.dev/mcp -X POST -H "Content-Type: application/json" -d '{"jsonrpc":"2.0","method":"tools/call","id":1,"params":{"name":"sg_rainfall","arguments":{}}}'

技术栈

  • 运行时:Cloudflare Workers(边缘计算,近乎零冷启动)

  • 协议:基于 Streamable HTTP 的 MCP (JSON-RPC 2.0)

  • 数据:data.gov.sg 公共 API 和 ACRA 开放数据集

  • 成本:提供免费层级

路线图

  • 马来西亚 SSM 公司注册处

  • 印度尼西亚 AHU 公司注册处

  • 公交/地铁到站时间 (LTA DataMall)

  • URA 房产交易数据

  • OneMap 地理编码

  • 高级层级的 API 密钥限制

  • 用于智能体间支付的 Stripe MPP 集成

作者

Dinesh Kumar - 新加坡 - hello@levylens.co

许可证

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables access to Singapore government open data and real-time environment/transport feeds including weather, air quality, taxi availability, and traffic incidents.
    5 npm
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Verified Singapore property, tax, affordability, salary, and location data for AI agents. 17 MCP tools, x402 micropayments, source provenance on every response. Singapore live now, more markets coming. Categories: Finance, Real Estate, Data, Singapore, x402, Payments, Government Data
    17
    1
    -
  • F
    license
    Not graded
    quality
    C
    maintenance
    Provides AI agents with live, structured access to Singapore government open data including weather, transport, property, and company registry via 35 well-described tools.
    1
    -