{
  "specVersion": "1.0",
  "host": {
    "displayName": "Math Challenge",
    "documentationUrl": "https://mathchallenge.app/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:mathchallenge.app:agent:content",
      "displayName": "Math Challenge content agent",
      "type": "application/a2a-agent-card+json",
      "url": "https://mathchallenge.app/.well-known/agent-card.json",
      "description": "Read-only A2A agent for Math Challenge: what the game is, what is free, what it costs, and the text of the free written mental-math guides. No authentication.",
      "tags": [
        "education",
        "mathematics",
        "mental-math",
        "games"
      ],
      "capabilities": [
        "about-math-challenge",
        "mental-math-guides"
      ],
      "representativeQueries": [
        "what is Math Challenge and how much does it cost",
        "find a mental math practice game for a 10 year old",
        "ask Math Challenge which lessons are free"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:mathchallenge.app:mcp:content",
      "displayName": "Math Challenge content MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://mathchallenge.app/.well-known/mcp/server-card.json",
      "description": "Streamable-HTTP MCP server exposing the site summary and every free written mental-math guide as text. Read-only, no authentication.",
      "tags": [
        "education",
        "mathematics",
        "mental-math",
        "mcp"
      ],
      "capabilities": [
        "about_math_challenge",
        "get_learn_guide"
      ],
      "representativeQueries": [
        "fetch a written guide on mental math tricks",
        "read a lesson about fractions as plain text",
        "get an overview of mathchallenge.app"
      ],
      "version": "1.0.0"
    },
    {
      "identifier": "urn:air:mathchallenge.app:skill:mathchallenge-content",
      "displayName": "mathchallenge-content",
      "type": "application/ai-skill+md",
      "url": "https://mathchallenge.app/.well-known/agent-skills/mathchallenge-content/SKILL.md",
      "description": "Read Math Challenge's free mental-math guides and deep-link a person into the right practice session at mathchallenge.app.",
      "tags": [
        "education",
        "mathematics",
        "mental-math",
        "deep-links"
      ],
      "representativeQueries": [
        "link me straight into practice on a specific math topic",
        "how do I open a Math Challenge lesson from a link"
      ]
    }
  ]
}