rvu-trend

rvu-trend is a command for Claude Code from rdmgator12/RE-MCP-. It costs 0 tokens per session (224 once invoked), scanned A, original, MIT.

A command that analyzes historical Medicare relative value unit (RVU) and payment data for a medical billing code. RVUs help determine how Medicare prices medical services.

In plain words
What is it for?
Reviewing year-by-year trends for CPT or HCPCS codes, adjusting payments by locality, finding major changes, and generating a written trend explanation.
Why use it?
It shows how service values and payments changed over time, including changes caused by policy or pricing factors.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the reimbursement-engine plugin — 1 skill, 4 commands, 1 MCP server shipped together

Good fit Reviewing year-by-year trends for CPT or HCPCS codes, adjusting payments by locality, finding major changes, and generating a written trend explanation.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/rdmgator12/re-mcp-/rvu-trend
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/rdmgator12/RE-MCP-

Made for: Claude Code.

Or install reimbursement-engine, the plugin that ships this one along with the rest of its 1 skill, 4 commands, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rvu-trend

README.md
[![agentmods](https://agentmods.dev/badge/commands/rdmgator12/re-mcp-/rvu-trend/github.svg)](https://agentmods.dev/commands/rdmgator12/re-mcp-/rvu-trend)
Your own site
<a href="https://agentmods.dev/commands/rdmgator12/re-mcp-/rvu-trend"><img src="https://agentmods.dev/badge/commands/rdmgator12/re-mcp-/rvu-trend/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rvu-trend

Your own site · 80×15
<a href="https://agentmods.dev/commands/rdmgator12/re-mcp-/rvu-trend"><img src="https://agentmods.dev/badge/commands/rdmgator12/re-mcp-/rvu-trend.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 224 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00224
Opus 5 $0.00000 $0.00112
Sonnet 5 $0.00000 $0.00045
Haiku 4.5 $0.00000 $0.00022

Measured 8d ago against content hash 31b3478dd1bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

rvu-trend scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/rvu-trend.md · 32 lines

What it actually says

/rvu-trend

Analyze historical RVU and payment trends for a CPT/HCPCS code.

Usage

/rvu-trend <code> [--from YYYY] [--to YYYY] [locality] [--disclosure]

Examples

/rvu-trend 99214
/rvu-trend 27447 --from 2020 --to 2026 Tampa
/rvu-trend 99213 --disclosure
/rvu-trend 63030 Jacksonville --from 2022

What It Does

  1. Retrieves year-over-year RVU data (CY 2020–2026)
  2. Calculates GPCI-adjusted payment for each year
  3. Identifies inflection points (E/M revaluation, CF changes)
  4. Computes percentage changes in work RVU, CF, and net payment
  5. Provides narrative summary of trends
  6. With --disclosure: expert-witness-ready analysis

Tools Used

  • rvu_trend — Historical trend analysis
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 32 lines · 0 tokens per session scan A 31b3478dd1bc

Subscribe to this mod's changes

rvu-trend is a command published in the GitHub repository rdmgator12/RE-MCP- (0 stars, last pushed 5d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 224 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.