MCP CLI Package
Package: @ecommaps/mcp (opens in a new tab)
@ecommaps/mcp is the official stdio bridge for connecting local MCP clients to the Ecommaps remote MCP server.
Quick Start
MCP_BEARER_TOKEN=sk_eco_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
npx -y @ecommaps/mcp@latestUse MCP_BEARER_TOKEN as the preferred secret input:
MCP_BEARER_TOKEN=sk_eco_xxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
npx -y @ecommaps/mcp@latest --url https://api.ecommaps.com/api/v1/mcpYou only need --url when you want to override the default production endpoint.