# rube-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add karan.v/rube-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list karan.v/rube-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get karan.v/rube-mcp RUBE_CREATE_PLAN

# Call a tool
npx -y @smithery/cli@latest tool call karan.v/rube-mcp RUBE_CREATE_PLAN '{}'
```

## Direct MCP Connection

Endpoint: `https://rube-mcp--karan.v.run.tools`

## Tools (7)

- `RUBE_CREATE_PLAN`
- `RUBE_MULTI_EXECUTE_TOOL`
- `RUBE_REMOTE_BASH_TOOL`
- `RUBE_REMOTE_WORKBENCH`
- `RUBE_SEARCH_TOOLS`
- `RUBE_MANAGE_CONNECTIONS`
- `RUBE_WAIT_FOR_CONNECTION`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get karan.v/rube-mcp <tool-name>
```

## Prompts (12)

- `get-started` — Learn about Rube's capabilities and how to use it effectively. Tell me some top use cases.
- `slack-channel-insights` (channel_name) — Deep analysis of a specific Slack channel with executive summary and key insights
- `slack-digest` — Comprehensive slack digest from yesterday
- `mail-digest` (days) — Summarize recent emails with action items and key messages
- `calendar-view` — Get today's calendar events with meeting links and conflict detection
- `schedule-event` (person, datetime) — Create a new Google Calendar event
- `mail-archive` (topic, days) — Archive all emails related to a specific topic
- `gh-review-pr` (which_pr) — Comprehensive review of a GitHub pull request with code quality analysis
- `search-to-sheet` (topic) — Research a topic on web and create a detailed Google Sheet analysis
- `gh-prs` — List all your open pull requests across repositories
- `tweet-digest` (topic) — Analyze Twitter trends on a topic and create a comprehensive report
- `search-to-notion` (topic) — Search or scrape a topic or URL and create a Notion document from web content
