← Directory
OpenAPI

Swagger Petstore - OpenAPI 3.0

This is a sample Pet Store Server based on the OpenAPI 3.0 specification. You can find out more about Swagger at [https://swagger.io](https://swagger.io). In t

19 agent-callable tools · indexed 3 hr ago · source: petstore3.swagger.io

Use it

curl 'https://wmcp.sh/api/v1/tools?url=https%3A%2F%2Fpetstore3.swagger.io%2Fapi%2Fv3%2Fopenapi.json'
// JavaScript
const { tools } = await (await fetch(
  'https://wmcp.sh/api/v1/tools?url=https%3A%2F%2Fpetstore3.swagger.io%2Fapi%2Fv3%2Fopenapi.json'
)).json();
// hand the tools to Claude / LangChain / OpenAI / any MCP-aware agent

Available tools

addPet live
Add a new pet to the store.
updatePet live
Update an existing pet.
findPetsByStatus live
Finds Pets by status.
findPetsByTags live
Finds Pets by tags.
getPetById live
Find pet by ID.
updatePetWithForm live
Updates a pet in the store with form data.
deletePet live
Deletes a pet.
uploadFile live
Uploads an image.
getInventory live
Returns pet inventories by status.
placeOrder live
Place an order for a pet.
getOrderById live
Find purchase order by ID.
deleteOrder live
Delete purchase order by identifier.
createUser live
Create user.
createUsersWithListInput live
Creates list of users with given input array.
loginUser live
Logs user into the system.
logoutUser live
Logs out current logged in user session.
getUserByName live
Get user by user name.
updateUser live
Update user resource.
deleteUser live
Delete user resource.

Own this site?

Claim the listing — get a verified badge, featured placement, and an MCP server you control. Or just submit a new URL for free.

Claim this listing → Submit (free)