Petstore MCP Server
https://petstore.run.mcp.com.ai/mcpskills: {'id': 'updatePet', 'name': 'updatePet', 'description': 'Update an existing pet. - Update an existing pet by Id.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'addPet', 'name': 'addPet', 'description': 'Add a new pet to the store. - Add a new pet to the store.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'findPetsByStatus', 'name': 'findPetsByStatus', 'description': 'Finds Pets by status. - Multiple status values can be provided with comma separated strings.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'findPetsByTags', 'name': 'findPetsByTags', 'description': 'Finds Pets by tags. - Multiple tags can be provided with comma separated strings. Use tag1, tag2, tag3 for testing.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'getPetById', 'name': 'getPetById', 'description': 'Find pet by ID. - Returns a single pet.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'updatePetWithForm', 'name': 'updatePetWithForm', 'description': 'Updates a pet in the store with form data. - Updates a pet resource based on the form data.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'deletePet', 'name': 'deletePet', 'description': 'Deletes a pet. - Delete a pet.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'uploadFile', 'name': 'uploadFile', 'description': 'Uploads an image. - Upload image of the pet.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 130.3ms; conformance: pass
How to connect
https://petstore.run.mcp.com.ai/mcp
curl -X POST https://petstore.run.mcp.com.ai/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'