@runehand/mcp-server
@runehand/mcp-server
Servidor MCP que envuelve la API pública de Runehand v1 como herramientas, para que un cliente MCP (Claude Desktop, Claude Code, etc.) pueda operar bots de Runehand directamente: listar bots y flujos, leer y responder conversaciones, gestionar leads y consultar analíticas.
Puesta en marcha
Genera una clave de API en
https://app.runehand.co/settings/api-keys(requiere un plan Pro o Enterprise, y el rolowneroadminen el espacio de trabajo). La clave en texto plano se muestra una sola vez: cópiala.Añade esto a la configuración de tu cliente MCP (ejemplo:
claude_desktop_config.jsonde Claude Desktop):
{
"mcpServers": {
"runehand": {
"command": "npx",
"args": ["-y", "@runehand/mcp-server"],
"env": { "RUNEHAND_API_KEY": "rh_live_..." }
}
}
}Reinicia tu cliente MCP. Ahora debería listar 9 herramientas de Runehand.
Related MCP server: eduframe-mcp
Configuración
Variable de entorno | Requerida | Por defecto | Propósito |
| Sí | — | Token Bearer de |
| No |
| Solo para pruebas locales o de staging. |
Herramientas
Herramienta | Descripción |
| Lista los bots que pertenecen al espacio de trabajo propietario de la clave de API. |
| Lista los flujos que pertenecen a un bot, dado el UUID del bot. |
| Obtiene un flujo individual, incluidos sus nodos en formato ejecutable. |
| Lista conversaciones, opcionalmente filtradas por |
| Obtiene una conversación individual, incluidos sus mensajes. |
| Envía un mensaje como agente en una conversación existente. |
| Lista leads, opcionalmente filtrados por |
| Crea un lead directamente, sin una conversación asociada. |
| Obtiene KPIs del espacio de trabajo y estadísticas rápidas para un rango de fechas. |
Los errores de la API de Runehand se muestran como errores de herramienta con el formato "{code}: {message}" (p. ej. not_found: Not found.) — consulta la tabla de códigos de error en la documentación de la API.
Desarrollo
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/Licencia
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