@verticalbar/mcp
v0.1.3
Published
VerticalBar MCP Server for Claude Code integration
Maintainers
Readme
VerticalBar MCP Server
MCP (Model Context Protocol) server for integrating VerticalBar process mining platform with Claude Code.
Quick Start
Prerequisites
- Node.js 18.0.0 or higher
Installation
npm install -g @verticalbar/mcpClaude Code Setup
Add the following to your Claude Code settings (~/.claude/settings.json):
{
"mcpServers": {
"verticalbar": {
"command": "npx",
"args": ["-y", "@verticalbar/mcp"]
}
}
}Restart Claude Code for the MCP server to be loaded.
Available Tools
Authentication
| Tool | Description |
|------|-------------|
| login | Authenticate with VerticalBar via browser |
| logout | Clear stored credentials |
User & Workspace
| Tool | Description |
|------|-------------|
| get_current_user | Get authenticated user information |
| list_workspaces | List accessible workspaces |
| get_workspace | Get detailed workspace information |
| list_projects | List projects in a workspace |
| get_project | Get detailed project information |
Process Analytics
| Tool | Description |
|------|-------------|
| process_overview | Get process map overview (activities, transitions, metrics) |
| get_variants | Get process variants (unique execution paths) |
| get_case_list | Get list of cases with filtering and sorting |
| get_case_timeline | Get event timeline for a specific case |
| get_case_execution_time | Get execution time statistics and histogram |
| get_edge_info | Get detailed statistics about activity transitions |
Healthcheck
| Tool | Description |
|------|-------------|
| get_healthcheck_metrics | Get healthcheck metrics for a workspace |
| get_healthcheck_history | Get historical data for a healthcheck metric |
License
MIT License - see LICENSE for details.
