Petstore MCP Server & Client
JSON →An MCP server and client implementation for the Swagger Petstore API.
Install
pip3 install -r Tools · 19
- add_pet Add a new pet to the store
- update_pet Update an existing pet
- get_pet_by_id Find pet by ID
- find_pets_by_status Find pets by status (available, pending, sold)
- find_pets_by_tags Find pets by tags
- update_pet_with_form Update a pet using form data
- delete_pet Delete a pet
- upload_pet_image Upload an image for a pet
- get_inventory Get pet inventories by status
- place_order Place an order for a pet
- get_order_by_id Find purchase order by ID
- delete_order Delete purchase order by ID
- create_user Create a new user
- create_users_with_list Create multiple users from a list
- login_user Log user into the system
- logout_user Log out current user session
- get_user_by_name Get user by username
- update_user Update user information
- delete_user Delete a user