| name | vendor-onboarding |
| description | [Stimulus] Onboard a new supplier with duplicate checking, certification verification, risk screening, and activation tracking. |
| argument-hint | <company name> |
Vendor Onboarding
Onboard a new supplier with verification, approvals, and activation.
Phase 1: Intake & Verification (Day 0-3)
- Duplicate check: Call
supplier_search with companyName to verify not already in system.
- If found: call
load_relationship to check if relationship is active or inactive.
- Certification check: Verify claimed certifications (MBE, WBE, DBE, etc.).
- Risk screening: Assess financial stability, sanctions, compliance.
Phase 2: Approval & Setup (Day 3-7)
- Route for approval: procurement, legal, finance.
- Contract execution from template + agreed terms.
- System provisioning (vendor master, banking, payment terms).
Phase 3: Activation (Day 7-14)
- Welcome package and kickoff meeting.
- Call
supplier_performance to set baseline metrics.
- Call
log_interaction with event type "other" and notes "onboarding_complete".
- Schedule: 30-day check-in and 90-day performance review.
Onboarding Checklist
Detailed Guide
Read MCP resource stimulus://workflows/vendor-onboarding for the full workflow.