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

@human-hisyo/mcp-server

v0.1.1

Published

Human-Hisyo MCP Server - AI Secretary Service via Model Context Protocol

Downloads

28

Readme

@human-hisyo/mcp-server

Human-Hisyo MCP Server - AIエージェントから人間秘書に直接タスクを依頼できるMCPサーバー。

Human-Hisyo とは?

Human-Hisyo(人間秘書)は、AIが処理できないタスク(電話、認証、交渉等)を管理された人間の秘書に委託するサービスです。MCPプロトコルでAIエージェントから直接依頼でき、1タスク固定料金・月額固定費ゼロで利用できます。

AIができることはAIが。できないことは人間秘書が。あなたは指示するだけ。

Installation

npm install @human-hisyo/mcp-server

Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "human-hisyo": {
      "command": "npx",
      "args": ["@human-hisyo/mcp-server"],
      "env": {
        "HH_API_KEY": "hh_live_your_api_key_here"
      }
    }
  }
}

Claude Code

Add to your MCP settings:

{
  "mcpServers": {
    "human-hisyo": {
      "command": "npx",
      "args": ["@human-hisyo/mcp-server"],
      "env": {
        "HH_API_KEY": "hh_live_your_api_key_here"
      }
    }
  }
}

Cursor / Windsurf / その他MCP対応エージェント

上記と同じMCP設定をお使いのエディタの設定に追加してください。

Available Tools

| Tool | Description | |---|---| | create_task | 人間秘書にタスクを依頼。作業マニュアルを自動生成。 | | get_task_status | タスクの現在のステータスを確認。 | | get_task_result | 完了したタスクの結果とエビデンスを取得。 | | cancel_task | 進行中のタスクをキャンセル。 | | list_categories | 利用可能なカテゴリと料金を一覧表示。 | | get_usage | 利用状況と請求情報を取得。 |

Task Categories & Pricing

| Category | Price | Description | |---|---|---| | phone_proxy | ¥500 | 電話代行(予約、問い合わせ等) | | document_submission | ¥500 | 書類提出・フォーム入力 | | email_handling | ¥500 | メール対応・返信代行 | | reservation | ¥780 | 予約手配(レストラン、ホテル等) | | scheduling | ¥780 | 日程調整 | | research | ¥980 | リサーチ・情報収集 |

Example Usage

Once configured, your AI agent can naturally delegate tasks:

「土曜19時に鮨大で2名の予約を取って」

The AI will:

  1. 電話予約が必要と判断
  2. create_taskreservation カテゴリのタスクを作成
  3. 人間秘書が自動生成されたマニュアルに従い電話予約を実行
  4. 結果をエビデンス付きで報告

Environment Variables

| Variable | Description | Default | |---|---|---| | HH_API_KEY | Your Human-Hisyo API key (required) | - | | HH_API_URL | API base URL | https://human-hisyo.jp/api |

License

MIT