Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by qloba • Documentation & Docs
An MCP server that integrates with Runbook to list, read, search, create, and update Runbook articles and to start or continue workflow processes.
Search and retrieve documentation content from a Runbook instance to provide context-aware answers.
Create or update Runbook articles in Markdown (e.g., automating docs or writing summaries).
Start or continue Runbook workflow processes and pass property values to those processes.
This MCP server connects Claude-style agents to a Runbook instance, exposing endpoints to list books, categories and articles, retrieve full article content, search documentation, create or update articles in Markdown, and run workflow processes. It simplifies building agent workflows that need to read or modify Runbook content or trigger Runbook workflows programmatically. Installation and configuration are documented for use with desktop apps (Claude Desktop / Cursor) and it uses Runbook API tokens and base URL for authentication.
Search for articles using keywords from Runbook. The result does not include full article bodies as they are truncated to 200 characters. You will need to retrieve the full content by calling `runbook-get-article`
Retrieve the article by its ID or URL from the database.
List top 100 articles in a specified book with ID. The result does not include full article bodies as they are truncated to 200 characters. You will need to retrieve the full content by calling `runbook-get-article`.
Create a new article in a specified book with ID. The article body is in Markdown format. The article will be created in the root folder of the book. You can specify categories for the article by their IDs, which always start with 'ca_' You can retrieve a list of books with `runbook-list-books` and categories with `runbook-list-categories`. Markdown format supports: - Headers: ## H2, ### H3, #### H4. Don't use # H1 as it is reserved for the article title. - Bold: **bold text** - Italic: _italic text_ - Lists: - item or 1. numbered item - Links: [text](url) - Code blocks: ```\ncode\n``` - Tables: | col1 | col2 |\n| --- | --- |\n| data | data | - Blockquotes: > quoted text - Callouts: :::callout info\ntext\n::: or :::callout warning\ntext\n::: - Diagrams: ```mermaid\ngraph TD;\n```
Update an existing article by its ID. The article body is in Markdown format. You can specify categories for the article by their IDs, which always start with 'ca_'. Markdown format supports: - Headers: ## H2, ### H3, #### H4. Don't use # H1 as it is reserved for the article title. - Bold: **bold text** - Italic: _italic text_ - Lists: - item or 1. numbered item - Links: [text](url) - Code blocks: ```\ncode\n``` - Tables: | col1 | col2 |\n| --- | --- |\n| data | data | - Blockquotes: > quoted text - Callouts: :::callout info\ntext\n::: or :::callout warning\ntext\n::: - Diagrams: ```mermaid\ngraph TD;\n```
Execute a Runbook workflow process step by step with user confirmation
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.