{
  "name": "SMB-AI Agent",
  "description": "AI-powered assistant for Irish small and medium businesses. Provides contact, service discovery, navigation, and information retrieval.",
  "url": "https://smb-ai.ie",
  "preferredTransport": "streamable-http",
  "version": "0.1.0",
  "provider": {
    "name": "SMB-AI",
    "url": "https://smb-ai.ie"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "bearer"
    ]
  },
  "skills": [
    {
      "id": "contact",
      "name": "Contact",
      "description": "Submit a contact enquiry to SMB-AI with name, email, and message.",
      "tags": [
        "contact",
        "enquiry",
        "form"
      ],
      "examples": [
        "I would like to contact SMB-AI about their AI services.",
        "Can you send a message to SMB-AI for me?"
      ]
    },
    {
      "id": "list_services",
      "name": "List Services",
      "description": "List the AI services and solutions offered by SMB-AI for small and medium businesses.",
      "tags": [
        "services",
        "catalog",
        "discovery"
      ],
      "examples": [
        "What services does SMB-AI offer?"
      ]
    },
    {
      "id": "get_llms_txt",
      "name": "Get Site Overview",
      "description": "Retrieve the plain-text overview of the SMB-AI website for language models.",
      "tags": [
        "information",
        "llms",
        "overview"
      ],
      "examples": [
        "Tell me about SMB-AI."
      ]
    },
    {
      "id": "navigate",
      "name": "Navigate",
      "description": "Navigate the browser to a specific page on the SMB-AI website.",
      "tags": [
        "navigation",
        "browse"
      ],
      "examples": [
        "Take me to the services page.",
        "Open the blog."
      ]
    }
  ],
  "endpoints": {
    "streamableHttp": "https://smb-ai.ie/mcp"
  },
  "_meta": {
    "agentCardVersion": "1.0",
    "mcpServerCard": "https://smb-ai.ie/.well-known/mcp/server-card.json",
    "apiCatalog": "https://smb-ai.ie/.well-known/api-catalog",
    "authMd": "https://smb-ai.ie/auth.md"
  }
}
