Skip to main content
Glama
echelonlabs-sf

@runehand/mcp-server

@runehand/mcp-server

Runehand 公共 API v1 封装为工具的 MCP 服务器,使 MCP 客户端(Claude Desktop、Claude Code 等)能够直接操作 Runehand 机器人:列出机器人和流程、阅读和回复对话、管理潜在客户以及查看分析数据。

设置

  1. https://app.runehand.co/settings/api-keys 生成 API 密钥(需要 Pro 或 Enterprise 套餐,以及工作区中的 owneradmin 角色)。明文密钥只显示一次——请复制它。

  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 客户端。它现在应该会列出 9 个 Runehand 工具。

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_id 和/或 status 过滤。

get_conversation

获取单个对话,包括其消息。

send_message

以代理身份在现有对话中发送消息。

list_leads

列出潜在客户,可选地按 bot_id 和/或 status 过滤。

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