@tempoxyz/mercator
v0.0.233
Published
Install Mercator MCP and prepare its payment wallet
Readme
@tempoxyz/mercator
Set up the Mercator remote MCP server and its optional payment wallet for supported agent clients.
Install
curl -fsSL https://mercator.tempo.xyz/install.sh | shOr install the npm package with Node.js 24 or later:
npm install --global @tempoxyz/mercator
mercator setupSetup detects supported clients, installs the Mercator MCP integration, and verifies free service
discovery. Target one client with --client or list available clients with mercator clients.
mercator setup --client codex
mercator doctorThe installer stages and verifies immutable releases under
~/.local/share/mercator/releases/<version>, atomically links the selected release into
~/.local/bin. Failed installs leave the active CLI unchanged, previous releases remain available
for rollback, and unmanaged mercator launchers are never replaced.
Payment wallet
Payment setup is optional. Discovery, service descriptions, quotes, result polling, and feedback do not require a wallet.
mercator wallet # Connect or create a wallet
mercator wallet status # Check readiness
mercator wallet balance
mercator wallet fundFor paid jobs, use the bounded mercator submit command returned by Mercator's create_job tool.
Uninstall
mercator uninstallWallets, keys, balances, and sessions are preserved.
Documentation
See the Mercator documentation or run mercator --help.
