{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "tribeca-academy-public",
    "title": "TriBeCa Knowledge MCP",
    "version": "1.1.0",
    "description": "Publiczny, bezpłatny i tylko do odczytu serwer wiedzy TriBeCa.",
    "websiteUrl": "https://www.tribeca.academy/"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://www.tribeca.academy/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "search_tribeca_knowledge",
      "description": "Wyszukuje publiczne artykuły TriBeCa.",
      "readOnly": true
    },
    {
      "name": "get_tribeca_overview",
      "description": "Zwraca opis programu i model TRI-BE-CA.",
      "readOnly": true
    },
    {
      "name": "list_tribeca_resources",
      "description": "Zwraca publiczne zasoby dla agentów.",
      "readOnly": true
    }
  ],
  "resources": [
    {
      "uri": "https://www.tribeca.academy/llms.txt",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://www.tribeca.academy/llms-full.txt",
      "mimeType": "text/plain"
    },
    {
      "uri": "https://www.tribeca.academy/.well-known/agent-skills/index.json",
      "mimeType": "application/json"
    }
  ],
  "authentication": {
    "required": false
  }
}
