{
  "protocolVersion": "0.3.0",
  "name": "Charlie Obaugh Auto Group inventory and retailing agent",
  "description": "Public Agent2Agent (A2A) card for Charlie Obaugh Auto Group. Connect over MCP (JSON-RPC 2.0) to search live inventory, decode VINs, fetch OEM offers and window stickers, estimate a trade, calculate payments, and submit a lead for human follow-up. No authentication required.",
  "version": "4.0.0",
  "url": "https://ai.charlieobaugh.com/api/ucp/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Charlie Obaugh Auto Group",
    "url": "https://ai.charlieobaugh.com/"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "search_inventory",
      "name": "Search inventory",
      "description": "Search live in-stock vehicles by make, model, trim, year, price, body type, drivetrain, and more.",
      "tags": [
        "inventory",
        "search",
        "vehicles"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "get_vehicle",
      "name": "Get vehicle detail",
      "description": "Full structured record for one VIN: specs, price, matched OEM offers, window sticker, availability.",
      "tags": [
        "inventory",
        "vin",
        "detail"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "estimate_trade_in",
      "name": "Estimate trade-in",
      "description": "Estimate a trade-in value range for the shopper's current vehicle.",
      "tags": [
        "retailing",
        "trade-in",
        "valuation"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "calculate_payment",
      "name": "Calculate payment",
      "description": "Compute an estimated monthly finance or lease payment for a vehicle, applying trade equity.",
      "tags": [
        "retailing",
        "finance",
        "payment"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "match_by_budget",
      "name": "Match by budget",
      "description": "Find in-stock vehicles that fit a target monthly payment or price, with an estimated payment each.",
      "tags": [
        "retailing",
        "budget",
        "shopping"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit_lead",
      "name": "Submit lead",
      "description": "Submit the shopper's contact and deal details to the dealer as an ADF lead for human follow-up. Requires consent.",
      "tags": [
        "retailing",
        "lead",
        "handoff"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://ai.charlieobaugh.com/api/ucp/mcp",
      "transport": "JSONRPC"
    }
  ],
  "interfaces": [
    {
      "type": "json-rpc",
      "url": "https://ai.charlieobaugh.com/api/ucp/mcp",
      "version": "0.3.0"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://ai.charlieobaugh.com/api/ucp/mcp",
      "transport": "streamable-http"
    }
  ],
  "documentationUrl": "https://ai.charlieobaugh.com/agents.md",
  "metadata": {
    "transport": "mcp",
    "mcp_endpoint": "https://ai.charlieobaugh.com/api/ucp/mcp",
    "note": "This agent is reachable over the Model Context Protocol (JSON-RPC 2.0) at url. Call tools/list to enumerate tools and tools/call to invoke them."
  }
}