{
  "name": "AutomotiveMCP schemas",
  "spec_version": "v0.1",
  "spec_status": "RFC",
  "json_schema_dialect": "https://json-schema.org/draft/2020-12/schema",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "documentation_url": "https://automotivemcp.ai/spec/schemas",
  "count": 26,
  "schemas": [
    {
      "slug": "vehicle",
      "title": "Vehicle",
      "namespace": "inventory",
      "domain": {
        "code": "R01",
        "name": "Inventory"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/inventory/vehicle.json",
      "example_url": "https://automotivemcp.ai/schemas/inventory/vehicle.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/vehicle",
      "resources": [
        "inventory.get_vehicle",
        "inventory.search_vehicles"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "inventory-snapshot",
      "title": "Inventory Snapshot",
      "namespace": "inventory",
      "domain": {
        "code": "R01",
        "name": "Inventory"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/inventory/inventory-snapshot.json",
      "example_url": "https://automotivemcp.ai/schemas/inventory/inventory-snapshot.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/inventory-snapshot",
      "resources": [
        "inventory.get_snapshot"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "appraisal",
      "title": "Appraisal",
      "namespace": "inventory",
      "domain": {
        "code": "R01",
        "name": "Inventory"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/inventory/appraisal.json",
      "example_url": "https://automotivemcp.ai/schemas/inventory/appraisal.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/appraisal",
      "resources": [
        "inventory.get_appraisal",
        "inventory.appraise_trade"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "lead",
      "title": "Lead",
      "namespace": "leads",
      "domain": {
        "code": "R02",
        "name": "Leads & CRM"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/leads/lead.json",
      "example_url": "https://automotivemcp.ai/schemas/leads/lead.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/lead",
      "resources": [
        "leads.get_lead",
        "leads.create_lead",
        "leads.search_leads"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "customer",
      "title": "Customer",
      "namespace": "leads",
      "domain": {
        "code": "R02",
        "name": "Leads & CRM"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/leads/customer.json",
      "example_url": "https://automotivemcp.ai/schemas/leads/customer.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/customer",
      "resources": [
        "leads.get_customer",
        "leads.search_customers"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "activity-task",
      "title": "Activity / Task",
      "namespace": "leads",
      "domain": {
        "code": "R02",
        "name": "Leads & CRM"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/leads/activity-task.json",
      "example_url": "https://automotivemcp.ai/schemas/leads/activity-task.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/activity-task",
      "resources": [
        "leads.get_activity",
        "leads.create_activity",
        "leads.list_activities"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "appointment",
      "title": "Appointment",
      "namespace": "leads",
      "domain": {
        "code": "R02",
        "name": "Leads & CRM"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/leads/appointment.json",
      "example_url": "https://automotivemcp.ai/schemas/leads/appointment.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/appointment",
      "resources": [
        "leads.get_appointment",
        "leads.create_appointment"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "communication",
      "title": "Communication",
      "namespace": "leads",
      "domain": {
        "code": "R02",
        "name": "Leads & CRM"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/leads/communication.json",
      "example_url": "https://automotivemcp.ai/schemas/leads/communication.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/communication",
      "resources": [
        "leads.get_communication",
        "leads.list_communications",
        "leads.send_message"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "deal",
      "title": "Deal",
      "namespace": "deals",
      "domain": {
        "code": "R03",
        "name": "Deals & Desking"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/deals/deal.json",
      "example_url": "https://automotivemcp.ai/schemas/deals/deal.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/deal",
      "resources": [
        "deals.get_deal",
        "deals.create_quote",
        "deals.desk_deal"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "incentive",
      "title": "Incentive",
      "namespace": "deals",
      "domain": {
        "code": "R03",
        "name": "Deals & Desking"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/deals/incentive.json",
      "example_url": "https://automotivemcp.ai/schemas/deals/incentive.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/incentive",
      "resources": [
        "deals.list_incentives",
        "deals.get_incentive"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "service-order",
      "title": "Service Order",
      "namespace": "service",
      "domain": {
        "code": "R04",
        "name": "Service"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/service/service-order.json",
      "example_url": "https://automotivemcp.ai/schemas/service/service-order.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/service-order",
      "resources": [
        "service.get_order",
        "service.create_order",
        "service.list_orders"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "recall",
      "title": "Recall",
      "namespace": "service",
      "domain": {
        "code": "R04",
        "name": "Service"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/service/recall.json",
      "example_url": "https://automotivemcp.ai/schemas/service/recall.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/recall",
      "resources": [
        "service.get_recall",
        "service.list_recalls"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "warranty-claim",
      "title": "Warranty Claim",
      "namespace": "service",
      "domain": {
        "code": "R04",
        "name": "Service"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/service/warranty-claim.json",
      "example_url": "https://automotivemcp.ai/schemas/service/warranty-claim.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/warranty-claim",
      "resources": [
        "service.get_warranty_claim",
        "service.submit_warranty_claim"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "part",
      "title": "Part",
      "namespace": "parts",
      "domain": {
        "code": "R05",
        "name": "Parts"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/parts/part.json",
      "example_url": "https://automotivemcp.ai/schemas/parts/part.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/part",
      "resources": [
        "parts.get_part",
        "parts.search_parts",
        "parts.check_availability"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "parts-order",
      "title": "Parts Order",
      "namespace": "parts",
      "domain": {
        "code": "R05",
        "name": "Parts"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/parts/parts-order.json",
      "example_url": "https://automotivemcp.ai/schemas/parts/parts-order.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/parts-order",
      "resources": [
        "parts.get_order",
        "parts.create_order",
        "parts.list_orders"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "credit-application",
      "title": "Credit Application",
      "namespace": "fni",
      "domain": {
        "code": "R06",
        "name": "F&I"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/fni/credit-application.json",
      "example_url": "https://automotivemcp.ai/schemas/fni/credit-application.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/credit-application",
      "resources": [
        "fni.get_credit_application",
        "fni.submit_credit_application"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "fni-product",
      "title": "F&I Product",
      "namespace": "fni",
      "domain": {
        "code": "R06",
        "name": "F&I"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/fni/fni-product.json",
      "example_url": "https://automotivemcp.ai/schemas/fni/fni-product.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/fni-product",
      "resources": [
        "fni.get_product",
        "fni.list_products"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "lender",
      "title": "Lender",
      "namespace": "fni",
      "domain": {
        "code": "R06",
        "name": "F&I"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/fni/lender.json",
      "example_url": "https://automotivemcp.ai/schemas/fni/lender.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/lender",
      "resources": [
        "fni.get_lender",
        "fni.list_lenders"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "campaign",
      "title": "Campaign",
      "namespace": "signals",
      "domain": {
        "code": "R07",
        "name": "Marketing & Analytics"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/signals/campaign.json",
      "example_url": "https://automotivemcp.ai/schemas/signals/campaign.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/campaign",
      "resources": [
        "signals.get_campaign",
        "signals.list_campaigns"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "audience",
      "title": "Audience",
      "namespace": "signals",
      "domain": {
        "code": "R07",
        "name": "Marketing & Analytics"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/signals/audience.json",
      "example_url": "https://automotivemcp.ai/schemas/signals/audience.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/audience",
      "resources": [
        "signals.get_audience",
        "signals.list_audiences",
        "signals.list_audience_members"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "event",
      "title": "Event",
      "namespace": "signals",
      "domain": {
        "code": "R07",
        "name": "Marketing & Analytics"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/signals/event.json",
      "example_url": "https://automotivemcp.ai/schemas/signals/event.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/event",
      "resources": [
        "signals.list_events",
        "signals.get_event"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "consent-record",
      "title": "Consent Record",
      "namespace": "consent",
      "domain": {
        "code": "R08",
        "name": "Consent & Compliance"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/consent/consent-record.json",
      "example_url": "https://automotivemcp.ai/schemas/consent/consent-record.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/consent-record",
      "resources": [
        "consent.get_consent",
        "consent.check_consent",
        "consent.record_consent"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "dealer",
      "title": "Dealer",
      "namespace": "core",
      "domain": {
        "code": "C0",
        "name": "Core objects"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/core/dealer.json",
      "example_url": "https://automotivemcp.ai/schemas/core/dealer.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/dealer",
      "resources": [
        "core.get_dealer",
        "core.list_dealers"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "employee",
      "title": "Employee",
      "namespace": "core",
      "domain": {
        "code": "C0",
        "name": "Core objects"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/core/employee.json",
      "example_url": "https://automotivemcp.ai/schemas/core/employee.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/employee",
      "resources": [
        "core.get_employee",
        "core.list_employees"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "vendor",
      "title": "Vendor",
      "namespace": "core",
      "domain": {
        "code": "C0",
        "name": "Core objects"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/core/vendor.json",
      "example_url": "https://automotivemcp.ai/schemas/core/vendor.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/vendor",
      "resources": [
        "core.get_vendor",
        "core.list_vendors"
      ],
      "last_updated": "2026-07-01"
    },
    {
      "slug": "document",
      "title": "Document",
      "namespace": "core",
      "domain": {
        "code": "C0",
        "name": "Core objects"
      },
      "version": "0.1.0",
      "schema_url": "https://automotivemcp.ai/schemas/core/document.json",
      "example_url": "https://automotivemcp.ai/schemas/core/document.example.json",
      "documentation_url": "https://automotivemcp.ai/spec/schemas/document",
      "resources": [
        "core.get_document",
        "core.list_documents"
      ],
      "last_updated": "2026-07-01"
    }
  ]
}