{
  "$comment": "MCP Server Card (SEP-1649). Keep serverInfo in sync with server/mcp.js.",
  "serverInfo": {
    "name": "df-website",
    "version": "1.0.0",
    "title": "Digital Foundry",
    "description": "Public MCP server for Digital Foundry — query service offerings, submit a structured contact request, or book a 30-minute meeting with the team."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://digitalfoundry.com/mcp"
  },
  "capabilities": ["tools"],
  "tools": [
    {
      "name": "get_services",
      "description": "Returns structured information about Digital Foundry's service offerings, outcome archetypes, the Anvil AI suite, how we work, and contact methods."
    },
    {
      "name": "submit_contact",
      "description": "Submit a structured contact request to Digital Foundry on behalf of a company or individual."
    },
    {
      "name": "book_meeting",
      "description": "Check availability on Digital Foundry's calendar and book a 30-minute Google Meet."
    }
  ],
  "authentication": {
    "required": false
  },
  "documentation": "https://digitalfoundry.com/llms.txt"
}
