﻿{
  "schemaVersion": "1.0",
  "serverInfo": {
    "name": "Gabriel Fandi MCP Server",
    "version": "1.0.0",
    "description": "MCP server for Gabriel Fandi's official website. Provides tools to read discography, concerts, TV appearances and send contact messages.",
    "homepage": "https://gabrielfandi.com",
    "contact": "jose@gabrielfandi.com"
  },
  "transport": {
    "type": "http",
    "endpoint": "https://gabrielfandi.com/api/admin/mcp",
    "authentication": {
      "type": "bearer",
      "tokenEndpoint": "https://gabrielfandi.com/api/admin/auth"
    }
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "list_songs",
      "description": "Get the current discography of Gabriel Fandi (singles, albums, tracks)."
    },
    {
      "name": "list_concerts",
      "description": "Get upcoming and past concert dates for Gabriel Fandi's tour."
    },
    {
      "name": "list_fandi_tv",
      "description": "Get TV appearances, music videos, and Fandi TV episodes."
    },
    {
      "name": "send_contact",
      "description": "Send a contact message to Gabriel Fandi's management team (booking, press, general inquiries)."
    }
  ],
  "representativeQueries": [
    "What are Gabriel Fandi's latest songs?",
    "When is Gabriel Fandi's next concert?",
    "How can I book Gabriel Fandi for an event?",
    "Where has Gabriel Fandi appeared on TV?"
  ]
}