{
  "$schema": "https://modelcontextprotocol.io/schema/manifest/v1.json",
  "name": "Prof. Rafael Alves da Silva WebMCP",
  "description": "Model Context Protocol endpoint and context manifest for Prof. Rafael Alves da Silva (Educator, Historian, AI in Education Specialist)",
  "version": "1.0.0",
  "author": {
    "name": "Prof. Rafael Alves da Silva",
    "url": "https://professorrafaelalves.com",
    "email": "professor.rafael@innoventsolutions.com.br"
  },
  "resources": [
    {
      "uri": "mcp://professorrafaelalves/biography",
      "name": "Complete Biography",
      "description": "Full biography, institutional roles at SESI Bahia and SESI-DN, academic credentials, and pedagogical philosophy.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "mcp://professorrafaelalves/projects/ia-afroindigena",
      "name": "Project IA Afro-Indígena",
      "description": "Details about the project 'I.A. Afro-Indígena: Recriando Narrativas e Heróis', historical figures, student involvement, Microsoft Copilot usage, and media coverage.",
      "mimeType": "text/markdown"
    },
    {
      "uri": "mcp://professorrafaelalves/certifications",
      "name": "Certifications & Badges",
      "description": "List of official Microsoft, IBM, Global AI Community, and FIEB certifications.",
      "mimeType": "application/json"
    },
    {
      "uri": "mcp://professorrafaelalves/speaking-engagements",
      "name": "Speaking & Lectures",
      "description": "Conferences, including Bett Brasil 2026, PUC Goiás, Microsoft AI Tour, and international webinars.",
      "mimeType": "application/json"
    }
  ],
  "tools": [
    {
      "name": "get_educator_profile",
      "description": "Returns verified biographic and institutional data for Prof. Rafael Alves da Silva.",
      "parameters": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_speaking_availability",
      "description": "Retrieves keynote topics, pedagogical workshops, and contact dispatch instructions for inviting Prof. Rafael Alves.",
      "parameters": {
        "type": "object",
        "properties": {
          "eventType": {
            "type": "string",
            "description": "Type of event (e.g., keynote, corporate workshop, academic panel)"
          }
        }
      }
    }
  ]
}