libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
development
/ Petstore MCP Server & Client
Petstore MCP Server & Client
JSON →
none
development
An MCP server and client implementation for the Swagger Petstore API.
github ↗
Install
How to run this server
[ { "cmd": "pip3 install -r", "imports": [] } ]
server path:
petstore-mcp-server-client
Tools
What this server exposes
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
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/raghavendraprakash/mcpforrestapis ↗
Petstore MCP Server & Client — MCP Server · libregistry