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 플랜과 워크스페이스에서 owner 또는 admin 역할이 필요합니다). 일반 텍스트 키는 한 번만 표시되므로 복사하세요.

  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