Skip to main content
Glama

SG Data MCP

Model Context Protocol (MCP)를 통해 AI 에이전트에게 실시간 싱가포르 정부 데이터 및 ACRA 기업 정보를 제공합니다.

라이브 엔드포인트: https://sg-data-mcp.sgdata.workers.dev/mcp

기능

이 MCP 서버는 모든 AI 에이전트에게 data.gov.sg의 싱가포르 정부 데이터와 ACRA 기업 기록을 다루는 13가지 실시간 도구에 대한 즉각적인 액세스를 제공합니다. 무료 티어는 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 기업 등록부

  • 버스/MRT 도착 시간 (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
    -