Petstore
Rank #41,363ai.com.mcp/petstore
MCP server providing petstore capabilities
Petstore is a Model Context Protocol (MCP) server published by la-rebelion. It ranks #41,363 of 115,591 servers tracked on MCP Toplist, and its repository has 9 GitHub stars. Petstore is listed on Official MCP, with 2 tracked versions. It was first listed on Oct 15, 2025 and most recently updated on Jan 7, 2026.
Ranks ahead of 74,228 of 115,591 servers on MCP Toplist.
Use Petstore
claude mcp add --transport http petstore https://petstore.run.mcp.com.ai/mcp[mcp_servers.petstore]
url = "https://petstore.run.mcp.com.ai/mcp"Add to ~/.codex/config.toml.
https://petstore.run.mcp.com.ai/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"petstore": {
"url": "https://petstore.run.mcp.com.ai/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"petstore": {
"type": "http",
"url": "https://petstore.run.mcp.com.ai/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"petstore": {
"serverUrl": "https://petstore.run.mcp.com.ai/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"petstore": {
"url": "https://petstore.run.mcp.com.ai/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/ai.com.mcp%2Fpetstore)<a href="https://mcptoplist.com/server/ai.com.mcp%2Fpetstore"><img src="https://mcptoplist.com/badge/ai.com.mcp%2Fpetstore.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
la-rebelion
Other servers by la-rebelion
View all la-rebelion servers →Available versions (2)
| Version | Published |
|---|---|
| 0.6.0 | Jan 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Petstore?
- Petstore is maintained by la-rebelion, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Petstore listed on the Official MCP Registry?
- Yes — Petstore is listed on the Official MCP Registry.
- How many versions does Petstore have?
- MCP Toplist tracks 2 versions of Petstore, most recently published on Jan 7, 2026.
- Where can I find the source code for Petstore?
- The source code for Petstore is hosted at github.com/la-rebelion/hapimcp.