Open-Source Projects
MCP CLI

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@latest

Use 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/mcp

You only need --url when you want to override the default production endpoint.

Recommended Reading