Petstore MCP Server MCP Tools
Petstore MCP Server exposes 19 tools. Each one has its own page with the configuration for every client that can run this server.
-
updatePetupdate pet
-
addPetadd pet
-
findPetsByStatusfind pets by status
-
findPetsByTagsfind pets by tags
-
getPetByIdget pet by id
-
updatePetWithFormupdate pet with form
-
deletePetdelete pet
-
uploadFileupload file
-
getInventoryget inventory
-
placeOrderplace order
-
getOrderByIdget order by id
-
deleteOrderdelete order
-
createUsercreate user
-
createUsersWithListInputcreate users with list input
-
loginUserlogin user
-
logoutUserlogout user
-
getUserByNameget user by name
-
updateUserupdate user
-
deleteUserdelete user
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.