Skip to main content
Glama

Fake Store API MCP Server

by op-enny

fakestore_get_users

Retrieve user data from the Fake Store API with optional filtering and sorting capabilities for e-commerce testing and development.

Instructions

Get all users from the store. Optionally limit results and sort.

Input Schema

NameRequiredDescriptionDefault
limitNoLimit the number of users returned
sortNoSort users (asc or desc)

Input Schema (JSON Schema)

{ "properties": { "limit": { "description": "Limit the number of users returned", "type": "number" }, "sort": { "description": "Sort users (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