ckaraca/fake-store-mcp
If you are the rightful owner of fake-store-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Fake Store MCP Server is a Model Context Protocol server that integrates with the Fake Store API, providing AI assistants like Claude with tools for e-commerce prototyping and testing.
Tools
Functions exposed to the LLM to take actions
list_products
Get all products with pagination and sorting
get_product
Get detailed product information by ID
list_categories
Get all available product categories
get_products_by_category
Filter products by category
list_carts
Get all shopping carts
get_cart
Get cart details by ID
get_user_carts
Get all carts for a specific user
list_users
Get all users
get_user
Get user details by ID
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client