# rube

Rube is an intelligent automation assistant powered by Composio that connects you to 500+ apps and services for seamless cross-app workflows and task automation.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list quinnbmay/rube

# Get full schema for a tool
npx -y @smithery/cli@latest tool get quinnbmay/rube RUBE_CREATE_PLAN

# Call a tool
npx -y @smithery/cli@latest tool call quinnbmay/rube RUBE_CREATE_PLAN '{}'
```

## Direct MCP Connection

Endpoint: `https://rube--quinnbmay.run.tools`

## Tools (6)

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

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

## Prompts (7)

- `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
- `calendar-view` — Get today's calendar events with meeting links and conflict detection
- `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
- `gh-prs` — List all your open pull requests across repositories
- `search-to-notion` (topic) — Search or scrape a topic or URL and create a Notion document from web content
