← Back to search

io.github.CSOAI-ORG/meok-vehicle-handover-mcp

CSOAI-ORG Scanned 18d ago

Vehicle handover compliance — NAMA Vehicle Grading, BVRLA Fair Wear & Tear, photographic POD

? Not scanned yet

Versions

1.0.2latest
first seen Jun 30, 2026

Tools 8

grade_vehicle_condition
annotations: none low

Auto-derive the NAMA vehicle grade (1-5 / U) from a panel-damage list. Args: panel_damage_list: list of dicts like [{"panel": "ofs_front_door", "type": "dent", "size_mm": 25}, {"panel": "front_bumper", "type": "scratch", "size_mm": 80}, {"panel": "ofs_alloy_front", "type": "kerb", "size_mm": 20}] vehicle_make_model: e.g. "Tesla Model 3" — included in attestation only. Returns: grade (1/2/3/4/5/U), justification, evidence_checklist.

panel_damage_list string vehicle_make_model str
validate_pod_photo_set
annotations: none low

Validate a Proof-of-Delivery photo set against POD_PHOTO_RULES. Args: photo_metadata: list of dicts: [{"timestamp": "2026-06-05T14:23:00Z", "gps_lat": 52.4862, "gps_lon": -1.8904, "width_px": 1920, "height_px": 1080}, ...] Returns: pod_valid (bool), issues, photo_count, summary.

photo_metadata string
compare_collection_delivery
annotations: none low

Diff collection (pre) vs delivery (post) damage lists. Flag NEW defects. Args: pod_pre: list of {"panel": ..., "type": ..., "size_mm": ...} at collection pod_post: same shape at delivery Returns: new_defects, worsened_defects, suggested_liability, narrative.

pod_pre string pod_post string
apply_bvrla_fair_wear_tear
annotations: none low

Classify each defect against the BVRLA Fair Wear & Tear Guide. Args: damage_list: list of {"panel": ..., "type": ..., "size_mm": ...} mileage: total vehicle mileage age_months: age of vehicle in months Returns: per-defect classification (fair_wear_tear vs chargeable), totals, mileage_adjustment_note.

mileage int age_months int damage_list string
generate_dispute_pack
annotations: none low

Produce an insurance-ready dispute pack for a contested chargeback. Args: movement_id: operator's internal movement reference vehicle_vrn: vehicle registration mark (VRM/VRN) pod_pre: collection damage list pod_post: delivery damage list narrative: free-text operator account Returns: structured dispute pack: evidence_summary, photo_index_url, RHA_liability_calc, BVRLA_classification, suggested_rebuttal_text.

pod_pre string pod_post string narrative str movement_id str vehicle_vrn str
calculate_rha_vs_actual_liability
annotations: none low

Calculate the RHA Conditions of Carriage cap vs actual claim. Args: vehicle_value_gbp: market value of the vehicle vehicle_weight_kg: kerb weight damage_claim_gbp: total damage claim Returns: rha_cap_gbp, gap_to_actual, GIT_recommended boolean.

damage_claim_gbp float vehicle_value_gbp float vehicle_weight_kg float
submit_to_bvrla_drs
annotations: none low

Format a dispute pack for BVRLA Dispute Resolution Service. Args: dispute_pack: output from generate_dispute_pack Returns: submission_id, expected_response_days, fees.

dispute_pack string
log_ev_soc_handover
annotations: none low

Record state-of-charge at handover and check against OEM SLA. Args: vehicle_id: VRN or internal vehicle id collection_soc_pct: SoC at collection (0-100) delivery_soc_pct: SoC at delivery (0-100) oem: 'tesla' / 'jlr' / 'polestar' / 'bmw' / 'mg_saic' / 'stellantis' / 'byd' / 'vw_group' Returns: delta, oem_compliant, flag_for_dispute, oem_rules_applied.

oem str vehicle_id str delivery_soc_pct float collection_soc_pct float

Permissions 3

network medium
Server uses network capabilities via: urllib
filesystem low
Server uses filesystem capabilities via: os
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 25

low
Tool 'grade_vehicle_condition' has no annotations annotation_checker · 100%
low
Tool 'validate_pod_photo_set' has no annotations annotation_checker · 100%
low
Tool 'compare_collection_delivery' has no annotations annotation_checker · 100%
low
Tool 'apply_bvrla_fair_wear_tear' has no annotations annotation_checker · 100%
low
Tool 'generate_dispute_pack' has no annotations annotation_checker · 100%
low
Tool 'calculate_rha_vs_actual_liability' has no annotations annotation_checker · 100%
low
Tool 'submit_to_bvrla_drs' has no annotations annotation_checker · 100%
low
Tool 'log_ev_soc_handover' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: grade_vehicle_condition manifest_parser · 90%
info
Tool: validate_pod_photo_set manifest_parser · 90%
info
Tool: compare_collection_delivery manifest_parser · 90%
info
Tool: apply_bvrla_fair_wear_tear manifest_parser · 90%
info
Tool: generate_dispute_pack manifest_parser · 90%
info
Tool: calculate_rha_vs_actual_liability manifest_parser · 90%
info
Tool: submit_to_bvrla_drs manifest_parser · 90%
info
Tool: log_ev_soc_handover manifest_parser · 90%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 80%
low
Permission: filesystem access detected permission_analyzer · 70%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%