Skip to main content
Glama
echelonlabs-sf

@runehand/mcp-server

@runehand/mcp-server

Runehand public API v1 をツールとしてラップするMCPサーバーです。MCPクライアント(Claude Desktop、Claude Code など)から Runehand ボットを直接操作できます。ボットとフローの一覧表示、会話の読み取りと返信、リードの管理、アナリティクスの確認が可能です。

セットアップ

  1. https://app.runehand.co/settings/api-keys でAPIキーを生成します(Pro プランまたは Enterprise プランと、ワークスペース内の owner または admin ロールが必要です)。平文のキーが一度だけ表示されるので、コピーしてください。

  2. これをMCPクライアントの設定に追加します(例: Claude Desktop の claude_desktop_config.json):

{
  "mcpServers": {
    "runehand": {
      "command": "npx",
      "args": ["-y", "@runehand/mcp-server"],
      "env": { "RUNEHAND_API_KEY": "rh_live_..." }
    }
  }
}
  1. MCPクライアントを再起動します。Runehand のツールが9つ表示されるはずです。

Related MCP server: eduframe-mcp

設定

環境変数

必須

デフォルト

目的

RUNEHAND_API_KEY

はい

/settings/api-keys から取得するBearerトークン。

RUNEHAND_API_BASE_URL

いいえ

https://app.runehand.co/api/v1

ローカル/ステージングでのテスト専用の上書き。

ツール

ツール

説明

list_bots

APIキーを所有するワークスペースに属するボットを一覧表示します。

list_flows

ボットの UUID を指定すると、そのボットに属するフローを一覧表示します。

get_flow

実行可能な形式のノードを含む単一のフローを取得します。

list_conversations

bot_idstatus で任意にフィルタリングされた会話を一覧表示します。

get_conversation

メッセージを含む単一の会話を取得します。

send_message

既存の会話内でエージェントとしてメッセージを送信します。

list_leads

bot_idstatus で任意にフィルタリングされたリードを一覧表示します。

create_lead

関連する会話なしで、リードを直接作成します。

get_analytics

指定した期間のワークスペースのKPIとクイック統計を取得します。

Runehand API のエラーは "{code}: {message}" の形式のツールエラーとして表示されます(例: not_found: Not found.)。APIドキュメントの エラーコード表 を参照してください。

開発

npm install
npm run dev      # run directly with tsx, no build step
npm test         # vitest, mocks all HTTP via msw
npm run lint
npm run typecheck
npm run build     # compiles to dist/

ライセンス

MIT

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • A basic MCP server to operate on the Postman API.

View all MCP Connectors

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/echelonlabs-sf/runehand-mcp'

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