{
  "$schema": "https://modelcontextprotocol.io/schema/server-card.json",
  "name": "marc-araujo-mcp",
  "title": "Marc Araujo MCP Server",
  "description": "Model Context Protocol capabilities for Marc Araujo portfolio, services and Erasmus opportunities.",
  "version": "1.0.0",
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "tools": [
    {
      "name": "get_services",
      "description": "List all audiovisual, photography and Erasmus services offered by Marc Araujo.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_contact_info",
      "description": "Get official direct contact details for inquiries.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    },
    {
      "name": "get_erasmus_opportunities",
      "description": "Get current information on Erasmus+ youth exchanges and ESC volunteering.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      }
    }
  ],
  "resources": [
    {
      "uri": "https://marcaraujo.com/llms.txt",
      "name": "LLM Summary",
      "mimeType": "text/markdown"
    },
    {
      "uri": "https://marcaraujo.com/llms-full.txt",
      "name": "Full LLM Context",
      "mimeType": "text/markdown"
    }
  ]
}
