{
  "$schema": "https://agentsfirst.dev/schemas/mcp-server-card.v0.json",
  "name": "DayTwoAI",
  "version": "1.0",
  "description": "DayTwoAI is an AI-native solution integrator. This card declares the agent-readable surfaces available here: structured company context, solution details, and a downloadable one-pager. No MCP tools are exposed — DayTwoAI is a services company, not a SaaS product. Use /api/context to retrieve everything an agent needs.",
  "homepage": "https://daytwoai.com",
  "documentation": "https://daytwoai.com/AGENTS.md",
  "agents_md": "https://daytwoai.com/AGENTS.md",
  "llms_txt": "https://daytwoai.com/llms.txt",
  "author": {
    "name": "DayTwoAI",
    "url": "https://daytwoai.com"
  },
  "tools": [],
  "api": {
    "context": {
      "url": "https://daytwoai.com/api/context",
      "description": "Structured JSON (or Markdown via Accept: text/markdown) — company identity, all three solutions, engagement model, commitments, target clients, and agent instructions.",
      "formats": ["application/json", "text/markdown"]
    },
    "onepager_pdf": {
      "url": "https://daytwoai.com/api/onepager-pdf",
      "description": "Downloadable PDF one-pager covering solutions, engagement model, and contact.",
      "formats": ["application/pdf"]
    },
    "openapi": {
      "url": "https://daytwoai.com/openapi.json",
      "description": "OpenAPI 3.1 spec for all agent-callable endpoints."
    }
  }
}
