# Petstore MCP Server MCP server

Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server

## Links
- Registry page: https://www.getdrio.com/mcp/ai-com-mcp-petstore
- Repository: https://github.com/la-rebelion/hapimcp
- Website: https://run.mcp.com.ai

## Install
- Endpoint: https://petstore.run.mcp.com.ai/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://petstore.run.mcp.com.ai/mcp

## Tools
- updatePet - Update an existing pet. - Update an existing pet by Id. Endpoint: https://petstore.run.mcp.com.ai/mcp
- addPet - Add a new pet to the store. - Add a new pet to the store. Endpoint: https://petstore.run.mcp.com.ai/mcp
- findPetsByStatus - Finds Pets by status. - Multiple status values can be provided with comma separated strings. Endpoint: https://petstore.run.mcp.com.ai/mcp
- findPetsByTags - Finds Pets by tags. - Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing. Endpoint: https://petstore.run.mcp.com.ai/mcp
- getPetById - Find pet by ID. - Returns a single pet. Endpoint: https://petstore.run.mcp.com.ai/mcp
- updatePetWithForm - Updates a pet in the store with form data. - Updates a pet resource based on the form data. Endpoint: https://petstore.run.mcp.com.ai/mcp
- deletePet - Deletes a pet. - Delete a pet. Endpoint: https://petstore.run.mcp.com.ai/mcp
- uploadFile - Uploads an image. - Upload image of the pet. Endpoint: https://petstore.run.mcp.com.ai/mcp
- getInventory - Returns pet inventories by status. - Returns a map of status codes to quantities. Endpoint: https://petstore.run.mcp.com.ai/mcp
- placeOrder - Place an order for a pet. - Place a new order in the store. Endpoint: https://petstore.run.mcp.com.ai/mcp
- getOrderById - Find purchase order by ID. - For valid response try integer IDs with value <= 5 or > 10. Other values will generate exceptions. Endpoint: https://petstore.run.mcp.com.ai/mcp
- deleteOrder - Delete purchase order by identifier. - For valid response try integer IDs with value < 1000. Anything above 1000 or non-integers will generate API errors. Endpoint: https://petstore.run.mcp.com.ai/mcp
- createUser - Create user. - This can only be done by the logged in user. Endpoint: https://petstore.run.mcp.com.ai/mcp
- createUsersWithListInput - Creates list of users with given input array. - Creates list of users with given input array. Endpoint: https://petstore.run.mcp.com.ai/mcp
- loginUser - Logs user into the system. - Log into the system. Endpoint: https://petstore.run.mcp.com.ai/mcp
- logoutUser - Logs out current logged in user session. - Log user out of the system. Endpoint: https://petstore.run.mcp.com.ai/mcp
- getUserByName - Get user by user name. - Get user detail based on username. Endpoint: https://petstore.run.mcp.com.ai/mcp
- updateUser - Update user resource. - This can only be done by the logged in user. Endpoint: https://petstore.run.mcp.com.ai/mcp
- deleteUser - Delete user resource. - This can only be done by the logged in user. Endpoint: https://petstore.run.mcp.com.ai/mcp

## Resources
- http://localhost:3000/hapimcp-299.json - The OpenAPI specification for this API MIME type: application/json
- http://localhost:3000/.well-known/oauth-protected-resource - OAuth 2.0 Protected Resource Metadata for authorization server discovery MIME type: application/json
- http://localhost:3000/.well-known/oauth-authorization-server - OAuth 2.0 Authorization Server Metadata for client configuration MIME type: application/json

## Prompts
- system - System prompt for API interaction

## Metadata
- Owner: ai.com.mcp
- Version: 0.6.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jan 7, 2026
- Source: https://registry.modelcontextprotocol.io
