{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.neverjoinabandman/site",
  "title": "Marcos My 2 Cents Band",
  "description": "MCP server for neverjoinabandman.com — DJ turntable, live shows, merch and booking info for Marcos My 2 Cents Band.",
  "version": "1.0.0",
  "websiteUrl": "https://neverjoinabandman.com",
  "supportedProtocolVersions": ["2025-06-18"],
  "remotes": [
    {
      "transportType": "http",
      "url": "https://mcp.neverjoinabandman.com/mcp"
    }
  ],
  "capabilities": {
    "tools": false,
    "resources": true,
    "prompts": false
  },
  "resources": [
    {
      "name": "homepage",
      "description": "Markdown version of the homepage",
      "uri": "https://neverjoinabandman.com/index.md"
    },
    {
      "name": "llms-txt",
      "description": "Site index for LLMs",
      "uri": "https://neverjoinabandman.com/llms.txt"
    },
    {
      "name": "agent-md",
      "description": "Agent-readable site overview",
      "uri": "https://neverjoinabandman.com/agent.md"
    }
  ]
}