Petstore MCP Server✓
ai.com.mcp/petstore · v0.6.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "ai.com.mcp/petstore",
"description": "Swagger Petstore API (v1.0.27) as MCP for testing and prototyping powered by the HAPI MCP server",
"title": "Petstore MCP Server",
"repository": {
"url": "https://github.com/la-rebelion/hapimcp",
"source": "github"
},
"version": "0.6.0",
"websiteUrl": "https://run.mcp.com.ai",
"remotes": [
{
"type": "streamable-http",
"url": "https://petstore.run.mcp.com.ai/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"documentation": "https://docs.mcp.com.ai",
"examples": [
{
"config": "Add 'https://petstore.run.mcp.com.ai/mcp' as a remote MCP server in your MCP client",
"description": "Connect to the Petstore MCP server to access pet store operations",
"name": "Basic Connection"
},
{
"description": "The server exposes all Petstore API operations as MCP tools including: findPetsByStatus, getPetById, addPet, updatePet, deletePet, and more",
"name": "Available Operations",
"note": "See https://petstore3.swagger.io for the full API specification"
}
],
"keywords": [
"openapi",
"rest-api",
"petstore",
"example",
"demo",
"swagger"
],
"license": "MIT",
"notes": [
"This is a demo server hosted by La Rebelion Labs",
"The backend API is https://petstore3.swagger.io/api/v3",
"No authentication required for basic operations",
"Rate limits may apply",
"For production use, deploy your own HAPI MCP server"
],
"publisher": "La Rebelion Labs"
},
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}