@runehand/mcp-server
@runehand/mcp-server
将 Runehand 公共 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 客户端。它现在应该会列出 9 个 Runehand 工具。
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