stardeltapower/upmind-mcp
If you are the rightful owner of upmind-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 dayong@mcphub.com.
A Model Context Protocol (MCP) server for interacting with the Upmind API, providing tools for managing products, categories, pricing, bundles, and more within the Upmind platform.
Tools
Functions exposed to the LLM to take actions
list_products
List all products for the current brand
get_product
Get a specific product by ID
create_product
Create a new product
update_product
Update an existing product
delete_product
Delete a product by ID
list_categories
List all product categories
get_category
Get a specific category by ID
create_category
Create a new product category
update_category
Update an existing category
delete_category
Delete a category by ID
set_product_pricing
Set pricing for a product in a pricelist
get_product_pricing
Get pricing for a product from pricelist
create_bundle
Create a product bundle
add_products_to_bundle
Add products to a bundle/set
remove_product_from_bundle
Remove a product from a bundle/set
api_get
Make GET requests to any Upmind API endpoint
api_post
Make POST requests to any Upmind API endpoint
api_put
Make PUT requests to any Upmind API endpoint
api_delete
Make DELETE requests to any Upmind API endpoint
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client