Skip to content
Back to mhrsntrk.com

Card snapshot

mhrsntrk.com · 2026-06-10 16:24:36 UTC · bdea907efcdbc029e63dc72dd39450f61ad0214461c6ee460c285f06a7cde385

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": "mhrsntrk.com",
  "description": "Personal website of Mahir Senturk. Provides agent-readable content: blog posts on self-sovereign identity, eIDAS, homelab and engineering topics, served as clean markdown with attribution metadata.",
  "version": "1.0.0",
  "url": "https://mhrsntrk.com/api/markdown",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://mhrsntrk.com/api/markdown",
      "transport": "HTTP+JSON"
    }
  ],
  "provider": {
    "organization": "Mahir Senturk",
    "url": "https://mhrsntrk.com"
  },
  "documentationUrl": "https://mhrsntrk.com/llms.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/markdown"
  ],
  "skills": [
    {
      "id": "blog-markdown-index",
      "name": "Blog post index as markdown",
      "description": "GET https://mhrsntrk.com/api/markdown returns a markdown index of all blog posts with canonical URLs and publish dates.",
      "tags": [
        "blog",
        "markdown",
        "content"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "blog-markdown-post",
      "name": "Single blog post as markdown",
      "description": "GET https://mhrsntrk.com/api/markdown/blog/{slug} returns one blog post as clean markdown with author attribution and canonical URL.",
      "tags": [
        "blog",
        "markdown",
        "content"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/markdown"
      ]
    },
    {
      "id": "site-overview",
      "name": "LLM-friendly site overview",
      "description": "GET https://mhrsntrk.com/llms.txt for a short site overview, or https://mhrsntrk.com/llms-full.txt for the expanded version.",
      "tags": [
        "overview",
        "llms-txt"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}