mcpbeat Sign in

CLI Market World MCP Server

by treevu-ai Your server? Claim it
local only

CLI Market World runs on your own machine — the client starts it, so there is no endpoint to ping. 380 installs a week from pypi. Last commit 12 Sep 2026.

Commerce for AI agents. 44 MCP tools. 380 retailers (336 verified), 21 countries, 4 platforms.

Installs per day peak 568 · avg 109 · -39% w/w
a month agotoday
380
Installs / week
pypi · cli-market-world
1
Stars
7 open issues
12 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs with shell=True health_watchdog.py:53
            shell=True,
Reads files and sends them to the network ops/sync_market_stats.py:536
        for path in sorted(template_root.rglob("*.md")):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add cli-market-world -- uvx cli-market-world
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "cli-market-world": {
      "args": [
        "cli-market-world"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.cli-market-world]
command = "uvx"
args = ["cli-market-world"]
.cursor/mcp.json
{
  "mcpServers": {
    "cli-market-world": {
      "args": [
        "cli-market-world"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "cli-market-world": {
      "args": [
        "cli-market-world"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MARKET_API_URL (CLI Market API base URL), MCP_TOOL_PROFILE (MCP tool profile: default (curated) or legacy (all tools)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to CLI Market World

same job, measured the same way
Warden
by rynald0cst0ltziam

Verified context layer for AI coding agents — prunes, compresses, indexes, remembers. 32 MCP tools.

178 installs/wk local only
Crinkl Commerce MCP
by crinkl-mcp

Verified commerce data and proof-backed shopper activation tools for agents.

22 tools answering
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
Crystallize MCP
by hayodev

Crystallize headless commerce tools for AI agents via Model Context Protocol

100 installs/wk local only
Okaneland MCP
by thebaronofai

Verified AI-tool prices and AI product margin math for agents.

34 installs/wk local only
Total Recall
by bas-more

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

71 installs/wk local only
Total Recall
by avi-bendetsky

Persistent, verified, cross-session memory for AI agents. 26 tools. SQLite + sync.

local only
B4n1Web
by b4n1-com

Ultra-lightweight browser engine for AI agents. 33 MCP tools, 4 SDKs, cross-platform.

629 installs/wk local only

CLI Market World — questions

Answers built from our own checks of this server.

Why is there no uptime for CLI Market World?
CLI Market World runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package cli-market-world was installed 380 times last week.
How do I connect CLI Market World?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls cli-market-world straight from pypi; nothing to host, nothing to sign up for.
How many people use CLI Market World?
The pypi package cli-market-world was installed 380 times in the last week. Week over week that is -39%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CLI Market World open source?
We cannot say either way: written in Python, 1 stars on GitHub and 7 open issues, but we could not determine the licence, and without one the code is not open source by default.