mcpbeat Sign in

ManaBuy MCP Server

by manabuyteam Your server? Claim it
local only

ManaBuy MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm.

ManaBuy MCP server for product search, order quote, and AI-assisted ordering.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 12 · avg 5 · +139% w/w
a month agotoday
39
Installs / week
npm · @manabuy/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 manabuy-mcp -- npx -y @manabuy/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "manabuy-mcp": {
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.manabuy-mcp]
command = "npx"
args = ["-y", "@manabuy/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "manabuy-mcp": {
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "manabuy-mcp": {
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MANABUY_API_BASE_URL (Base URL for the ManaBuy API.), MANABUY_ENVIRONMENT (ManaBuy environment header.), MANABUY_CURRENCY (Currency header used for product and order requests.), MANABUY_LANG (Language header used by ManaBuy API responses.), MANABUY_BIZ_CHANNEL (Business channel header and default order channel.), MANABUY_AUTH_TOKEN (Optional user-scoped ManaBuy authentication token for order operations. Browser login can also be started with the login_manabuy tool.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ManaBuy MCP Server

same job, measured the same way
Walmart
by markswendsen-code

MCP server for Walmart - search products, manage cart, track orders

36 installs/wk local only
Target
by markswendsen-code

MCP server for Target - search products, manage cart, track orders

31 installs/wk local only
Kaspi MCP
by theyahia

MCP server for Kaspi.kz Shop API -- orders and products.

40 installs/wk local only
Manticore Search
by manticoresoftware

MCP server for Manticore Search — lets AI assistants query and manage search databases.

75 installs/wk local only
Kroger
by markswendsen-code

MCP server for Kroger - search products, manage cart, place grocery orders

36 installs/wk local only
Leclerc Drive
by skunkobi

MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude

65 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Simlir MCP Server
by simlir

Simlir MCP server for semantic product search, visual search, and exact product lookup.

29 installs/wk local only

ManaBuy MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for ManaBuy MCP Server?
ManaBuy MCP Server 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 npm package @manabuy/mcp-server was installed 39 times last week.
Is ManaBuy MCP Server still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect ManaBuy MCP Server?
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 @manabuy/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use ManaBuy MCP Server?
The npm package @manabuy/mcp-server was installed 39 times in the last week. Week over week that is +139%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.