{
  "specVersion": "1.0",
  "host": {
    "displayName": "Endurance Analytics",
    "identifier": "did:web:endurance-analytics.com",
    "domain": "endurance-analytics.com",
    "documentationUrl": "https://endurance-analytics.com/agents.md"
  },
  "entries": [
    {
      "identifier": "urn:air:endurance-analytics.com:mcp:api",
      "displayName": "Endurance Analytics MCP server",
      "type": "application/mcp-server-card+json",
      "url": "https://endurance-analytics.com/.well-known/mcp/server-card.json",
      "description": "An athlete's training history, endurance models and race data, plus a public race catalog, over MCP (Streamable HTTP, OAuth 2.1 + PKCE).",
      "representativeQueries": [
        "What is my current fitness and fatigue?",
        "Estimate my finish time for this race from my training data",
        "Find trail races over 50km in the French Alps next season"
      ]
    },
    {
      "identifier": "urn:air:endurance-analytics.com:docs:agents-md",
      "displayName": "Agent integration guide (agents.md)",
      "type": "text/markdown",
      "url": "https://endurance-analytics.com/agents.md",
      "description": "Full MCP tool reference and data-interpretation notes for agents.",
      "representativeQueries": [
        "What MCP tools does Endurance Analytics expose?",
        "How do I authenticate to the Endurance Analytics MCP server?",
        "What does flat-equivalent distance mean in this API?"
      ]
    },
    {
      "identifier": "urn:air:endurance-analytics.com:docs:llms-txt",
      "displayName": "Site summary for LLMs (llms.txt)",
      "type": "text/plain",
      "url": "https://endurance-analytics.com/llms.txt",
      "description": "Plain-text summary of the site and its tools, for LLM context windows.",
      "representativeQueries": [
        "Summarize what Endurance Analytics offers",
        "List the public pages and tools of endurance-analytics.com",
        "What blog articles does Endurance Analytics have on nutrition?"
      ]
    },
    {
      "identifier": "urn:air:endurance-analytics.com:api:catalog",
      "displayName": "API catalog (RFC 9727 linkset)",
      "type": "application/linkset+json",
      "url": "https://endurance-analytics.com/.well-known/api-catalog",
      "description": "RFC 9727 linkset of the machine-readable HTTP endpoints on this site.",
      "representativeQueries": [
        "What structured API endpoints does this site expose?",
        "Is there a machine-readable API catalog for endurance-analytics.com?",
        "Where is the health-check endpoint for this service?"
      ]
    },
    {
      "identifier": "urn:air:endurance-analytics.com:skills:index",
      "displayName": "Agent Skills index",
      "type": "application/json",
      "url": "https://endurance-analytics.com/.well-known/agent-skills/index.json",
      "description": "Index of Agent Skills published by Endurance Analytics.",
      "representativeQueries": [
        "What agent skills does Endurance Analytics publish?",
        "How do I estimate a finish time with the Endurance Analytics skill?",
        "Find a race in the Endurance Analytics catalog"
      ]
    },
    {
      "identifier": "urn:air:endurance-analytics.com:report:race-markdown",
      "displayName": "Race report (Markdown)",
      "type": "text/markdown",
      "url": "https://endurance-analytics.com/api/report/markdown",
      "description": "Markdown export of a race report: terrain, weather, pacing and nutrition insights for one race, by slug and season.",
      "representativeQueries": [
        "Give me a markdown race report for this event",
        "What is the terrain and weather breakdown for this race?",
        "Generate a pacing and nutrition plan for this course"
      ]
    },
    {
      "identifier": "urn:air:endurance-analytics.com:feed:blog-rss",
      "displayName": "Blog RSS feed",
      "type": "application/rss+xml",
      "url": "https://endurance-analytics.com/blog/rss.xml",
      "description": "RSS feed of the Endurance Analytics blog (training, nutrition, gear).",
      "representativeQueries": [
        "What has Endurance Analytics published recently?",
        "Subscribe to the Endurance Analytics blog",
        "Find articles about trail running nutrition"
      ]
    }
  ]
}