{
  "name": "DOMAR Content Agent",
  "version": "1.0.0",
  "description": "Information-lookup agent for the DOMAR door distributor catalog. Exposes search and retrieval over a multilingual (pl/en/de) blog and product knowledge base.",
  "supportedInterfaces": [
    {
      "url": "https://domar.biz.pl/mcp",
      "transportProtocol": "mcp-streamable-http"
    }
  ],
  "capabilities": [
    {
      "id": "cap_content_lookup",
      "name": "ContentLookup",
      "description": "Read structured content from the DOMAR knowledge base."
    }
  ],
  "skills": [
    {
      "id": "skill_search_posts",
      "name": "search_posts",
      "description": "Full-text search across posts in pl/en/de."
    },
    {
      "id": "skill_get_post",
      "name": "get_post_by_slug",
      "description": "Fetch a single post (title, body markdown, metadata) by its slug + locale."
    },
    {
      "id": "skill_list_categories",
      "name": "list_categories",
      "description": "List all categories with post counts in a given locale."
    }
  ]
}