@runehand/mcp-server
@runehand/mcp-server
MCP-Server, der die Runehand public API v1 als Tools kapselt, sodass ein MCP-Client (Claude Desktop, Claude Code usw.) Runehand-Bots direkt bedienen kann: Bots und Flows auflisten, Konversationen lesen und beantworten, Leads verwalten und Analysen prüfen.
Einrichtung
Generieren Sie einen API-Schlüssel unter
https://app.runehand.co/settings/api-keys(erfordert einen Pro- oder Enterprise-Plan und die Rolleowneroderadminim Workspace). Der Klartextschlüssel wird nur einmal angezeigt – kopieren Sie ihn.Fügen Sie dies zur Konfiguration Ihres MCP-Clients hinzu (Beispiel:
claude_desktop_config.jsonvon Claude Desktop):
{
"mcpServers": {
"runehand": {
"command": "npx",
"args": ["-y", "@runehand/mcp-server"],
"env": { "RUNEHAND_API_KEY": "rh_live_..." }
}
}
}Starten Sie Ihren MCP-Client neu. Er sollte nun 9 Runehand-Tools auflisten.
Related MCP server: eduframe-mcp
Konfiguration
Umgebungsvariable | Erforderlich | Standard | Zweck |
| Ja | — | Bearer-Token von |
| Nein |
| Nur für lokale/Staging-Tests überschreiben. |
Werkzeuge
Werkzeug | Beschreibung |
| Listet die Bots des Workspace auf, dem der API-Schlüssel gehört. |
| Listet die Flows auf, die zu einem Bot gehören, anhand der Bot-UUID. |
| Ruft einen einzelnen Flow ab, einschließlich seiner Knoten im ausführbaren Format. |
| Listet Konversationen auf, optional gefiltert nach |
| Ruft eine einzelne Konversation ab, einschließlich ihrer Nachrichten. |
| Sendet eine Nachricht als Agent in einer bestehenden Konversation. |
| Listet Leads auf, optional gefiltert nach |
| Erstellt einen Lead direkt, ohne zugehörige Konversation. |
| Ruft Workspace-KPIs und Kurzstatistiken für einen Datumsbereich ab. |
Fehler der Runehand-API erscheinen als Tool-Fehler in der Form "{code}: {message}" (z. B. not_found: Not found.) – siehe die Fehlercodetabelle in der API-Dokumentation.
Entwicklung
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/Lizenz
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