@human-hisyo/mcp-server
v0.1.1
Published
Human-Hisyo MCP Server - AI Secretary Service via Model Context Protocol
Downloads
28
Maintainers
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-serverConfiguration
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:
- 電話予約が必要と判断
create_taskでreservationカテゴリのタスクを作成- 人間秘書が自動生成されたマニュアルに従い電話予約を実行
- 結果をエビデンス付きで報告
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
