Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

ManaBuy MCP Server

NPM · @MANABUY/MCP-SERVER · SCANNED SEP 20

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

Available components

0 this week 74 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency6
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 740 tokens (~82/item across 9 items; 9 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 89% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "logout_manabuy" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the ManaBuy MCP Server server?

ManaBuy MCP Server runs locally as an npm package, launched with npx -y @manabuy/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @manabuy/mcp-server

# add to Claude Code
claude mcp add manabuyteam-manabuy-mcp -- npx -y @manabuy/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "manabuyteam-manabuy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "manabuyteam-manabuy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add manabuyteam-manabuy-mcp -- npx -y @manabuy/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "manabuyteam-manabuy-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@manabuy/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add manabuyteam-manabuy-mcp --command npx --arg -y --arg @manabuy/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  manabuyteam-manabuy-mcp:
    command: "npx"
    args: ["-y", "@manabuy/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "manabuyteam-manabuy-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@manabuy/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add manabuyteam-manabuy-mcp -t stdio -c npx -a -y @manabuy/mcp-server
// mcp.json
{
  "mcpServers": {
    "manabuyteam-manabuy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@manabuy/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@manabuy/mcp-server@0.1.2

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~685 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
create_order ~189

Create a ManaBuy order and return payment information. This is a high-risk action: call it only after explicit user confirmation.

NameTypeReqDescription
couponCodestringOptional coupon code.
couponIdstringOptional coupon ID as string.
extraParamsobjectPayment/channel specific extra params.
ipCurrencystringOptional detected local currency.
orderInfoMapobjectyesGame/account fields required by the product, for example { userId: '123456', server: 'Asia' }.
payMethodCodestringyesPayment method code, for example AirWallex_Card.
productCodestringyesManaBuy product code.
promotionCodestringOptional promotion code.
skuCodestringyesSelected SKU code.
skuCountintegerQuantity.
urlNamestringProduct URL name.

No output schema declared.

No examples provided.

get_login_status ~22

Check whether ManaBuy is currently logged in for this MCP server.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_order_detail ~30

Get ManaBuy order detail by order number.

NameTypeReqDescription
orderNostringyesManaBuy order number.

No output schema declared.

No examples provided.

get_order_status ~30

Get ManaBuy order status by order number.

NameTypeReqDescription
orderNostringyesManaBuy order number.

No output schema declared.

No examples provided.

get_product_detail ~72

Get ManaBuy product detail, SKU list, required order fields, and top-up instructions.

NameTypeReqDescription
currentinteger
productCodestringManaBuy product code.
sizeinteger
urlNamestringProduct URL name, for example pubg-mobile-top-up.

No output schema declared.

No examples provided.

login_manabuy ~94

Start ManaBuy browser login and return a login URL. Use this when a ManaBuy action requires authentication.

NameTypeReqDescription
openBrowserbooleanWhether to open the login URL in the default browser.
timeoutSecondsintegerHow long the login URL should remain valid.
waitForCallbackbooleanWait for a local callback. Use false for hosted HTTP MCP; true only for local stdio MCP.

No output schema declared.

No examples provided.

logout_manabuy ~19

Remove the locally saved ManaBuy login token.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

quote_order ~132

Quote an order before creation. Use this to show the user final price, discounts, and payable amount.

NameTypeReqDescription
couponCodestringOptional coupon code.
couponIdintegerOptional user coupon ID.
ipCurrencystringOptional detected local currency.
orderNostringExisting order number when requoting.
productCodestringyesManaBuy product code.
promotionCodestringOptional promotion code.
skuCodestringyesSelected SKU code.
skuCountintegerQuantity.
urlNamestringProduct URL name.

No output schema declared.

No examples provided.

search_products ~97

Search ManaBuy products/games by keyword, product code, category, or hub URL name.

NameTypeReqDescription
categorystringProduct category filter.
gameHubUrlNamestringGame hub URL name if known.
keywordstringSearch keyword, such as PUBG Mobile.
pageNointeger
pageSizeinteger
productCodestringManaBuy product code if known.

No output schema declared.

No examples provided.

Common questions

What is the ManaBuy MCP Server server?

ManaBuy MCP Server is listed in the public MCP registry as io.github.ManaBuyTeam/manabuy-mcp. ManaBuy MCP server for product search, order quote, and AI-assisted ordering. This page covers its npm package (@manabuy/mcp-server).

Is the ManaBuy MCP Server server safe to use?

ManaBuy MCP Server scores 74 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the ManaBuy MCP Server server expose?

ManaBuy MCP Server exposes 9 tools: login_manabuy, logout_manabuy, get_login_status, search_products, get_product_detail, and 4 more. Their descriptions and schemas cost roughly 685 tokens of context every time the server is loaded.

Is the ManaBuy MCP Server server still maintained?

ManaBuy MCP Server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.