@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