{
  "specVersion": "1.0",
  "host": {
    "displayName": "YoPingMe",
    "identifier": "did:web:yoping.me",
    "documentationUrl": "https://yoping.me/llms.txt"
  },
  "entries": [
    {
      "identifier": "urn:air:yoping.me:mcp:yopingme",
      "displayName": "YoPingMe MCP server",
      "description": "Read-only MCP tools over a YoPingMe account's monitors - current state, uptime reports, incidents, response-time metrics, and the failed checks behind an outage. One write tool, create_monitor, starts watching a URL when the API key carries the mcp:write scope.",
      "type": "application/mcp-server-card+json",
      "url": "https://yoping.me/.well-known/mcp/server-card.json",
      "tags": ["uptime", "monitoring", "observability", "incidents", "mcp"],
      "representativeQueries": [
        "is my website up right now",
        "what was my site's uptime over the last 7 days",
        "show me the failed checks behind yesterday's outage",
        "how fast is my site responding from each check region",
        "start monitoring https://example.com for downtime"
      ]
    },
    {
      "identifier": "urn:air:yoping.me:skill:monitoring-setup",
      "displayName": "Set up uptime monitoring on YoPingMe",
      "description": "What YoPingMe actually offers today - check types, free-plan limits, alert channels, and probe regions - so an agent can walk a user through setup without overstating anything.",
      "type": "application/agent-skills+md",
      "url": "https://yoping.me/.well-known/agent-skills/yopingme-monitoring-setup/SKILL.md",
      "tags": ["uptime", "monitoring", "onboarding", "alerting"],
      "representativeQueries": [
        "how do I set up free uptime monitoring for my website",
        "what does the YoPingMe free plan include",
        "which regions can YoPingMe check my site from",
        "how do I get Slack alerts when my site goes down"
      ]
    },
    {
      "identifier": "urn:air:yoping.me:skill:markdown-access",
      "displayName": "Read yoping.me as markdown",
      "description": "Fetch any yoping.me page as raw markdown instead of HTML, and find the site's machine-readable indexes.",
      "type": "application/agent-skills+md",
      "url": "https://yoping.me/.well-known/agent-skills/yopingme-markdown-access/SKILL.md",
      "tags": ["markdown", "content-negotiation", "documentation"],
      "representativeQueries": [
        "fetch a yoping.me guide as raw markdown",
        "where is yoping.me's llms.txt index",
        "how do I read yoping.me pages without parsing HTML"
      ]
    }
  ]
}
