@runehand/mcp-server
@runehand/mcp-server
Runehand public API v1 をツールとしてラップするMCPサーバーです。MCPクライアント(Claude Desktop、Claude Code など)から Runehand ボットを直接操作できます。ボットとフローの一覧表示、会話の読み取りと返信、リードの管理、アナリティクスの確認が可能です。
セットアップ
https://app.runehand.co/settings/api-keysでAPIキーを生成します(Pro プランまたは Enterprise プランと、ワークスペース内のownerまたはadminロールが必要です)。平文のキーが一度だけ表示されるので、コピーしてください。これをMCPクライアントの設定に追加します(例: Claude Desktop の
claude_desktop_config.json):
{
"mcpServers": {
"runehand": {
"command": "npx",
"args": ["-y", "@runehand/mcp-server"],
"env": { "RUNEHAND_API_KEY": "rh_live_..." }
}
}
}MCPクライアントを再起動します。Runehand のツールが9つ表示されるはずです。
Related MCP server: eduframe-mcp
設定
環境変数 | 必須 | デフォルト | 目的 |
| はい | — |
|
| いいえ |
| ローカル/ステージングでのテスト専用の上書き。 |
ツール
ツール | 説明 |
| APIキーを所有するワークスペースに属するボットを一覧表示します。 |
| ボットの UUID を指定すると、そのボットに属するフローを一覧表示します。 |
| 実行可能な形式のノードを含む単一のフローを取得します。 |
|
|
| メッセージを含む単一の会話を取得します。 |
| 既存の会話内でエージェントとしてメッセージを送信します。 |
|
|
| 関連する会話なしで、リードを直接作成します。 |
| 指定した期間のワークスペースの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
Maintenance
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
FlicenseNot gradedqualityDmaintenanceMCP server that provides tools for interacting with the Fluidattacks API- AlicenseCqualityCmaintenanceAn MCP server that exposes Eduframe resources as tools, allowing users to manage lead records through the Eduframe API. It enables listing, creating, updating, and deleting leads using natural language commands.100MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for the Runn API, enabling resource management and reporting through natural language.
- AlicenseNot gradedqualityBmaintenanceA production-ready MCP server that gives an LLM agent standalone-equivalent control over a Mineflayer Minecraft bot — movement, mining, crafting, inventory, combat, containers, chat, and much more — exposed as 110 strongly-typed tools across 23 groups, with full bot lifecycle management and dual (poll + push) event streaming.572MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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