Tool Catalog
Ecommaps MCP exposes merchant-facing tools grouped by domain.
Design Rules
Every public MCP tool should follow these rules:
- canonical
snake_casefield names - domain-specific verbs such as
list_*,get_*,create_*,update_*,delete_* - tenant scope derived from the authenticated store key
- structured outputs designed for reliable agent use
- explicit read/write annotations
The public tool surface is focused on merchant operations. Design and landing-page generation tools are not part of the supported public catalog.
Commerce
Store summary and reporting
get_store_summaryget_sales_report
Products
list_productsget_productcreate_productupdate_product
Canonical product fields include:
nameslugdescriptionpricecompare_at_pricecost_per_itemcurrencycharge_taxskubarcodetrack_quantitycontinue_selling_when_out_of_stockinventory_quantityis_physicalweightweight_unitcategoryproduct_typevendoris_activeimagestagsoptionsvariants
Orders
list_ordersget_orderupdate_order_statusupdate_order_notes
Canonical order status values:
pendingconfirmedprocessingshippeddeliveredcancelled
Customers
list_customersget_customercreate_customerupdate_customerupdate_customer_addressesget_customer_ordersdelete_customer
Collections
list_collectionsget_collectioncreate_collectionupdate_collectiondelete_collection
Inventory
list_inventory_itemsupdate_inventory_itemupdate_inventory_batchget_inventory_history
Discounts
list_couponsget_couponcreate_couponupdate_coupondelete_couponsearch_discount_targets
Content
Pages
list_pagesget_pagecreate_pageupdate_page
Blogs
list_blogsget_blogcreate_blogupdate_blog
Menus
list_menusget_menucreate_menuupdate_menusave_menu_structuredelete_menu
Files
list_filesupload_filemove_filedelete_file
Marketing
get_marketing_settingsupdate_marketing_settings
Store Settings
General
get_store_settings_generalupdate_store_settings_general
Appearance
get_store_settings_appearanceupdate_store_settings_appearance
Checkout
get_store_settings_checkoutupdate_store_settings_checkout
API keys
list_api_keyscreate_api_keyrevoke_api_key
Store team
list_store_membersinvite_store_memberupdate_store_memberremove_store_member