Lender PluginLightweightCommand

/onboarding

One-time lender profile setup — portfolio focus, LTV thresholds, and tracked segments stored so skills stop re-asking

$/onboarding [name or company]
Lightweight
Complexity
0
API Calls
$0.00 – $0.00
MC API Cost
$0.005 – $0.014
Total Cost

Purpose

The Lender plugin's skills need to know your LTV thresholds, tracked segments, portfolio focus (auto loans / leasing / floor plan), and geographic scope before they can frame collateral valuations and risk reports correctly. Onboarding collects all of this once and stores it to marketcheck-profile.md, so every subsequent skill reads the right context automatically.

Audience:New lender plugin usersTeams updating portfolio focus or LTV thresholds

Arguments

name or companyoptional

Pre-fills the name or company field. Prompted interactively if not provided.

How It Works

Execution flow. MCP tool calls are shown inline on each step.

01
Existing Profile Check

Reads marketcheck-profile.md. If a valid lender profile exists, shows summary and asks: update or keep?

02
Identity and Country

Collects name, company, and country (US/UK). UK users are flagged: most lending features require US data tools.

03
Portfolio Focus

Asks primary business focus: auto_loans (retail lending), leasing (residual management), or floor_plan (dealer inventory financing). Determines which skills and framing are most relevant.

04
LTV Thresholds

Confirms LTV warning threshold (default 100%) and high-risk threshold (default 120%). These thresholds control the LTV flag logic in collateral valuations and depreciation curve projections.

05
Tracked Segments

Asks which vehicle segments to monitor for risk: SUV, Sedan, Truck, EV, Luxury, Subcompact. Stored as lender.tracked_segments — Market Momentum Report highlights these segments prominently.

06
States of Operation

Asks which states the lender operates in. Stored as lender.tracked_states — enables regional collateral variance analysis filtered to the lender's actual footprint.

07
Profile Write and Memory Sync

Writes JSON profile to marketcheck-profile.md with schema_version 1.0. Appends compact summary to MEMORY.md for automatic profile load in future sessions.

Example Output

Lender Profile Configured
════════════════════════════
  Name:             James Chen
  Company:          Midwest Auto Finance
  Country:          US | National operations
  Portfolio focus:  Auto loans (retail, direct + indirect)
  LTV thresholds:   Warning: 100% | High risk: 120%
  Tracked segments: SUV, Pickup, EV, Sedan
  States:           TX, OH, MI, FL, CA

  Profile saved to: marketcheck-profile.md

  Suggested next steps:
  → "Collateral value for VIN 1HGCV1F3XPA123456" — single unit check
  → "Market momentum report" — monthly portfolio risk briefing
  → "EV depreciation vs ICE" — portfolio EV exposure assessment

Cost Estimate

TierLightweight
API Calls0
MC API — best$0.00
MC API — worst$0.00
Claude — best$0.005
Claude — worst$0.014
Total range$0.005$0.014

Limitations

  • Profile is written to the current project directory — switching projects requires re-running /onboarding or copying the profile file.
  • UK users: ML pricing, sold analytics, and VIN history are US-only.
Lender Plugin
View all skills & commands