Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_get_products

Retrieve product listings from a fake store API with options to limit results and sort by price for e-commerce testing and development.

Instructions

Get all products from the store. Optionally limit results and sort by price.

Input Schema

NameRequiredDescriptionDefault
limitNoLimit the number of products returned
sortNoSort products by price (asc or desc)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Limit the number of products returned", "type": "number" }, "sort": { "description": "Sort products by price (asc or desc)", "enum": [ "asc", "desc" ], "type": "string" } }, "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