Back to Ask Joost

Card snapshot

joost.blog · 2026-05-23 01:44:23 UTC · ad31ecafe50eb2416b841a304325544c18d955d910675bc4d46a070e0835d2a8

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.

{
  "name": "Ask Joost",
  "version": "1.0.0",
  "description": "An AI agent grounded in Joost de Valk's published writing and talks \u2014 covering SEO, WordPress, the open web, AI, open source, and his investment portfolio at Emilia Capital. Ask questions in natural language and receive cited answers drawn from a semantic index of his blog posts and video transcripts.",
  "url": "https://joost.blog/mcp",
  "provider": {
    "organization": "Joost de Valk",
    "url": "https://joost.blog"
  },
  "supportedInterfaces": [
    {
      "url": "https://joost.blog/mcp",
      "transport": "http",
      "protocol": "MCP/2025-11-25"
    },
    {
      "url": "https://joost.blog/ask",
      "transport": "http",
      "protocol": "NLWeb"
    }
  ],
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "ask_joost",
      "name": "Ask Joost",
      "description": "Ask a question about anything Joost de Valk has written or spoken about \u2014 SEO, WordPress, the open web, AI, open source, his career at Yoast, or his investments via Emilia Capital. Returns an AI-generated answer grounded in his blog posts and video transcripts, with source URLs for every claim.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ],
      "examples": [
        "What's Joost's take on WordPress market share?",
        "Why did Joost leave Yoast?",
        "What does Joost think about AI's impact on SEO?"
      ]
    },
    {
      "id": "list_recent_content",
      "name": "List recent content",
      "description": "List Joost de Valk's published blog posts on joost.blog, optionally filtered by topic keyword and/or publish date. Returns chronologically sorted entries with title, URL, publish date, excerpt, and categories.",
      "inputModes": [
        "text"
      ],
      "outputModes": [
        "text"
      ],
      "examples": [
        "What has Joost published this year?",
        "List posts about WordPress",
        "What's the most recent post?"
      ]
    }
  ]
}