{
  "$schema": "https://github.com/modelcontextprotocol/modelcontextprotocol/raw/main/schema/server-card.json",
  "serverInfo": {
    "name": "melody-genie",
    "version": "1.0.0",
    "title": "Melody Genie AI Lyric Engine",
    "description": "AI lyric engine and creative mind simulator for songwriting with 50+ artist-inspired Style DNA profiles across 15+ languages. Built by Georion.",
    "homepage": "https://melodygenie.app",
    "publisher": {
      "name": "Georion",
      "url": "https://georion.app"
    }
  },
  "capabilities": {
    "tools": {
      "listChanged": false,
      "available": [
        {
          "name": "generate_lyrics",
          "description": "Generate lyrics in a specific artist's style using Style DNA"
        },
        {
          "name": "match_beat",
          "description": "Generate lyrics that match an uploaded beat's BPM and rhythm"
        },
        {
          "name": "mix_styles",
          "description": "Blend 2-3 artist styles into hybrid lyric generation"
        },
        {
          "name": "transcribe_to_lyrics",
          "description": "Convert hummed audio into structured lyrics"
        },
        {
          "name": "rewrite_style",
          "description": "Transform lyrics from one artist style to another"
        }
      ]
    },
    "resources": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "transport": {
    "type": "http",
    "endpoint": "https://melodygenie.app/api/mcp",
    "note": "Read-only public MCP endpoint for site facts, pricing, page recommendations, and public resource discovery. User actions such as lyric generation require an authenticated Melody Genie session in the app UI."
  },
  "documentation": {
    "url": "https://melodygenie.app/llms-full.txt",
    "type": "text/markdown"
  },
  "skills": "https://melodygenie.app/.well-known/agent-skills/index.json",
  "license": {
    "name": "Proprietary",
    "url": "https://melodygenie.app/terms"
  },
  "contact": {
    "email": "hello@melodygenie.app",
    "support": "https://melodygenie.app/about"
  }
}
