Skip to main content
Glama

Server Details

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

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
la-rebelion/hapimcp
GitHub Stars
7

Available Tools

20 tools
addPetTry in Inspector

Add a new pet to the store

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
x-hapi-auth-stateNo
createUserTry in Inspector

Create user - This can only be done by the logged in user.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
x-hapi-auth-stateNo
createUsersWithArrayInputTry in Inspector

Creates list of users with given input array

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
x-hapi-auth-stateNo
createUsersWithListInputTry in Inspector

Creates list of users with given input array

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
x-hapi-auth-stateNo
deleteOrderTry in Inspector

Delete purchase order by ID - For valid response try integer IDs with positive integer value. Negative or non-integer values will generate API errors

ParametersJSON Schema
NameRequiredDescriptionDefault
orderIdNoID of the order that needs to be deleted
x-hapi-auth-stateNo
deletePetTry in Inspector

Deletes a pet

ParametersJSON Schema
NameRequiredDescriptionDefault
petIdNoPet id to delete
api_keyNoapi_key parameter
x-hapi-auth-stateNo
deleteUserTry in Inspector

Delete user - This can only be done by the logged in user.

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameNoThe name that needs to be deleted
x-hapi-auth-stateNo
findPetsByStatusTry in Inspector

Finds Pets by status - Multiple status values can be provided with comma separated strings

ParametersJSON Schema
NameRequiredDescriptionDefault
statusNoStatus values that need to be considered for filter
x-hapi-auth-stateNo
findPetsByTagsTry in Inspector

Finds Pets by tags - Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNoTags to filter by
x-hapi-auth-stateNo
getInventoryTry in Inspector

Returns pet inventories by status - Returns a map of status codes to quantities

ParametersJSON Schema
NameRequiredDescriptionDefault
x-hapi-auth-stateNo
getOrderByIdTry in Inspector

Find purchase order by ID - For valid response try integer IDs with value >= 1 and <= 10. Other values will generated exceptions

ParametersJSON Schema
NameRequiredDescriptionDefault
orderIdNoID of pet that needs to be fetched
x-hapi-auth-stateNo
getPetByIdTry in Inspector

Find pet by ID - Returns a single pet

ParametersJSON Schema
NameRequiredDescriptionDefault
petIdNoID of pet to return
x-hapi-auth-stateNo
getUserByNameTry in Inspector

Get user by user name

ParametersJSON Schema
NameRequiredDescriptionDefault
usernameNoThe name that needs to be fetched. Use user1 for testing.
x-hapi-auth-stateNo
loginUserTry in Inspector

Logs user into the system

ParametersJSON Schema
NameRequiredDescriptionDefault
passwordNoThe password for login in clear text
usernameNoThe user name for login
x-hapi-auth-stateNo
logoutUserTry in Inspector

Logs out current logged in user session

ParametersJSON Schema
NameRequiredDescriptionDefault
x-hapi-auth-stateNo
placeOrderTry in Inspector

Place an order for a pet

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
x-hapi-auth-stateNo
updatePetTry in Inspector

Update an existing pet

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
x-hapi-auth-stateNo
updatePetWithFormTry in Inspector

Updates a pet in the store with form data

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNoUpdated name of the pet
petIdNoID of pet that needs to be updated
statusNoUpdated status of the pet
x-hapi-auth-stateNo
updateUserTry in Inspector

Updated user - This can only be done by the logged in user.

ParametersJSON Schema
NameRequiredDescriptionDefault
bodyYes
usernameNoname that need to be updated
x-hapi-auth-stateNo
uploadFileTry in Inspector

uploads an image

ParametersJSON Schema
NameRequiredDescriptionDefault
fileNofile to upload
petIdNoID of pet to update
x-hapi-auth-stateNo
additionalMetadataNoAdditional data to pass to server

FAQ

How do I claim this server?

To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.

What are the benefits of claiming a server?
  • Control your server's listing on Glama, including description and metadata
  • Receive usage reports showing how your server is being used
  • Get monitoring and health status updates for your server
Try in Browser

Your Connectors

Sign in to create a connector for this server.