{
  "schema_version": "2025-03-26",
  "name": "SaintsFC Fan Portal",
  "version": "2.1.0",
  "description": "Southampton FC fan site providing match reports, news, fixtures, player stats, and Championship standings",
  "serverInfo": {
    "name": "SaintsFC Fan Portal",
    "version": "2.1.0"
  },
  "contact": {
    "url": "https://saintsfc.com",
    "email": ""
  },
  "license": {
    "name": "Terms of Use",
    "url": "https://saintsfc.com/terms"
  },
  "transport": {
    "type": "streamable_http",
    "endpoint": "https://saintsfc.com/.well-known/mcp/",
    "contentType": "application/json",
    "authorization": {
      "type": "none",
      "required": false
    }
  },
  "capabilities": {
    "resources": {
      "supported": true,
      "listChanged": true,
      "subscribe": false
    },
    "tools": {
      "supported": false,
      "listChanged": false
    },
    "prompts": {
      "supported": false,
      "listChanged": false
    },
    "logging": {
      "supported": false
    }
  },
  "resources": [
    {
      "uri": "saintsfc://match-reports",
      "name": "Match Reports",
      "description": "Complete match reports for Southampton FC 2025/26 season with stats, goalscorers, and analysis",
      "mimeType": "application/rss+xml",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "Retrieve match reports and results"
      }
    },
    {
      "uri": "saintsfc://fixtures",
      "name": "Fixtures & Results",
      "description": "Upcoming fixtures and completed match results for Southampton FC",
      "mimeType": "text/markdown",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "Check upcoming matches and past results"
      }
    },
    {
      "uri": "saintsfc://table",
      "name": "Championship Table",
      "description": "Live EFL Championship standings with Southampton highlighted",
      "mimeType": "application/json",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "View league standings and promotion race"
      }
    },
    {
      "uri": "saintsfc://squad",
      "name": "First Team Squad",
      "description": "Southampton FC first team squad with player profiles and statistics",
      "mimeType": "text/markdown",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "Browse player information and stats"
      }
    },
    {
      "uri": "saintsfc://player-stats",
      "name": "Player Statistics",
      "description": "Detailed player statistics for the 2025/26 season",
      "mimeType": "text/markdown",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "Analyze player performance data"
      }
    },
    {
      "uri": "saintsfc://news",
      "name": "News Feed",
      "description": "Latest Southampton FC news, updates, and transfer rumours",
      "mimeType": "application/rss+xml",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "Stay updated with club news"
      }
    },
    {
      "uri": "saintsfc://transfers",
      "name": "Transfer Hub",
      "description": "Transfer news, confirmed deals, and rumours",
      "mimeType": "text/html",
      "annotations": {
        "audience": ["user", "assistant"],
        "purpose": "Track player transfers and signings"
      }
    }
  ],
  "tools": [],
  "prompts": [],
  "documentation": {
    "url": "https://saintsfc.com/api-docs",
    "description": "API documentation and resource guide"
  },
  "discovery": {
    "mcpServerCard": "https://saintsfc.com/.well-known/mcp/server-card.json",
    "apiCatalog": "https://saintsfc.com/.well-known/api-catalog",
    "oauthProtectedResource": "https://saintsfc.com/.well-known/oauth-protected-resource"
  },
  "_note": "SaintsFC is a public, read-only fan site. This MCP Server Card describes available resources for AI agents. All content is freely accessible without authentication.",
  "_standards": {
    "mcpSpec": "https://modelcontextprotocol.io",
    "mcpServerCardSep": "https://github.com/modelcontextprotocol/modelcontextprotocol/pull/2127",
    "rfc8288": "Link headers for agent discovery",
    "rfc9727": "API Catalog for automated discovery",
    "rfc9728": "OAuth Protected Resource Metadata"
  }
}
