Skip to content
Back to ScrapAutos

Card snapshot

scrap-autos.com · 2026-07-20 05:01:29 UTC · b4c5dd0e9d6cb04b971d74baa2fda10d29ccc625d24bef767335251181c5dc06

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "ScrapAutos",
  "description": "Canadian scrap-vehicle pickup service. Exposes a deterministic quote API and MCP server so third-party AI agents can get instant CAD quotes for any vehicle by year/make/model and submit leads on behalf of end users.",
  "version": "1.0.0",
  "url": "https://scrap-autos.com",
  "documentationUrl": "https://scrap-autos.com/.well-known/api-catalog",
  "provider": {
    "organization": "ScrapAutos",
    "url": "https://scrap-autos.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "markdownNegotiation": true,
    "apiDiscovery": true,
    "mcpTools": true,
    "agentSkills": true
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/markdown"
  ],
  "interfaces": [
    {
      "name": "mcp",
      "transport": "streamable-http",
      "url": "https://scrap-autos.com/api/mcp",
      "protocolVersion": "2025-06-18"
    },
    {
      "name": "rest",
      "transport": "https",
      "url": "https://scrap-autos.com/api/v1",
      "openapi": "https://scrap-autos.com/api/v1/openapi.json"
    }
  ],
  "supportedInterfaces": [
    {
      "name": "mcp",
      "transport": "streamable-http",
      "url": "https://scrap-autos.com/api/mcp"
    },
    {
      "name": "rest",
      "transport": "https",
      "url": "https://scrap-autos.com/api/v1"
    }
  ],
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Public, unauthenticated resource. Rate-limited to 30 calls/hour and 300/day per IP."
    }
  },
  "skills": [
    {
      "id": "get-vehicle-quote",
      "name": "Get Vehicle Scrap Quote",
      "description": "Get an indicative CAD quote for scrapping a vehicle by year/make/model. Returns a price range, rate used, curb weight, plus phone/website so the agent can relay ScrapAutos' contact info to the end user.",
      "tags": [
        "quote",
        "pricing",
        "scrap",
        "automotive",
        "canada"
      ],
      "examples": [
        "Quote for a 2012 Honda Civic in Toronto",
        "What would you pay for a 2018 Ford F-150 in Calgary?"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "search-vehicles",
      "name": "Search Vehicle Trims",
      "description": "Look up matching trims in the 26,000+ record curb-weight database for a given year/make/model. Used to disambiguate between multiple body styles or trims.",
      "tags": [
        "lookup",
        "vehicle",
        "trim",
        "database"
      ],
      "examples": [
        "Find all 2012 Honda Civic trims"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "list-provincial-rates",
      "name": "List Provincial Scrap Rates",
      "description": "Return the current CAD-per-tonne scrap rate for each Canadian province and territory. Used for rate-transparency explanations.",
      "tags": [
        "rates",
        "pricing",
        "provinces"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "submit-lead",
      "name": "Submit a Lead to ScrapAutos",
      "description": "After an end user accepts a quote and provides a phone number, submit their contact info so the ScrapAutos team can follow up and schedule a free pickup.",
      "tags": [
        "lead",
        "contact",
        "booking"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    },
    {
      "id": "markdown-negotiation",
      "name": "Markdown Content Negotiation",
      "description": "Serves a Markdown version of each page when an agent requests Accept: text/markdown. Reduces token usage by ~80% vs HTML.",
      "tags": [
        "content",
        "markdown",
        "rfc8288"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    }
  ]
}