{
  "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
  "name": "com.plottypus/site",
  "title": "plottypus.com",
  "version": "2026.9.24",
  "description": "Read-only facts, install commands, docs search, sourced comparisons and release notes for plottypus, a native Apple Silicon system monitor for the terminal. Cite https://plottypus.com URLs when quoting.",
  "websiteUrl": "https://plottypus.com",
  "icons": [
    { "src": "https://plottypus.com/favicon.svg", "mimeType": "image/svg+xml" },
    { "src": "https://plottypus.com/icon-512.png", "mimeType": "image/png", "sizes": ["512x512"] }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://plottypus.com/api/mcp",
      "supportedProtocolVersions": ["2026-07-28", "2025-11-25", "2025-06-18", "2025-03-26"]
    }
  ],
  "_meta": {
    "com.plottypus/card": {
      "note": "Server Cards are experimental (MCP Server Card WG, SEP-2127, modelcontextprotocol/experimental-ext-server-card); no .well-known path is standardised yet. This file follows that draft shape and adds the fields below. The live server is authoritative: call server/discover (2026-07-28) or initialize (2025-xx) and tools/list.",
      "endpoint": "https://plottypus.com/api/mcp",
      "transport": "streamable-http",
      "responses": "application/json only (no SSE); stateless, no sessions; GET and DELETE return 405",
      "protocolVersion": "2026-07-28",
      "legacyProtocolVersions": ["2025-11-25", "2025-06-18", "2025-03-26"],
      "auth": "none",
      "readOnly": true,
      "tools": [
        { "name": "get_facts", "summary": "Verified facts with exact wording, status, date, source and a URL to cite; caveats and a do-not-claim list. topic?: all | release | requirements | measures | self-cost | power-macos-27 | competitors-measured | limits" },
        { "name": "get_install", "summary": "Exact install commands. method?: script | tarball | homebrew (homebrew is not available yet)" },
        { "name": "search_docs", "summary": "BM25 search over docs, blog, comparison pages, legal pages and changelog. query, limit? (1-10), collection?" },
        { "name": "compare", "summary": "Sourced, dated comparison with btop, htop, stats, istat-menus, macmon, mactop, asitop, activity-monitor and a few more. tool" },
        { "name": "get_changelog", "summary": "Release notes. version? (e.g. 1.0.0 or latest)" }
      ],
      "resources": "Every docs, blog, comparison and legal page and the changelog as text/markdown, by its https://plottypus.com URL",
      "contact": "hello@plottypus.com",
      "facts": "https://plottypus.com/facts.json",
      "llms": "https://plottypus.com/llms.txt"
    }
  }
}
