{
  "protocolVersion": "0.3.0",
  "name": "nl-agent.nl",
  "description": "nl-agent.nl — agent-ready website. Publieke content is vrij opvraagbaar voor AI-agents, inclusief markdown-versies en MCP-toegang.",
  "url": "https://nl-agent.nl",
  "version": "1.0.0",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "type": "a2a",
      "transport": "JSONRPC",
      "url": "https://nl-agent.nl/.well-known/agent-card.json"
    },
    {
      "type": "mcp",
      "transport": "HTTP",
      "url": "https://nl-agent.nl/mcp"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "search",
      "name": "search",
      "description": "Search this website for relevant content",
      "tags": [
        "search",
        "content"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain",
        "text/markdown"
      ],
      "url": "https://nl-agent.nl/mcp"
    }
  ],
  "provider": {
    "organization": "Neuralex",
    "url": "https://neuralex.nl"
  }
}