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.

GoldBean MCP Server

NPM · GOLDBEAN-MCP · SCANNED SEP 20

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP. Pay-per-call from $0.001.

Available components

+1 this week 80 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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability66
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 7464 tokens (~61/item across 121 items; 121 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "office_pdf_merge" implies "merge" 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 121 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 GoldBean MCP Server server?

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

npm · goldbean-mcp

# add to Claude Code
claude mcp add wuzenghai616-lang-goldbean -- npx -y goldbean-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "wuzenghai616-lang-goldbean": {
      "command": "npx",
      "args": [
        "-y",
        "goldbean-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wuzenghai616-lang-goldbean": {
      "command": "npx",
      "args": [
        "-y",
        "goldbean-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wuzenghai616-lang-goldbean -- npx -y goldbean-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wuzenghai616-lang-goldbean": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "goldbean-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wuzenghai616-lang-goldbean --command npx --arg -y --arg goldbean-mcp
# ~/.hermes/config.yaml
mcp_servers:
  wuzenghai616-lang-goldbean:
    command: "npx"
    args: ["-y", "goldbean-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wuzenghai616-lang-goldbean": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "goldbean-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add wuzenghai616-lang-goldbean -t stdio -c npx -a -y goldbean-mcp
// mcp.json
{
  "mcpServers": {
    "wuzenghai616-lang-goldbean": {
      "command": "npx",
      "args": [
        "-y",
        "goldbean-mcp"
      ]
    }
  }
}
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 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

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

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 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
  • 9 Sept 26 +1
    • Stability: 0.97 → pass security
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/goldbean-mcp@1.2.0

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 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 121 exposed · ~7,464 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
address_balance ~68

[Blockchain] 余额查询 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/address-balance

NameTypeReqDescription
addressstringyes钱包地址
chainstringyes链名(可选)

No output schema declared.

No examples provided.

address_risk ~55

[Security] 地址风险评分 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/address-risk

NameTypeReqDescription
addressstringyes钱包地址

No output schema declared.

No examples provided.

address_txs ~68

[Blockchain] 交易历史 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/address-txs

NameTypeReqDescription
addressstringyes钱包地址
limitnumberyes条数(可选)

No output schema declared.

No examples provided.

ai_agent_stats ~48

[Market] AI Agent统计 — $0.06/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ai-agent-stats

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

air_ticket ~76

[Travel] 机票查询 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/air-ticket

NameTypeReqDescription
datestringyesYYYY-MM-DD
destinationstringyes到达城市
originstringyes出发城市

No output schema declared.

No examples provided.

aml_screen ~58

[Security] AML反洗钱筛查 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/aml-screen

NameTypeReqDescription
addressstringyes钱包地址

No output schema declared.

No examples provided.

arxiv_search ~71

[Search] 论文检索 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/arxiv-search

NameTypeReqDescription
maxResultsnumberyes返回结果数(可选)
querystringyes搜索词

No output schema declared.

No examples provided.

block_detail ~70

[Blockchain] 区块详情 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/block-detail

NameTypeReqDescription
blockNumbernumberyes区块号
chainstringyes链名(可选)

No output schema declared.

No examples provided.

block_latest ~58

[Blockchain] 最新区块 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/block-latest

NameTypeReqDescription
chainstringyes链名(可选)

No output schema declared.

No examples provided.

btc_price ~44

[Crypto] BTC价格 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/btc-price

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

captcha_solve ~64

[Security] 验证码识别 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/captcha-solve

NameTypeReqDescription
imageUrlstringyes验证码图片URL

No output schema declared.

No examples provided.

commodity_price ~55

[Finance] 大宗商品价格 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/commodity-price

NameTypeReqDescription
commoditystringyes商品名

No output schema declared.

No examples provided.

contract_verified ~70

[Blockchain] 合约验证查询 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/contract-verified

NameTypeReqDescription
addressstringyes合约地址
chainstringyes链名(可选)

No output schema declared.

No examples provided.

cross_chain_compare ~77

[Identity] 跨链数据对比 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/cross-chain-compare

NameTypeReqDescription
addressstringyes钱包地址
chainsstringyes链列表(逗号分隔)

No output schema declared.

No examples provided.

crypto_history ~64

[Crypto] K线数据 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/crypto-history

NameTypeReqDescription
daysnumberyes天数
symbolstringyes交易对

No output schema declared.

No examples provided.

crypto_price ~60

[Crypto] 加密行情 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/crypto-price

NameTypeReqDescription
symbolstringyes交易对如 BTC/USDT

No output schema declared.

No examples provided.

defi_insights ~52

[DeFi] DeFi深度洞察 — $0.05/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/defi-insights

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

defi_lending_rates ~68

[DeFi] 借贷利率 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/defi-lending-rates

NameTypeReqDescription
protocolstringyes协议名(可选)

No output schema declared.

No examples provided.

defi_pool_stats ~65

[DeFi] 流动性池统计 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/defi-pool-stats

NameTypeReqDescription
poolAddressstringyes池地址

No output schema declared.

No examples provided.

defi_positions ~60

[DeFi] DeFi持仓查询 — $0.05/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/defi-positions

NameTypeReqDescription
addressstringyes钱包地址

No output schema declared.

No examples provided.

defi_staking_apr ~68

[DeFi] 质押APR — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/defi-staking-apr

NameTypeReqDescription
protocolstringyes协议名(可选)

No output schema declared.

No examples provided.

defi_swap_quote ~85

[DeFi] DEX兑换报价 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/defi-swap-quote

NameTypeReqDescription
amountstringyes数量
fromTokenstringyes源代币
toTokenstringyes目标代币

No output schema declared.

No examples provided.

did_resolve ~56

[Blockchain] DID解析 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/did-resolve

NameTypeReqDescription
didstringyesDID标识

No output schema declared.

No examples provided.

domain_whois ~60

[Utility] WHOIS域名查询 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/domain-whois

NameTypeReqDescription
domainstringyes域名

No output schema declared.

No examples provided.

ecomm_product ~57

[Ecommerce] 商品信息查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ecomm-product

NameTypeReqDescription
productIdstringyes商品ID

No output schema declared.

No examples provided.

ecomm_review ~69

[Ecommerce] 商品评论查询 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ecomm-review

NameTypeReqDescription
limitnumberyes条数(可选)
productIdstringyes商品ID

No output schema declared.

No examples provided.

ecomm_search ~57

[Ecommerce] 电商搜索 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ecomm-search

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

email_verify ~55

[Utility] 邮箱验证 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/email-verify

NameTypeReqDescription
emailstringyes邮箱地址

No output schema declared.

No examples provided.

ens_resolve ~58

[Blockchain] ENS域名解析 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ens-resolve

NameTypeReqDescription
namestringyesENS域名

No output schema declared.

No examples provided.

eth_fee_history ~60

[Crypto] 以太坊手续费历史 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/eth-fee-history

NameTypeReqDescription
daysnumberyes天数

No output schema declared.

No examples provided.

eth_gas_now ~48

[Crypto] Gas当前 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/eth-gas-now

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

express_trace ~60

[Travel] 快递轨迹查询 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/express-trace

NameTypeReqDescription
trackingNumberstringyes快递单号

No output schema declared.

No examples provided.

farcaster_cast ~58

[Social] Farcaster数据 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/farcaster-cast

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

food_delivery ~56

[Travel] 外卖查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/food-delivery

NameTypeReqDescription
citystringyes城市名

No output schema declared.

No examples provided.

forex_rate ~69

[Finance] 外汇汇率 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/forex-rate

NameTypeReqDescription
basestringyes基础货币
targetstringyes目标货币

No output schema declared.

No examples provided.

fund_nav ~58

[Finance] 基金净值查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/fund-nav

NameTypeReqDescription
fundCodestringyes基金代码

No output schema declared.

No examples provided.

game_nft_item ~70

[Gaming] 游戏NFT查询 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/game-nft-item

NameTypeReqDescription
gamestringyes游戏名
tokenIdstringyesTokenID(可选)

No output schema declared.

No examples provided.

game_wallet ~63

[Gaming] 游戏钱包查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/game-wallet

NameTypeReqDescription
addressstringyes钱包地址
gamestringyes游戏名

No output schema declared.

No examples provided.

gas_forecast ~47

[Crypto] Gas费预测 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/gas-forecast

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

github_repo ~60

[Search] GitHub仓库 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/github-repo

NameTypeReqDescription
repostringyes仓库名 owner/repo

No output schema declared.

No examples provided.

github_search ~68

[Search] GitHub搜索 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/github-search

NameTypeReqDescription
querystringyes搜索词
typestringyesrepo/code/issue(可选)

No output schema declared.

No examples provided.

goldbean_status ~31

查看GoldBean MCP使用状态 — 今日免费调用次数/剩余次数/定价/分类信息

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

hotel_search ~55

[Travel] 酒店搜索 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/hotel-search

NameTypeReqDescription
citystringyes城市名

No output schema declared.

No examples provided.

image_analyze ~69

[Image] 图片识别 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/image-analyze

NameTypeReqDescription
imageUrlstringyes图片URL
questionstringyes分析问题(可选)

No output schema declared.

No examples provided.

image_gen ~93

[Image] AI图片生成 — $0.05/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/image-gen

NameTypeReqDescription
promptstringyes图像描述
sizestringyes尺寸: 1024x1024(可选)
stylestringyes风格: realistic/anime/3d(可选)

No output schema declared.

No examples provided.

image_upscale ~74

[Image] 图片放大 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/image-upscale

NameTypeReqDescription
imageUrlstringyes图片URL
scalenumberyes放大倍数 2/4(可选)

No output schema declared.

No examples provided.

index_price ~54

[Finance] 股指查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/index-price

NameTypeReqDescription
indexstringyes指数代码

No output schema declared.

No examples provided.

ip_locate ~55

[Utility] IP定位查询 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ip-locate

NameTypeReqDescription
ipstringyesIP地址

No output schema declared.

No examples provided.

kyc_check ~73

[Security] KYC身份核验 — $0.05/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/kyc-check

NameTypeReqDescription
documentNumberstringyes证件号
documentTypestringyes证件类型

No output schema declared.

No examples provided.

lens_profile ~54

[Social] Lens Profile查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/lens-profile

NameTypeReqDescription
handlestringyesLens用户名

No output schema declared.

No examples provided.

Common questions

What is the GoldBean MCP Server server?

GoldBean MCP Server is listed in the public MCP registry as io.github.wuzenghai616-lang/goldbean. 51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP. Pay-per-call from $0.001. This page covers its npm package (goldbean-mcp).

Is the GoldBean MCP Server server safe to use?

GoldBean MCP Server scores 80 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 GoldBean MCP Server server expose?

GoldBean MCP Server exposes 121 tools: goldbean_status, llm_chat, llm_embed, llm_summary, llm_translate, and 116 more. Their descriptions and schemas cost roughly 7,464 tokens of context every time the server is loaded.

Is the GoldBean MCP Server server still maintained?

GoldBean 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.

What licence is the GoldBean MCP Server server under?

GoldBean MCP Server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.