{
  "ok": true,
  "resource": {
    "id": "RES_8092BDF23D28",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fregistry/versions/1.0.0",
    "name": "MCP Registry Server",
    "summary_en": "Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.",
    "summary_zh": "通过官方 MCP 注册表发布和发现 MCP 服务器。由 HAPI MCP 服务器提供支持。",
    "description_en": "MCP Registry Server is an MCP server that provides access to the official MCP Registry, allowing users to publish and discover MCP servers. It exposes three read-only tools for listing servers, listing versions, and retrieving server details. The server is hosted at https://registry.run.mcp.com.ai/mcp and is part of the official MCP Registry ecosystem.",
    "description_zh": "MCP Registry Server 是一个 MCP 服务器，提供对官方 MCP 注册表的访问，允许用户发布和发现 MCP 服务器。它提供了三个只读工具，用于列出服务器、列出版本和获取服务器详细信息。该服务器托管在 https://registry.run.mcp.com.ai/mcp，是官方 MCP 注册表生态系统的一部分。",
    "provider_name": "ai.com.mcp",
    "homepage_url": "https://run.mcp.com.ai/",
    "endpoint_url": "https://registry.run.mcp.com.ai/mcp",
    "source_url": "https://github.com/modelcontextprotocol/registry",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "server.discover",
      "server.retrieve"
    ],
    "categories": [
      "developer-tools",
      "infrastructure"
    ],
    "industries": [
      "software"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "1.0.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:07:46.091Z"
      }
    },
    "latest_version": "1.0.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": "No suspicious or malicious evidence found.",
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "low",
      "operational_transparency": "strong",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "ready_for_guidance",
      "reviewed_at": "2026-09-03T06:07:47.121Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:50:15.512Z",
    "last_seen_at": "2026-09-03T06:07:46.421Z",
    "published_at": "2026-09-03T06:07:46.421Z",
    "created_at": "2026-09-03T02:50:15.512Z",
    "updated_at": "2026-09-03T06:07:47.121Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_8092BDF23D28",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_8092BDF23D28/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_8092BDF23D28",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fregistry/versions/1.0.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.com.mcp/registry@1.0.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fregistry/versions/1.0.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:50:15.512Z",
          "last_seen_at": "2026-09-03T06:07:46.421Z"
        }
      ]
    },
    "tools": [
      {
        "name": "getV01Servers",
        "title_en": "List MCP servers",
        "title_zh": "列出 MCP 服务器",
        "description_en": "List MCP servers - Returns a list of all registered MCP servers",
        "description_zh": "列出 MCP 服务器 - 返回所有已注册 MCP 服务器的列表",
        "input_schema": {
          "type": "object",
          "properties": {
            "cursor": {
              "type": "string"
            },
            "limit": {
              "type": "integer",
              "minimum": 1,
              "maximum": 100
            },
            "search": {
              "type": "string"
            },
            "updated_since": {
              "type": "string",
              "format": "date-time"
            },
            "version": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "getV01ServersServerNameVersions",
        "title_en": "List all versions of an MCP server",
        "title_zh": "列出 MCP 服务器的所有版本",
        "description_en": "List all versions of an MCP server - Returns all available versions for a specific MCP server, ordered by publication date (newest first)",
        "description_zh": "列出 MCP 服务器的所有版本 - 返回特定 MCP 服务器的所有可用版本，按发布日期排序（最新的在前）",
        "input_schema": {
          "type": "object",
          "properties": {
            "serverName": {
              "type": "string"
            }
          },
          "required": [
            "serverName"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "getV01ServersServerNameVersionsVersion",
        "title_en": "Get specific MCP server version",
        "title_zh": "获取特定 MCP 服务器版本",
        "description_en": "Get specific MCP server version - Returns detailed information about a specific version of an MCP server. Use the special version `latest` to get the latest version.",
        "description_zh": "获取特定 MCP 服务器版本 - 返回特定 MCP 服务器版本的详细信息。使用特殊版本 `latest` 获取最新版本。",
        "input_schema": {
          "type": "object",
          "properties": {
            "serverName": {
              "type": "string"
            },
            "version": {
              "type": "string"
            }
          },
          "required": [
            "serverName",
            "version"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "safe_to_retry",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      }
    ],
    "review_profile": {
      "schema_version": "aiworkshub.resource-review/0.2",
      "method_version": "capability-evidence-v2",
      "review_state": {
        "identity": "verified",
        "source": "verified",
        "connectivity": "verified",
        "contract": "strong",
        "safe_use": "tested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "low",
        "operational_transparency": "strong",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "ready_for_guidance"
      },
      "profile": {
        "capabilities": [
          {
            "id": "server.discover",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "server.retrieve",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "developer-tools",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record"
            ]
          }
        ],
        "workflow_roles": [
          "discover",
          "retrieve"
        ]
      },
      "capability_units": [
        {
          "id": "tool:getV01Servers",
          "kind": "mcp_tool",
          "capability_id": "server.discover",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "cursor",
            "limit",
            "search",
            "updated_since",
            "version"
          ],
          "produces": [
            "list of MCP servers"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:getV01ServersServerNameVersions",
          "kind": "mcp_tool",
          "capability_id": "server.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "serverName"
          ],
          "produces": [
            "list of versions"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:getV01ServersServerNameVersionsVersion",
          "kind": "mcp_tool",
          "capability_id": "server.retrieve",
          "effect": "read",
          "open_world": false,
          "idempotency": "safe_to_retry",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "typed_envelope_dynamic_result",
          "accepts": [
            "serverName",
            "version"
          ],
          "produces": [
            "server details"
          ],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": "No suspicious or malicious evidence found."
      },
      "fit": {
        "good_for": [
          "Discovering MCP servers from the official registry",
          "Retrieving metadata and version history for MCP servers"
        ],
        "not_for": [
          "Publishing or modifying MCP server entries (no write tools observed)"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/modelcontextprotocol/registry",
          "observation": "MCP source record for MCP Registry Server; version 1.0.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://registry.run.mcp.com.ai/mcp#tools/list",
          "observation": "3 tools were returned by MCP discovery; 3 were retained for review.",
          "observed_at": "2026-09-03T06:07:38.056Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication requirements are unknown (auth type not specified).",
        "Pricing model is unknown.",
        "Actual usage in production environments has not been observed."
      ],
      "id": "REV_A5CC3B7D0CB9",
      "resource_id": "RES_8092BDF23D28",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:07:47.121Z"
    }
  }
}