1. Conduid
  2. Developer Tools
  3. Be Node Seoul Data MCP
MCP server · Developer Tools

Be Node Seoul Data MCP

한국 서울 공공데이터 MCP 예제

Unclaimed MIT last commit a year ago devtools
49Fair

Scored 3 months ago · breakdown

About Be Node Seoul Data MCP

Be Node Seoul Data MCP is an MCP server published by pinnaclesoft-ko in the Developer Tools category: 한국 서울 공공데이터 MCP 예제. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx be-node-seoul-data-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Be Node Seoul Data MCP

Powered by Claude · Grounded in docs

I know everything about Be Node Seoul Data MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

서울 공공데이터 MCP 서버 예제

서울 공공데이터 API를 사용하여 서울시의 다양한 공공 데이터를 제공하는 MCP 서버 예제입니다.

예제 목록

  • 서울시 지하철호선별 역별 승하차 인원 정보
  • 서울시 문화행사 정보

설정방법

서울 공공데이터 API 키 설정

서울시 지하철호선별 역별 승하차 인원 정보

파일 modules/KoreaSeoulCulturalEventInfo.ts에 다음 {API 키}를 추가한다.

import {
    Tool,
} from "@modelcontextprotocol/sdk/types.js";

const API_URL = "http://openapi.seoul.go.kr:8088/{authKey}/json/culturalEventInfo/{StartIndex}/{EndIndex}";
const API_KEY = "{API 키}";

서울시 문화행사 정보

파일 modules/KoreaSeoulSubwayStatus.ts에 다음 {API 키}를 추가한다.

import {
    Tool,
} from "@modelcontextprotocol/sdk/types.js";

const API_URL = "http://openapi.seoul.go.kr:8088/{authKey}/json/culturalEventInfo/{StartIndex}/{EndIndex}";
const API_KEY = "{API 키}";

빌드하기

npm i; npm run build

Claude Desktop 에 MCP 설정 추가하기

claude_desktop_config.json 파일에 다음을 추가한다. {빌드된 경로}는 자신에 맞게 추가해야 함.

{
  "mcpServers": {
    "KoreaSeoulData": {
      "command": "node",
      "args": [
        "{빌드된 경로}/seoul_korea/dist/index.js"
      ]
    }
  }
}

사용예제

서울시 지하철호선별 역별 승하차 인원 정보

image

서울시 문화행사 정보

image

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Be Node Seoul Data MCP

How do I install Be Node Seoul Data MCP?

Run npx be-node-seoul-data-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Be Node Seoul Data MCP safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Be Node Seoul Data MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.