Skip to content
Back to Stacklok

Card snapshot

stacklok.com · 2026-08-07 10:54:25 UTC · be4c726ebf3666ed25e3927e1723641ff7624f9a9065acc4dd2aafd312e53ba4

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.

{
  "schemaVersion": "2025-06-18",
  "name": "Stacklok",
  "description": "Stacklok offers the most complete and secure MCP Platform for enterprises to use the Model Context Protocol in production.",
  "url": "https://stacklok.com/",
  "version": "7.0.3",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "supportedInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://stacklok.com/wp-json/"
    },
    {
      "transport": "text/markdown",
      "url": "https://stacklok.com/?format=md"
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "text/html"
  ],
  "skills": [
    {
      "id": "search",
      "name": "Site search",
      "description": "Full-text search of the site content.",
      "tags": [
        "search"
      ],
      "examples": [
        "?s=hello"
      ]
    },
    {
      "id": "fetch-markdown",
      "name": "Fetch page as Markdown",
      "description": "Return any public page as a Markdown document.",
      "tags": [
        "content",
        "markdown"
      ]
    }
  ]
}