Skip to main content
Glama

@botuyo/mcp — BotUyo MCPサーバー

AIコーディングツールから直接BotUyo AIエージェントを作成・管理できます — クローンやビルドは不要です

npm version

クイックスタート

1. APIキーを取得する

admin.botuyo.com にアクセスし、対象のテナント → Settings → API Keys から pk_live_... キーをコピーします。

2. MCPクライアントに追加する

設定はすべてのMCP互換ツールで共通です:

{
  "mcpServers": {
    "botuyo": {
      "command": "npx",
      "args": ["-y", "@botuyo/mcp"],
      "env": {
        "BOTUYO_API_KEY": "pk_live_your_key_here"
      }
    }
  }
}

設定ファイルの場所:

ツール

設定ファイル

Antigravity (VS Code)

VS Code設定 → MCP → サーバーを追加

Claude Desktop

~/.config/claude/claude_desktop_config.json

Cursor

プロジェクト内の .cursor/mcp.json

Windsurf

~/.codeium/windsurf/mcp_config.json

Continue

.continue/config.json

3. エージェントの構築を開始する

接続後、AIアシスタントに以下のように指示を出します:

"Create a new agent called 'Soporte' for my tenant" "Update Mar's objective to focus on sales" "Add a welcomeStage that greets guests in Spanish" "Enable the EscalateToHuman and SearchKnowledgeBase tools on Mar" "Publish the agent"

利用可能なツール

ツール

説明

必要なロール

list_agents

すべてのエージェントを一覧表示

viewer+

get_agent

エージェントの全設定を取得

viewer+

get_agent_status

チャネルステータスと管理リンクを取得

viewer+

create_agent

新しいエージェントを作成

developer+

update_agent

アイデンティティ(トーン、言語など)を更新

developer+

upsert_stage

会話ステージを作成/編集

developer+

list_available_tools

テナントで利用可能なツールを一覧表示

viewer+

update_enabled_tools

エージェントのツールを有効/無効化

developer+

publish_agent

エージェントを公開/非公開にする

developer+

ロール

ロール

読み取り

書き込み

公開

owner

admin

developer

viewer

チャネル統合

チャネル(WhatsApp、Instagram、Telegram、Web)の接続は admin.botuyo.com から行う必要があります。これらにはインタラクティブなフロー(QRスキャン、OAuthなど)が必要です。

get_agent_status を使用して、どのチャネルが接続されているかを確認してください。接続されていないチャネルがある場合は、管理パネルへの直接リンクが返されます。

ソースからビルドする

git clone https://github.com/MarcoAR1/botuyo-mcp.git
cd botuyo-mcp
npm install
npm run build

MCP Inspectorでテストする

BOTUYO_API_KEY=pk_live_... npm run inspect

コントリビューション

コントリビューションを歓迎します!ガイドラインについては CONTRIBUTING.md を参照してください。

本プロジェクトは 行動規範 (Code of Conduct) に従っています。

セキュリティ

脆弱性を報告する場合は SECURITY.md を参照してください。

ライセンス

MIT © BotUyo

Install Server
A
security – no known vulnerabilities
A
license - permissive license
B
quality - B tier

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarcoAR1/botuyo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server