Fix: MCP Server Card

A capability manifest for MCP-aware agents: what your MCP server is called, where to reach it, and what it can do. Serve it at /.well-known/mcp/server-card.json.

This is one of the agent capability signals shown for reference. It doesn’t affect your Agent Access Grade. Only relevant if you actually run an MCP server; skip it otherwise.

{
  "serverInfo": {
    "name": "your-site",
    "version": "1.0.0"
  },
  "transport": {
    "type": "http",
    "url": "https://yourdomain.com/mcp"
  },
  "capabilities": {
    "tools": true,
    "resources": false
  }
}