← Registry

General Tools

freewebstore.com

Provides CRUD operations for managing categories.

1 endpoint115 known toolsFirst detected June 5, 2026Last detected July 6, 2026

ENDPOINT 1

https://api.freewebstore.com/mcp

No auth detected

Known tools 115

CategoriesHandler_GetAll

GET /category — List all categories

CategoriesHandler_Create

POST /category — Create category

CategoriesHandler_GetById

GET /category/{id} — Get single category

CategoriesHandler_Update

PUT /category/{id} — Update category

CategoriesHandler_Delete

DELETE /category/{id} — Delete category

ProductsHandler_GetAll

GET /product — List products (paginated)

ProductsHandler_Create

POST /product — Create product

ProductsHandler_GetById

GET /product/{id} — Get single product

ProductsHandler_Update

PUT /product/{id} — Update product (includes stock)

ProductsHandler_Delete

DELETE /product/{id} — Delete product

ProductsHandler_Search

GET /product/search — Search products (CloudSearch)

ProductsHandler_SearchAdvanced

POST /product/search — Advanced filtered search

ProductsHandler_GetLowStock

GET /product/low-stock — Get low stock products

ProductsHandler_GetFeatured

GET /product/featured — Get featured products

ProductsHandler_GetOffers

GET /product/offers — Get products on sale

ProductsHandler_GetNew

GET /product/new — Get recently added products

ProductsHandler_GetStockHistory

GET /product/{id}/stock — Get stock audit trail

ProductsHandler_GetStockHistoryAll

GET /product/{id}/stock/all — Get full stock history with variants

ProductsHandler_Copy

POST /product/{id}/copy — Duplicate a product

OrdersHandler_GetAll

GET /orders — List orders

OrdersHandler_GetById

GET /orders/{id} — Get single order

OrdersHandler_UpdateStatus

PUT /orders/{id}/status — Update order status

OrdersHandler_AddTracking

POST /orders/{id}/tracking — Add tracking info

OrdersHandler_MarkDispatched

PUT /orders/{id}/dispatched — Mark order dispatched

OrdersHandler_AddNote

POST /orders/{id}/notes — Add note to order

OrdersHandler_GetCounts

GET /orders/counts — Get order counts by status

OrdersHandler_GetCountsByDate

GET /orders/counts/bydate — Get order count for date range

OrdersHandler_Search

GET /orders/search — Advanced order search with filters

AnalyticsHandler_GetSummary

GET /analytics/summary — Order stats summary (orders, value, AOV)

AnalyticsHandler_GetProductSummary

GET /analytics/product-summary — Product statistics (totals, inventory, pricing, alerts)

AnalyticsHandler_GetPaymentMethods

GET /analytics/payment-methods — Orders by payment method

AnalyticsHandler_GetBestPeriods

GET /analytics/best-periods — Best-performing sales periods

AnalyticsHandler_GetAov

GET /analytics/aov — Average order value (median/range)

AnalyticsHandler_GetRecent

GET /analytics/recent — Recent order activity

AnalyticsHandler_GetTopSellers

GET /analytics/top-sellers — Best-selling products by units/revenue

AnalyticsHandler_GetCategoryBreakdown

GET /analytics/category-breakdown — Sales split by category

TrafficHandler_GetDaily

GET /traffic/daily — Daily visitor/framework hits (days param)

TrafficHandler_GetHourly

GET /traffic/hourly — Hourly visitor hits (date param)

OrdersHandler_MarkRead

PUT /orders/{id}/read — Mark order as read

OrdersHandler_AddTag

PUT /orders/{id}/tags/{tagId} — Add a user tag to an order (system tags rejected)

OrdersHandler_RemoveTag

DELETE /orders/{id}/tags/{tagId} — Remove a user tag from an order (system tags rejected)

OrdersHandler_GetInvoice

GET /orders/{id}/invoice — Invoice/credit-note PDF, base64 in JSON (type param)

OrdersHandler_GetInsights

GET /orders/insights — Order analytics (coupons, sources, SKUs)

OrdersHandler_GetProductInsights

GET /orders/insights/product/{id} — Product-specific order insights

OrdersHandler_GetMonthly

GET /orders/monthly — Monthly order value/count aggregation

OrdersHandler_GetAbandoned

GET /orders/abandoned — Get abandoned checkout orders

CustomersHandler_GetAll

GET /customers — List customers

CustomersHandler_Create

POST /customers — Create customer

CustomersHandler_GetById

GET /customers/{id} — Get single customer

CustomersHandler_Update

PUT /customers/{id} — Update customer

CustomersHandler_Delete

DELETE /customers/{id} — Delete customer

CustomersHandler_GetInsights

GET /customers/insights — Customer distribution metrics

CustomersHandler_GetTopByOrders

GET /customers/top/orders — Top customers by order count

CustomersHandler_GetTopBySales

GET /customers/top/sales — Top customers by total spend

CustomersHandler_GetTopByValue

GET /customers/top/value — Top customers by avg order value

