raghavendraprakash/mcpforrestapis
If you are the rightful owner of mcpforrestapis and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Petstore MCP Server & Client project offers a comprehensive implementation of the Model Context Protocol for the Swagger Petstore API, facilitating seamless integration and interaction with AI agents.
Tools
Functions exposed to the LLM to take actions
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
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client