{
  "ok": true,
  "resource": {
    "id": "RES_A1D14A83F777",
    "resource_type": "mcp_server",
    "canonical_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fpetstore/versions/0.6.0",
    "name": "Petstore MCP Server",
    "summary_en": "Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server",
    "summary_zh": "Swagger Petstore API（v1.0.27）作为MCP，用于测试和原型开发，由HAPI MCP服务器提供支持",
    "description_en": "This MCP server exposes the Swagger Petstore API (v1.0.27) as MCP tools for testing and prototyping. It is powered by the HAPI MCP server. The server is listed in the official MCP registry and provides 19 tools covering pet, store, and user operations. Runtime verification confirmed connectivity and tool discovery.",
    "description_zh": "该MCP服务器将Swagger Petstore API（v1.0.27）作为MCP工具暴露，用于测试和原型开发。它由HAPI MCP服务器提供支持。该服务器已在官方MCP注册表中列出，并提供19个工具，涵盖宠物、商店和用户操作。运行时验证确认了连接性和工具发现。",
    "provider_name": "ai.com.mcp",
    "homepage_url": "https://run.mcp.com.ai/",
    "endpoint_url": "https://petstore.run.mcp.com.ai/mcp",
    "source_url": "https://github.com/la-rebelion/hapimcp",
    "icon_url": null,
    "cover_image_url": null,
    "capabilities": [
      "pet.manage",
      "store.manage",
      "user.manage"
    ],
    "categories": [
      "developer-tools",
      "other"
    ],
    "industries": [
      "software",
      "commerce"
    ],
    "protocols": [
      "mcp"
    ],
    "auth": {
      "type": "unknown"
    },
    "pricing": {
      "model": "unknown"
    },
    "input_schema": {},
    "output_schema": {},
    "metadata": {
      "content_language": "en",
      "translation_status": "original-only",
      "official_registry": {
        "version": "0.6.0",
        "packages": [],
        "remotes": []
      },
      "review_gate": {
        "passed": true,
        "reasons": [],
        "policy_version": "review-gate-v1",
        "evaluated_at": "2026-09-03T06:04:30.107Z"
      }
    },
    "latest_version": "0.6.0",
    "status": "listed",
    "health_status": "healthy",
    "source_kind": "imported",
    "source_agent": "registry.modelcontextprotocol.io",
    "trust": {
      "signal": "none",
      "reason": null,
      "signals": {
        "yellow": 0,
        "red": 0
      }
    },
    "review_summary": {
      "method_version": "capability-evidence-v2",
      "capability_definition": "strong",
      "contract_completeness": "strong",
      "access_friction": "unknown",
      "operational_transparency": "partial",
      "evidence_strength": "protocol_inspected",
      "use_readiness": "guided_use",
      "reviewed_at": "2026-09-03T06:33:16.450Z"
    },
    "experience_count": 0,
    "verified_experience_count": 0,
    "usage_count": 0,
    "success_rate": null,
    "first_seen_at": "2026-09-03T02:50:15.515Z",
    "last_seen_at": "2026-09-03T06:33:15.666Z",
    "published_at": "2026-09-03T06:30:52.209Z",
    "created_at": "2026-09-03T02:50:15.515Z",
    "updated_at": "2026-09-03T06:33:16.450Z",
    "api_url": "https://aiworkshub.io/api/v1/resources/RES_A1D14A83F777",
    "reviews_url": "https://aiworkshub.io/api/v1/resources/RES_A1D14A83F777/reviews",
    "public_url": "https://aiworkshub.io/resources/RES_A1D14A83F777",
    "distribution": {
      "canonical_identity": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fpetstore/versions/0.6.0",
      "syndicatable": true,
      "origins": [
        {
          "registry_url": "https://registry.modelcontextprotocol.io/",
          "upstream_resource_id": "ai.com.mcp/petstore@0.6.0",
          "upstream_record_url": "https://registry.modelcontextprotocol.io/v0.1/servers/ai.com.mcp%2Fpetstore/versions/0.6.0",
          "relation": "syndicated",
          "metadata": {
            "source": "official-mcp-registry"
          },
          "first_seen_at": "2026-09-03T02:50:15.515Z",
          "last_seen_at": "2026-09-03T06:33:15.666Z"
        }
      ]
    },
    "tools": [
      {
        "name": "addPet",
        "title_en": "Add Pet",
        "title_zh": "添加宠物",
        "description_en": "Add a new pet to the store.",
        "description_zh": "向商店添加新宠物。",
        "input_schema": {
          "type": "object",
          "properties": {
            "addPetBody": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer",
                  "format": "int64"
                },
                "name": {
                  "type": "string"
                },
                "category": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "integer",
                      "format": "int64"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "photoUrls": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "tags": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "integer",
                        "format": "int64"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "status": {
                  "type": "string",
                  "enum": [
                    "available",
                    "pending",
                    "sold"
                  ],
                  "description": "pet status in the store"
                }
              },
              "required": [
                "name",
                "photoUrls"
              ]
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "addPetBody"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "createUser",
        "title_en": "Create User",
        "title_zh": "创建用户",
        "description_en": "This can only be done by the logged in user.",
        "description_zh": "此操作只能由登录用户完成。",
        "input_schema": {
          "type": "object",
          "properties": {
            "createUserBody": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer",
                  "format": "int64"
                },
                "username": {
                  "type": "string"
                },
                "firstName": {
                  "type": "string"
                },
                "lastName": {
                  "type": "string"
                },
                "email": {
                  "type": "string"
                },
                "password": {
                  "type": "string"
                },
                "phone": {
                  "type": "string"
                },
                "userStatus": {
                  "type": "integer",
                  "format": "int32",
                  "description": "User Status"
                }
              }
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "createUsersWithListInput",
        "title_en": "Create Users with List Input",
        "title_zh": "使用列表输入创建用户",
        "description_en": "Creates list of users with given input array.",
        "description_zh": "使用给定的输入数组创建用户列表。",
        "input_schema": {
          "type": "object",
          "properties": {
            "createUsersWithListInputBody": {
              "type": "array",
              "items": {
                "type": "object",
                "properties": {
                  "id": {
                    "type": "integer",
                    "format": "int64"
                  },
                  "username": {
                    "type": "string"
                  },
                  "firstName": {
                    "type": "string"
                  },
                  "lastName": {
                    "type": "string"
                  },
                  "email": {
                    "type": "string"
                  },
                  "password": {
                    "type": "string"
                  },
                  "phone": {
                    "type": "string"
                  },
                  "userStatus": {
                    "type": "integer",
                    "format": "int32",
                    "description": "User Status"
                  }
                }
              }
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "deleteOrder",
        "title_en": "Delete Order",
        "title_zh": "删除订单",
        "description_en": "For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.",
        "description_zh": "对于有效响应，请尝试值<1000的整数ID。任何超过1000或非整数的值都会生成API错误。",
        "input_schema": {
          "type": "object",
          "properties": {
            "orderId": {
              "type": "integer",
              "format": "int64"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "orderId"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "deletePet",
        "title_en": "Delete Pet",
        "title_zh": "删除宠物",
        "description_en": "Delete a pet.",
        "description_zh": "删除宠物。",
        "input_schema": {
          "type": "object",
          "properties": {
            "api_key": {
              "type": "string"
            },
            "petId": {
              "type": "integer",
              "format": "int64"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "petId"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "deleteUser",
        "title_en": "Delete User",
        "title_zh": "删除用户",
        "description_en": "This can only be done by the logged in user.",
        "description_zh": "此操作只能由登录用户完成。",
        "input_schema": {
          "type": "object",
          "properties": {
            "username": {
              "type": "string"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "username"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "findPetsByStatus",
        "title_en": "Find Pets by Status",
        "title_zh": "按状态查找宠物",
        "description_en": "Multiple status values can be provided with comma separated strings.",
        "description_zh": "可以使用逗号分隔的字符串提供多个状态值。",
        "input_schema": {
          "type": "object",
          "properties": {
            "status": {
              "type": "string",
              "enum": [
                "available",
                "pending",
                "sold"
              ]
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "status"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "findPetsByTags",
        "title_en": "Find Pets by Tags",
        "title_zh": "按标签查找宠物",
        "description_en": "Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.",
        "description_zh": "可以使用逗号分隔的字符串提供多个标签。使用tag1、tag2、tag3进行测试。",
        "input_schema": {
          "type": "object",
          "properties": {
            "tags": {
              "type": "array",
              "items": {
                "type": "string"
              }
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "tags"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "getInventory",
        "title_en": "Get Inventory",
        "title_zh": "获取库存",
        "description_en": "Returns a map of status codes to quantities.",
        "description_zh": "返回状态码到数量的映射。",
        "input_schema": {
          "type": "object",
          "properties": {
            "x-hapi-auth-state": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "getOrderById",
        "title_en": "Get Order by ID",
        "title_zh": "按ID获取订单",
        "description_en": "For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.",
        "description_zh": "对于有效响应，请尝试值<=5或>10的整数ID。其他值将生成异常。",
        "input_schema": {
          "type": "object",
          "properties": {
            "orderId": {
              "type": "integer",
              "format": "int64"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "orderId"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "getPetById",
        "title_en": "Get Pet by ID",
        "title_zh": "按ID获取宠物",
        "description_en": "Returns a single pet.",
        "description_zh": "返回单个宠物。",
        "input_schema": {
          "type": "object",
          "properties": {
            "petId": {
              "type": "integer",
              "format": "int64"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "petId"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "getUserByName",
        "title_en": "Get User by Name",
        "title_zh": "按用户名获取用户",
        "description_en": "Get user detail based on username.",
        "description_zh": "根据用户名获取用户详细信息。",
        "input_schema": {
          "type": "object",
          "properties": {
            "username": {
              "type": "string"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "username"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "read",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "loginUser",
        "title_en": "Login User",
        "title_zh": "用户登录",
        "description_en": "Log into the system.",
        "description_zh": "登录系统。",
        "input_schema": {
          "type": "object",
          "properties": {
            "username": {
              "type": "string"
            },
            "password": {
              "type": "string"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "logoutUser",
        "title_en": "Logout User",
        "title_zh": "用户登出",
        "description_en": "Log user out of the system.",
        "description_zh": "将用户从系统登出。",
        "input_schema": {
          "type": "object",
          "properties": {
            "x-hapi-auth-state": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "placeOrder",
        "title_en": "Place Order",
        "title_zh": "下订单",
        "description_en": "Place a new order in the store.",
        "description_zh": "在商店中下新订单。",
        "input_schema": {
          "type": "object",
          "properties": {
            "placeOrderBody": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer",
                  "format": "int64"
                },
                "petId": {
                  "type": "integer",
                  "format": "int64"
                },
                "quantity": {
                  "type": "integer",
                  "format": "int32"
                },
                "shipDate": {
                  "type": "string",
                  "format": "date-time"
                },
                "status": {
                  "type": "string",
                  "enum": [
                    "placed",
                    "approved",
                    "delivered"
                  ],
                  "description": "Order Status"
                },
                "complete": {
                  "type": "boolean"
                }
              }
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          }
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "updatePet",
        "title_en": "Update Pet",
        "title_zh": "更新宠物",
        "description_en": "Update an existing pet by Id.",
        "description_zh": "按ID更新现有宠物。",
        "input_schema": {
          "type": "object",
          "properties": {
            "updatePetBody": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer",
                  "format": "int64"
                },
                "name": {
                  "type": "string"
                },
                "category": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "integer",
                      "format": "int64"
                    },
                    "name": {
                      "type": "string"
                    }
                  }
                },
                "photoUrls": {
                  "type": "array",
                  "items": {
                    "type": "string"
                  }
                },
                "tags": {
                  "type": "array",
                  "items": {
                    "type": "object",
                    "properties": {
                      "id": {
                        "type": "integer",
                        "format": "int64"
                      },
                      "name": {
                        "type": "string"
                      }
                    }
                  }
                },
                "status": {
                  "type": "string",
                  "enum": [
                    "available",
                    "pending",
                    "sold"
                  ],
                  "description": "pet status in the store"
                }
              },
              "required": [
                "name",
                "photoUrls"
              ]
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "updatePetBody"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "updatePetWithForm",
        "title_en": "Update Pet with Form",
        "title_zh": "通过表单更新宠物",
        "description_en": "Updates a pet resource based on the form data.",
        "description_zh": "基于表单数据更新宠物资源。",
        "input_schema": {
          "type": "object",
          "properties": {
            "petId": {
              "type": "integer",
              "format": "int64"
            },
            "name": {
              "type": "string"
            },
            "status": {
              "type": "string"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "petId"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "updateUser",
        "title_en": "Update User",
        "title_zh": "更新用户",
        "description_en": "This can only be done by the logged in user.",
        "description_zh": "此操作只能由登录用户完成。",
        "input_schema": {
          "type": "object",
          "properties": {
            "username": {
              "type": "string"
            },
            "updateUserBody": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer",
                  "format": "int64"
                },
                "username": {
                  "type": "string"
                },
                "firstName": {
                  "type": "string"
                },
                "lastName": {
                  "type": "string"
                },
                "email": {
                  "type": "string"
                },
                "password": {
                  "type": "string"
                },
                "phone": {
                  "type": "string"
                },
                "userStatus": {
                  "type": "integer",
                  "format": "int32",
                  "description": "User Status"
                }
              }
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "username"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "confirmation": "explicit policy",
        "evidence_ids": [
          "protocol-tools"
        ],
        "runtime_auth": {},
        "pricing": {},
        "metadata": {}
      },
      {
        "name": "uploadFile",
        "title_en": "Upload File",
        "title_zh": "上传文件",
        "description_en": "Upload image of the pet.",
        "description_zh": "上传宠物的图片。",
        "input_schema": {
          "type": "object",
          "properties": {
            "petId": {
              "type": "integer",
              "format": "int64"
            },
            "additionalMetadata": {
              "type": "string"
            },
            "uploadFileBody": {
              "type": "string",
              "format": "binary"
            },
            "x-hapi-auth-state": {
              "type": "string"
            }
          },
          "required": [
            "petId"
          ]
        },
        "output_schema": {},
        "unit_kind": "mcp_tool",
        "effect": "write",
        "open_world": false,
        "idempotency": "unknown",
        "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": "untested",
        "real_use": "unobserved"
      },
      "assessment": {
        "capability_definition": "strong",
        "contract_completeness": "strong",
        "access_friction": "unknown",
        "operational_transparency": "partial",
        "evidence_strength": "protocol_inspected",
        "use_readiness": "guided_use"
      },
      "profile": {
        "capabilities": [
          {
            "id": "pet.manage",
            "weight": 90,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "store.manage",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          },
          {
            "id": "user.manage",
            "weight": 80,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "domains": [
          {
            "id": "petstore",
            "weight": 100,
            "confidence": 90,
            "evidence_ids": [
              "source-record",
              "protocol-tools"
            ]
          }
        ],
        "workflow_roles": [
          "retrieve",
          "execute",
          "transact"
        ]
      },
      "capability_units": [
        {
          "id": "tool:updatePet",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "object"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:addPet",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "object"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:findPetsByStatus",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:findPetsByTags",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "array"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:getPetById",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "integer"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:updatePetWithForm",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "integer",
            "string"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:deletePet",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "integer",
            "string"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:uploadFile",
          "kind": "mcp_tool",
          "capability_id": "pet.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "integer",
            "string",
            "binary"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:getInventory",
          "kind": "mcp_tool",
          "capability_id": "store.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:placeOrder",
          "kind": "mcp_tool",
          "capability_id": "store.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "object"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:getOrderById",
          "kind": "mcp_tool",
          "capability_id": "store.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "integer"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:deleteOrder",
          "kind": "mcp_tool",
          "capability_id": "store.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "integer"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:createUser",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "object"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:createUsersWithListInput",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "array"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:loginUser",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:logoutUser",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:getUserByName",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "read",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:updateUser",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string",
            "object"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        },
        {
          "id": "tool:deleteUser",
          "kind": "mcp_tool",
          "capability_id": "user.manage",
          "effect": "write",
          "open_world": false,
          "idempotency": "unknown",
          "confirmation": "explicit policy",
          "input_contract": "typed",
          "output_contract": "untyped",
          "accepts": [
            "string"
          ],
          "produces": [],
          "runtime_auth": {},
          "pricing": {},
          "evidence_ids": [
            "protocol-tools"
          ],
          "metadata": {}
        }
      ],
      "access": {
        "distribution_license": {},
        "runtime_auth": {},
        "runtime_pricing": {},
        "dependencies": []
      },
      "operational_flags": [],
      "trust": {
        "signal": "none",
        "evidence_ids": [],
        "reason": null
      },
      "fit": {
        "good_for": [
          "Testing and prototyping with a sample pet store API",
          "Learning MCP tool integration",
          "Demonstrating CRUD operations on pets, orders, and users"
        ],
        "not_for": [
          "Production use without additional authentication and data persistence",
          "Real-world pet store operations"
        ]
      },
      "evidence": [
        {
          "id": "source-record",
          "type": "registry_record",
          "source": "https://github.com/la-rebelion/hapimcp",
          "observation": "MCP source record for Petstore MCP Server; version 0.6.0.",
          "observed_at": null,
          "payload": {}
        },
        {
          "id": "protocol-tools",
          "type": "protocol_observation",
          "source": "https://petstore.run.mcp.com.ai/mcp#tools/list",
          "observation": "19 tools were returned by MCP discovery; 19 were retained for review.",
          "observed_at": "2026-09-03T06:04:08.265Z",
          "payload": {}
        }
      ],
      "unknowns": [
        "Authentication mechanism and requirements",
        "Pricing model",
        "Data persistence and storage",
        "Rate limits and usage policies",
        "Actual output schemas for tools",
        "Idempotency of operations",
        "Whether the server is safe for real-world use"
      ],
      "id": "REV_5213D85F6E3F",
      "resource_id": "RES_A1D14A83F777",
      "evaluator_type": "platform_ai",
      "provider": "deepseek",
      "model": "deepseek-v4-flash",
      "review_scope": "protocol-inspected-mcp",
      "created_at": "2026-09-03T06:33:16.450Z"
    }
  }
}