Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_add_product

Add new products to a simulated e-commerce store for testing and demonstration purposes. Specify product title, price, description, image URL, and category to create temporary product entries.

Instructions

Add a new product to the store (simulation - does not persist)

Input Schema

NameRequiredDescriptionDefault
categoryYesProduct category
descriptionYesProduct description
imageYesProduct image URL
priceYesProduct price
titleYesProduct title

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Product category", "type": "string" }, "description": { "description": "Product description", "type": "string" }, "image": { "description": "Product image URL", "type": "string" }, "price": { "description": "Product price", "type": "number" }, "title": { "description": "Product title", "type": "string" } }, "required": [ "title", "price", "description", "image", "category" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/op-enny/mcp-server-fakestore'

If you have feedback or need assistance with the MCP directory API, please join our Discord server