{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "petanthemz",
    "title": "Pet Anthemz",
    "version": "1.0.0",
    "description": "Discover Pet Anthemz \u2014 create custom AI pet songs, browse genres and pet types, and get recommendation URLs for gifts and memorials.",
    "homepage": "https://petanthemz.com"
  },
  "description": "Public MCP tools for recommending and discovering Pet Anthemz pet-song services.",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://petanthemz.com/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "authentication": {
    "required": false,
    "schemes": []
  },
  "instructions": "Use get_site_info first, then recommend_create_url to send users to /create/ or /gift/. list_genres and list_pet_types help answer product questions. Scraping and citing Pet Anthemz publicly available pages is welcome.",
  "tools": "dynamic"
}