npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

korea-data-mcp

v0.2.1

Published

MCP server for Korean company and rail data — company identity, registration status, month-by-month employment from government payroll records, and nationwide subway and commuter-rail timetables in GTFS shape.

Readme

korea-data-mcp

MCP server for Korean company data — identity, registration status, and month-by-month employment from government payroll records, in English.

{
  "mcpServers": {
    "korea-company": {
      "command": "npx",
      "args": ["-y", "korea-data-mcp"],
      "env": { "KCID_API_KEY": "kcid_..." }
    }
  }
}

Get a key at https://notonlystock.com/korea/account — new accounts start with 5,000 free credits, no card.

Tools

| Tool | Returns | Credits | |---|---|---| | lookup_korean_company | Full record by BRN, worksite addresses included | 100 | | search_korean_companies | Records by name, industry, region, size, status | 100 per row | | get_employment_history | 36 months of pension subscribers, hires and separations | 1,000 | | convert_korean_address | Official English form of a Korean street address | 1 | | korean_holidays | Is this date a Korean business day, or list a year's holidays — English names | 1 | | find_korean_rail_stop | Subway and commuter-rail stations by name, English or Korean | 1 per row | | get_rail_departures | Every scheduled departure from a station, in time order | 1 per row | | get_credit_balance | Balance | 0 |

Each tool states its own cost, so an agent can budget before it calls. Rail times follow the GTFS convention and may exceed 24 hours — a train leaving at 1am the next service day reads 25:00:00. Which days a service runs, public holidays included, is at GET /transit/calendar, which is free. search_korean_companies accepts count_only to see how many match for 100 credits before pulling rows, and limit (up to 1,000) to cap the bill. A full page returns next_cursor; pass it back as cursor to continue — paging costs the same per row.

Coverage

152,367 Korean for-profit corporate headquarters with 10 or more insured employees. The monthly employment series exists for 91.9% of them — filter on has: "pension_series" to get only those, or read employment_series on any record.

Registration numbers are validated against the National Tax Service, so placeholder numbers that appear in the source registry are not in here.

What is in the data →

What this does not do

No score, no grade, no ranking, no opinion about any company. No sanctions, penalties or litigation history. No personal data. Facts and their sources only.

MIT licensed. The API is v0 and may change without notice until v1.