CustomersHandler_GetLoyalty

GET /customers/{id}/loyalty — Get customer loyalty points

CustomersHandler_GetLoyaltyHistory

GET /customers/{id}/loyalty/history — Get loyalty point history

CustomersHandler_GetOptOut

GET /customers/{email}/optout — Get email-marketing opt-out status

CustomersHandler_SetOptOut

POST /customers/{email}/optout — Set email-marketing preference

GiftCardsHandler_GetAll

GET /giftcards — List all gift cards

GiftCardsHandler_Create

POST /giftcards — Create/revoke/adjust a gift card (ledger event)

GiftCardsHandler_GetById

GET /giftcards/{id} — Get gift card details

GiftCardsHandler_Update

PUT /giftcards/{id} — Update gift card metadata (design/message/recipient)

GiftCardsHandler_GetPrintable

GET /giftcards/{id}/printable — Printable gift card (PDF/HTML), base64 in JSON

ReviewsHandler_GetAll

GET /reviews — List all reviews

ReviewsHandler_GetPending

GET /reviews/pending — List pending reviews for moderation

ReviewsHandler_GetByProduct

GET /reviews/product/{id} — List reviews for a product

ReviewsHandler_GetById

GET /reviews/{id} — Get single review

ReviewsHandler_Update

PUT /reviews/{id} — Update review (approve/reject, reply)

ReviewsHandler_Delete

DELETE /reviews/{id} — Delete a review

BrandsHandler_GetAll

GET /brands — List all brands

BrandsHandler_Create

POST /brands — Create brand

BrandsHandler_GetById

GET /brands/{id} — Get single brand

BrandsHandler_Update

PUT /brands/{id} — Update brand

BrandsHandler_Delete

DELETE /brands/{id} — Delete brand

PagesHandler_GetAll

GET /pages — List all pages

PagesHandler_Create

POST /pages — Create page

PagesHandler_GetById

GET /pages/{id} — Get single page

PagesHandler_Update

PUT /pages/{id} — Update page

PagesHandler_Delete

DELETE /pages/{id} — Delete page

WebhooksHandler_GetAll

GET /webhook — List webhooks

WebhooksHandler_Create

POST /webhook — Create webhook

WebhooksHandler_Delete

DELETE /webhook/{id} — Delete webhook

WebhooksHandler_GetResults

GET /webhook/results — Webhook execution results

StatsHandler_GetUsage

GET /stats — API usage statistics

ApiKeyHandler_CheckApiKey

GET /check_key — Verify API key

StoresHandler_GetStore

GET /store — Get store details

StoresHandler_UpdateDetails

PUT /store — Update store details

StoresHandler_GetSettings

GET /store/settings — Get store settings/configuration

StoresHandler_UpdateSettings

PUT /store/settings — Update store settings

StoresHandler_GetHealth

GET /store/health — Get store health score

StoresHandler_GetUsage

GET /store/usage — Get store resource usage

StoresHandler_GetAutoDiscounts

GET /store/discounts — Get automatic discount rules

StoresHandler_CreateAutoDiscount

POST /store/discounts — Create automatic discount rule

StoresHandler_DeleteAutoDiscount

DELETE /store/discounts/{id} — Delete automatic discount rule

StoresHandler_GetSlideshow

GET /store/slideshow — Get slideshow configuration

StoresHandler_UpdateSlideshow

PUT /store/slideshow — Update slideshow config

StoresHandler_UpdateContact

PUT /store/contact — Update contact information

StoresHandler_UpdateSeo

PUT /store/seo — Update SEO settings

StoresHandler_UpdateVat

PUT /store/vat — Update VAT/tax settings

StoresHandler_UpdateGoogle

PUT /store/google — Update Google Analytics/Ads config

StoresHandler_UpdateFacebook

PUT /store/facebook — Update Facebook pixel config

StoresHandler_AddSlide

POST /store/slideshow/slides — Add slide to slideshow

StoresHandler_UpdateSlide

PUT /store/slideshow/slides/{id} — Update a slide

StoresHandler_DeleteSlide

DELETE /store/slideshow/slides/{id} — Delete a slide

StoresHandler_UpdateReviewInvites

PUT /store/review-invites — Update review invite settings

StoresHandler_UpdateLoyalty

PUT /store/loyalty — Update loyalty program

StoresHandler_UpdateGiftCardSettings

PUT /store/giftcards — Update gift card settings

StoresHandler_UpdateNotificationBar

PUT /store/notification-bar — Update notification bar

StoresHandler_UpdateDesign

PUT /store/design — Update store design/theme

StoresHandler_UpdateBrandKit

PUT /store/brandkit — Update brand colors/fonts

StoresHandler_UpdateInvoiceSettings

PUT /store/invoice-settings — Update invoice settings

StoresHandler_UpdateTaxRegions

PUT /store/tax-regions — Update tax regions

StoresHandler_UpdateAgeVerify

PUT /store/age-verify — Update age verification

StoresHandler_GetMilestones

GET /store/milestones — Get store milestones