Skip to main content
Glama
narkov

horoshop-mcp-server

by narkov

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOROSHOP_LOGINNoAPI login created in the Horoshop admin panel
HOROSHOP_TOKENNoOptional token if you already use token-based access
HOROSHOP_BASE_URLYesYour Horoshop store domain, e.g., https://your-store.example.com
HOROSHOP_PASSWORDNoAPI password created in the Horoshop admin panel

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
horoshop_authC

Authenticates with Horoshop and returns token metadata.

horoshop_list_ordersC

Returns orders using the Horoshop orders/export endpoint.

horoshop_get_orderB

Returns a single order by id using the Horoshop API.

horoshop_list_productsC

Returns products using the Horoshop catalog/export endpoint.

horoshop_get_productB

Returns a product by id using the Horoshop API.

horoshop_update_order_statusC

Updates an order status using the Horoshop API.

horoshop_call_apiC

Calls any Horoshop API function with arbitrary JSON parameters.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/narkov/horoshop-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server