LatAm e-commerce platform: products, orders, customers, and webhooks. Your agent builds and operates online stores across the region.
$ npm install @codespar/mcp-tienda-nubeAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"tienda-nube": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-tienda-nube"
],
"env": {
"TIENDANUBE_ACCESS_TOKEN": "<your_tiendanube_access_token>",
"TIENDANUBE_STORE_ID": "<your_tiendanube_store_id>"
}
}
}
}After restart, your agent can call any of the 24 tools below โ try list_products first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
TIENDANUBE_ACCESS_TOKENAccess token for Tienda Nube
TIENDANUBE_STORE_IDStore identifier
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_productsget_productcreate_productupdate_productlist_ordersget_orderlist_customersget_customerMCP is a protocol โ any framework that speaks it can mount this server.