addPetAdd PetAdd a new pet to the store.
MCP SERVER
https://petstore.run.mcp.com.ai/mcpSUMMARY
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.
CAPABILITIES
Evidence-backed capability profile
TOOLS IN THIS MCP SERVER
addPetAdd PetAdd a new pet to the store.
createUserCreate UserThis can only be done by the logged in user.
createUsersWithListInputCreate Users with List InputCreates list of users with given input array.
deleteOrderDelete OrderFor valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors.
deletePetDelete PetDelete a pet.
deleteUserDelete UserThis can only be done by the logged in user.
findPetsByStatusFind Pets by StatusMultiple status values can be provided with comma separated strings.
findPetsByTagsFind Pets by TagsMultiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.
getInventoryGet InventoryReturns a map of status codes to quantities.
getOrderByIdGet Order by IDFor valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions.
getPetByIdGet Pet by IDReturns a single pet.
getUserByNameGet User by NameGet user detail based on username.
loginUserLogin UserLog into the system.
logoutUserLogout UserLog user out of the system.
placeOrderPlace OrderPlace a new order in the store.
updatePetUpdate PetUpdate an existing pet by Id.
updatePetWithFormUpdate Pet with FormUpdates a pet resource based on the form data.
updateUserUpdate UserThis can only be done by the logged in user.
uploadFileUpload FileUpload image of the pet.
MACHINE-READABLE ENDPOINTS
ACCESS
USAGE OBSERVATIONS