Skip to main content

Wheelhouse Plugin

Wheelhouse Plugin is the Wheelhouse agent plugin. It packages Revenue Management skills and the MCP server so AI assistants can run portfolio workflows — pacing, pricing diagnostics, custom rates, and leaderboards — instead of calling tools ad hoc.

The plugin repository is public: https://github.com/pricemethod/wheelhouse-plugin

Beta

MCP access is a free beta for now. Enable it before you install the plugin.

Prerequisites

  1. A Wheelhouse account.
  2. Enable MCP Access under API Key in account settings.

Wheelhouse creates dedicated API keys for MCP on your behalf. See MCP server for what that enablement does.

Install

Add the Wheelhouse Plugin repository as a plugin marketplace, then install the wheelhouse-plugin plugin. After it loads, sign in with your Wheelhouse account when the MCP OAuth flow prompts. Do not paste an RM API key into chat.

Claude Code

In a Claude Code session:

/plugin marketplace add pricemethod/wheelhouse-plugin
/plugin install wheelhouse-plugin@wheelhouse-plugin

Or from the terminal:

claude plugin marketplace add pricemethod/wheelhouse-plugin
claude plugin install wheelhouse-plugin@wheelhouse-plugin

wheelhouse-plugin is both the marketplace name and the plugin. Sign in with your Wheelhouse account when the MCP OAuth flow prompts.

Codex

codex plugin marketplace add pricemethod/wheelhouse-plugin

Then install wheelhouse-plugin from the Codex plugins list. The repository includes .codex-plugin/plugin.json and .agents/plugins/marketplace.json.

Cursor

Register the marketplace from the Cursor CLI, then install wheelhouse-plugin from Customize:

cursor-agent plugin marketplace add https://github.com/pricemethod/wheelhouse-plugin

On Teams and Enterprise plans you can also import the repository under Dashboard → Plugins:

  1. Open the Cursor Dashboard → Plugins.
  2. Under Team Marketplaces, click Add Marketplace and import https://github.com/pricemethod/wheelhouse-plugin.
  3. Review the wheelhouse-plugin plugin and set its installation mode.
  4. Teammates install it from Customize in the sidebar (or receive it automatically if the plugin is required).

When the Wheelhouse MCP prompts, sign in with your Wheelhouse account. Skills under skills/ are discovered automatically. The bundled MCP server is https://mcp.usewheelhouse.com/mcp.

Skill selection guide

You don't have to name a skill. Ask in plain English and the assistant picks the right workflow. If you already know which skill you need, starting with it saves context.

Once the plugin and MCP are connected, try:

How is this listing pacing versus last year?
Are September and October overpriced?
Who needs attention in my portfolio?
Your questionStart with
How is this listing or portfolio pacing vs last year?stly-pacing
Are future months overpriced vs last year's booked rates?future-rate-overpricing
Did a recent rate or preference change drive bookings?price-change-attribution
Set a custom rate on these datescustom-rate-intervention
Sync listings and KPIs to diskwheelhouse-data-sync-api
Who needs attention across my portfolio?wheelhouse-leaderboard
Push leaderboard flags back as Tags or Noteswheelhouse-leaderboard-writeback
General MCP tool use or preference writeswheelhouse-rm-mcp
Shared RM domain context or skill conventionswheelhouse-project-instructions

You can also connect the MCP server without the plugin if you only need raw tools. Each tool maps to an RM API operation — see the API Reference.

Authentication

MCP clients authenticate with OAuth. Sign in with your Wheelhouse account — the same credentials you use in the Wheelhouse app. See Authentication.

Cache and writeback skills (wheelhouse-data-sync-api, wheelhouse-leaderboard-writeback) use a local API key file on disk. Follow those skills' setup; never paste the key into the conversation.