Manage pets, orders, inventory, and users through a Petstore MCP server.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "Test_aaa MCP Server" yet — see the docs or source repo.
Check the current store inventory summary, group available counts by pet status, and flag any unusual quantities.
Returns an inventory summary by status and highlights any counts that may need attention.
Create a new order for pet ID 123 with quantity 2 and status set to placed, then retrieve the order details.
Creates the order and returns the order ID, status, quantity, and retrieved order details.
Create a new user profile, then update the email and phone number, and confirm the updated user record.
Completes user creation and update, then returns the full updated user profile.
Expose a pet store API as AI-callable tools for HTTP testing and integration.
An MCP tool for querying Petstore pets by status via LLM function calling.
Use the Swagger Petstore API as an MCP tool for testing and prototyping.
Convert OpenAPI example APIs into usable MCP servers for AI clients.
Manage e-commerce products with CRUD, AI descriptions, and MySQL via MCP.
Let AI query read-only order and customer data for API integration demos.