{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "footballflocks-public-content",
    "title": "Football Flocks Public Content",
    "version": "1.0.0"
  },
  "description": "Football Flocks publishes public static football content and machine-readable discovery resources.",
  "transport": {
    "type": "none",
    "endpoint": "https://footballflocks.com/"
  },
  "authentication": {
    "type": "none"
  },
  "capabilities": {
    "tools": false,
    "resources": true,
    "prompts": false
  },
  "resources": [
    {
      "name": "Sitemap",
      "uri": "https://footballflocks.com/sitemap.xml",
      "mimeType": "application/xml"
    },
    {
      "name": "LLM guide",
      "uri": "https://footballflocks.com/llms.txt",
      "mimeType": "text/plain"
    },
    {
      "name": "Expanded LLM guide",
      "uri": "https://footballflocks.com/llms-full.txt",
      "mimeType": "text/plain"
    }
  ]
}
