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

ynosis-agent-mcp

v0.2.3

Published

MCP stdio server for the Ynosis Agent API (facilities and spring analyses)

Readme

ynosis-agent-mcp

Ynosis Agent API 用の MCP(stdio)。Cursor など Node がある環境向け。

ソース clone は不要です。CLI は別パッケージ ynosis-agent(PyPI)。

前提

  • Node.js 18 以降(npx が付属)
  • プロフィール(… → Agent API)で発行した yna_… キー

uv / uvx は不要です。

Cursor(mcp.json)

{
  "mcpServers": {
    "ynosis-agent": {
      "command": "npx",
      "args": ["-y", "ynosis-agent-mcp"],
      "env": {
        "YNOSIS_AGENT_API_KEY": "yna_REPLACE_ME",
        "YNOSIS_AGENT_API_BASE": "https://ynosis.jp"
      }
    }
  }
}

保存後 Cursor を再起動し、Customize → MCPs で有効か、チャットのツールに search_facilities が出るかを確認してください。npx が Cursor から見えないときは commandwhich npx の絶対パスにします。

接続先の既定は https://ynosis.jp(リダイレクトを追います)。

施設登録フロー(Python MCP と同一)

find_existing_facility → update_facility(既存・認定・タグ不足時も編集依頼)
                      → resolve_place_candidates → prepare_facility_for_register → register_facility(新規)
誤登録整理: remediate_duplicate_facility(正規へ依頼 + withdraw)

主要ツール: find_existing_facility, prepare_facility_for_register, resolve_place_candidates, withdraw_facility, remediate_duplicate_facility, get_tag_options

運営: npm 公開

リポジトリ内手順: docs/agent/publishing.md

cd packages/ynosis-agent-mcp
npm install && npm test
npm publish --access public

公開前に Python パッケージ(ynosis-agent)との MCP パリティを確認: .cursor/rules/ynosis-agent-mcp-parity.mdc

手順の詳細(利用者向け): https://ynosis.jp/notes/usage-037