{
  "$schema_doc": "https://gtmstacker.com/registry/schema/entry.schema.json",
  "stability": "emerging",
  "generator": "agentic-media-registry",
  "generated_at": "2026-09-08T00:00:00Z",
  "id": "com.gtmstacker.registry/update/mcp-registry-rest-api-v01-frozen",
  "type": "update",
  "slug": "mcp-registry-rest-api-v01-frozen",
  "canonical_url": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/",
  "title": "MCP Registry REST API v0.1 frozen",
  "description": "The MCP Registry's REST read API reached a frozen v0.1: GET /v0.1/servers with cursor pagination and an updated_since delta filter. Agents can now build stable clients against a versioned contract instead of tracking an in-flux surface.",
  "category": "mcp-agents",
  "tags": [
    "mcp",
    "registry",
    "api",
    "semver"
  ],
  "status": "active",
  "revision": 1,
  "content_hash": "cd00eda48bc5e5665a9fe6d0350cbf3f5f1a1e1a2d4857108e6be53c6a3cc5b2",
  "date_published": "2026-09-03T10:30:28Z",
  "date_modified": "2026-09-03T10:30:28Z",
  "source": {
    "name": "modelcontextprotocol/registry",
    "url": "https://github.com/modelcontextprotocol/registry/blob/main/docs/reference/api/official-registry-api.md"
  },
  "one_liner": "The MCP Registry's REST read API reached a frozen v0.1: GET /v0.1/servers with cursor pagination and an updated_since delta filter. Agents can now build…",
  "open_source": "unknown",
  "self_hostable": "unknown",
  "pricing_model": "unknown",
  "aliases": [],
  "alternatives": [],
  "secondary_categories": [],
  "lead": "The v0.1 read API is now a frozen, versioned contract. For agents this means a stable pagination and delta-sync surface: enumerate with `GET /v0.1/servers`, follow `metadata.nextCursor`, and re-sync only changed records with `updated_since`.",
  "chunks": [
    {
      "index": 0,
      "heading_path": [],
      "est_tokens": 87,
      "text": "The v0.1 read API is now a frozen, versioned contract. For agents this means a stable pagination and delta-sync surface: enumerate with `GET /v0.1/servers`, follow `metadata.nextCursor`, and re-sync only changed records with `updated_since`.\n\nThis registry mirrors that read shape for its curated tool catalog, so the same client code paths apply."
    }
  ],
  "alternates": {
    "markdown": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/index.md",
    "html": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/",
    "json": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/index.json"
  },
  "jsonld": {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "WebSite",
        "@id": "https://gtmstacker.com/#website",
        "url": "https://gtmstacker.com/",
        "name": "GTM Stacker Agent Registry",
        "description": "A daily-updated, agent-native registry of open-source tool discoveries, tool updates, and curated news for the go-to-market / RevOps engineering niche. Machine-readable first: agents can discover, parse, page, and delta-sync it without scraping HTML.",
        "inLanguage": "en",
        "publisher": {
          "@id": "https://gtmstacker.com/#organization"
        }
      },
      {
        "@type": "Organization",
        "@id": "https://gtmstacker.com/#organization",
        "name": "GTM Stacker",
        "url": "https://gtmstacker.com",
        "alternateName": "Agent-native registry of open-source go-to-market tools",
        "description": "GTM Stacker is an agent-native media property that maintains a daily-updated registry of open-source go-to-market, RevOps, sales, and marketing tools, engineered so both people and AI engines can discover, compare, and cite each tool.",
        "foundingDate": "2024-08",
        "knowsAbout": [
          "go-to-market engineering",
          "RevOps",
          "sales automation",
          "marketing operations",
          "open-source software",
          "AI agents"
        ],
        "founder": {
          "@type": "Person",
          "@id": "https://gtmstacker.com/#founder",
          "name": "Theo Popov",
          "jobTitle": "Founder",
          "url": "https://gtmstacker.com/about/",
          "sameAs": [
            "https://www.linkedin.com/in/theo-popov/",
            "https://x.com/Theo_Popov",
            "https://github.com/theopopov"
          ],
          "worksFor": {
            "@id": "https://gtmstacker.com/#organization"
          }
        },
        "mainEntityOfPage": "https://gtmstacker.com/registry/about/"
      },
      {
        "@type": "NewsArticle",
        "@id": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/#update",
        "headline": "MCP Registry REST API v0.1 frozen",
        "description": "The MCP Registry's REST read API reached a frozen v0.1: GET /v0.1/servers with cursor pagination and an updated_since delta filter. Agents can now build stable clients against a versioned contract instead of tracking an in-flux surface.",
        "url": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/",
        "isPartOf": {
          "@id": "https://gtmstacker.com/#website"
        },
        "datePublished": "2026-09-03T10:30:28Z",
        "dateModified": "2026-09-03T10:30:28Z",
        "author": {
          "@id": "https://gtmstacker.com/#organization"
        },
        "about": {
          "@type": "SoftwareApplication",
          "identifier": "io.github.modelcontextprotocol/registry",
          "softwareVersion": "0.1.0"
        }
      },
      {
        "@type": "BreadcrumbList",
        "@id": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/#breadcrumb",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "GTM Stacker Registry",
            "item": "https://gtmstacker.com/registry/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "MCP Agents",
            "item": "https://gtmstacker.com/registry/category/mcp-agents/"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "MCP Registry REST API v0.1 frozen",
            "item": "https://gtmstacker.com/registry/update/mcp-registry-rest-api-v01-frozen/"
          }
        ]
      }
    ]
  },
  "update": {
    "tool_ref": "io.github.modelcontextprotocol/registry",
    "version": "0.1.0",
    "breaking": false,
    "changes": {
      "added": [
        "GET /v0.1/servers catalog endpoint with cursor-based pagination via metadata.nextCursor.",
        "updated_since query parameter (RFC 3339) for delta synchronization.",
        "GET /v0.1/servers/{serverName}/versions for release histories."
      ],
      "changed": [
        "server.json entry contract stabilized under the frozen v0.1 line."
      ]
    }
  }
}
