mcp-server-fakestore

op-enny/mcp-server-fakestore

3.2

If you are the rightful owner of mcp-server-fakestore and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Fake Store API MCP Server provides seamless access to the Fake Store API for AI assistants, ideal for e-commerce demos, testing, and learning MCP development.

Tools

Functions exposed to the LLM to take actions

fakestore_get_products

Get all products with optional limit and sorting

fakestore_get_product

Get a single product by ID

fakestore_get_categories

Get all product categories

fakestore_get_products_by_category

Get products in a specific category

fakestore_add_product

Add a new product (simulation)

fakestore_update_product

Update an existing product (simulation)

fakestore_delete_product

Delete a product (simulation)

fakestore_get_carts

Get all carts with optional limit and sorting

fakestore_get_cart

Get a single cart by ID

fakestore_get_user_carts

Get all carts for a specific user

fakestore_add_cart

Add a new cart (simulation)

fakestore_update_cart

Update an existing cart (simulation)

fakestore_delete_cart

Delete a cart (simulation)

fakestore_get_users

Get all users with optional limit and sorting

fakestore_get_user

Get a single user by ID

fakestore_add_user

Add a new user (simulation)

fakestore_update_user

Update an existing user (simulation)

fakestore_delete_user

Delete a user (simulation)

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources