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.
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.
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.
claude mcp add manabuy-mcp -- npx -y @manabuy/mcp-server
{
"mcpServers": {
"manabuy-mcp": {
"args": [
"-y",
"@manabuy/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.manabuy-mcp]
command = "npx"
args = ["-y", "@manabuy/mcp-server"]
{
"mcpServers": {
"manabuy-mcp": {
"args": [
"-y",
"@manabuy/mcp-server"
],
"command": "npx"
}
}
}
{
"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.
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for Kaspi.kz Shop API -- orders and products.
MCP server for Manticore Search — lets AI assistants query and manage search databases.
MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for E.Leclerc Drive — search products, manage cart, and order groceries from Claude
Connect AI assistants to Outline for document search, reading, and management
Simlir MCP server for semantic product search, visual search, and exact product lookup.
Answers built from our own checks of this server.