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
llm_chat ~83

[AI] AI大模型对话生成 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/llm-chat

NameTypeReqDescription
modelstringyes模型: gpt4/claude/llama(可选)
promptstringyes对话提示词

No output schema declared.

No examples provided.

llm_code ~71

[AI] 代码生成 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/llm-code

NameTypeReqDescription
languagestringyes编程语言(可选)
promptstringyes编程需求描述

No output schema declared.

No examples provided.

llm_embed ~64

[AI] 文本向量嵌入检索 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/llm-embed

NameTypeReqDescription
textstringyes输入文本

No output schema declared.

No examples provided.

llm_summary ~58

[AI] 长文摘要 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/llm-summary

NameTypeReqDescription
textstringyes要总结的文本

No output schema declared.

No examples provided.

llm_translate ~82

[AI] 多语种互译 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/llm-translate

NameTypeReqDescription
sourceLangstringyes源语言
targetLangstringyes目标语言
textstringyes源文本

No output schema declared.

No examples provided.

map_geocode ~60

[Maps] 地理编码(地址→坐标) — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/map-geocode

NameTypeReqDescription
addressstringyes地址

No output schema declared.

No examples provided.

map_poi ~76

[Maps] 周边POI搜索 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/map-poi

NameTypeReqDescription
latstringyes纬度
lngstringyes经度
typestringyesPOI类型

No output schema declared.

No examples provided.

map_reverse ~70

[Maps] 逆地理(坐标→地址) — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/map-reverse

NameTypeReqDescription
latstringyes纬度
lngstringyes经度

No output schema declared.

No examples provided.

map_route ~82

[Maps] 路线规划 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/map-route

NameTypeReqDescription
destinationstringyes终点
modestringyes方式: driving/transit/walking(可选)
originstringyes起点

No output schema declared.

No examples provided.

market_intel ~49

[Market] 市场情报分析 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/market-intel

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mempool_sniper ~52

[Market] Mempool交易监控 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/mempool-sniper

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

metaverse_land ~74

[Gaming] 元宇宙地块查询 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/metaverse-land

NameTypeReqDescription
landIdstringyes地块ID(可选)
platformstringyes平台名

No output schema declared.

No examples provided.

music_recognize ~62

[Music] 听歌识曲 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/music-recognize

NameTypeReqDescription
audioUrlstringyes音频URL

No output schema declared.

No examples provided.

music_search ~55

[Music] 音乐搜索 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/music-search

NameTypeReqDescription
querystringyes搜索词

No output schema declared.

No examples provided.

network_health ~57

[Market] 网络健康状态 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/network-health

NameTypeReqDescription
chainstringyes链名(可选)

No output schema declared.

No examples provided.

news_crypto ~57

[News] 加密新闻 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/news-crypto

NameTypeReqDescription
limitnumberyes条数(可选)

No output schema declared.

No examples provided.

news_global ~54

[News] 全球新闻 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/news-global

NameTypeReqDescription
categorystringyes分类(可选)

No output schema declared.

No examples provided.

nft_floor ~59

[NFT] NFT地板价查询 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/nft-floor

NameTypeReqDescription
collectionstringyesNFT集合地址或slug

No output schema declared.

No examples provided.

nft_metadata ~68

[NFT] NFT元数据查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/nft-metadata

NameTypeReqDescription
tokenAddressstringyes合约地址
tokenIdstringyesTokenID

No output schema declared.

No examples provided.

nft_owner ~68

[NFT] NFT持有者查询 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/nft-owner

NameTypeReqDescription
tokenAddressstringyes合约地址
tokenIdstringyesTokenID

No output schema declared.

No examples provided.

nft_trades ~69

[NFT] NFT交易记录 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/nft-trades

NameTypeReqDescription
collectionstringyes集合地址
limitnumberyes条数(可选)

No output schema declared.

No examples provided.

nonce ~66

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

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

No output schema declared.

No examples provided.

office_barcode ~60

[Office] 条码识别 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/office-barcode

NameTypeReqDescription
imageUrlstringyes条码图片URL

No output schema declared.

No examples provided.

office_excel ~71

[Office] Excel处理 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/office-excel

NameTypeReqDescription
fileUrlstringyesExcel文件URL
operationstringyes操作: read/write(可选)

No output schema declared.

No examples provided.

office_ocr ~61

[Office] 图片文字识别(OCR) — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/office-ocr

NameTypeReqDescription
imageUrlstringyes图片URL

No output schema declared.

No examples provided.

office_pdf_merge ~66

[Office] PDF合并 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/office-pdf-merge

NameTypeReqDescription
fileUrlsstringyesPDF URL列表(逗号分隔)

No output schema declared.

No examples provided.

office_pdf_parse ~59

[Office] PDF解析 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/office-pdf-parse

NameTypeReqDescription
fileUrlstringyesPDF文件URL

No output schema declared.

No examples provided.

office_word ~55

[Office] Word处理 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/office-word

NameTypeReqDescription
fileUrlstringyesWord文件URL

No output schema declared.

No examples provided.

onchain_signals ~51

[Market] 链上信号分析 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/onchain-signals

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

pay_crypto ~68

[Payments] 加密货币支付接口 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/pay-crypto

NameTypeReqDescription
amountstringyes金额
tokenstringyes代币地址

No output schema declared.

No examples provided.

pay_fiat ~66

[Payments] 法币支付接口 — $0.05/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/pay-fiat

NameTypeReqDescription
amountstringyes金额
currencystringyes法币类型

No output schema declared.

No examples provided.

phish_check ~59

[Security] 钓鱼网站检测 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/phish-check

NameTypeReqDescription
urlstringyes要检测的URL

No output schema declared.

No examples provided.

qrcode_gen ~57

[Utility] 生成二维码 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/qrcode-gen

NameTypeReqDescription
datastringyes二维码内容

No output schema declared.

No examples provided.

rwa_bond ~59

[RWA] RWA债券数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/rwa-bond

NameTypeReqDescription
querystringyes查询条件

No output schema declared.

No examples provided.

rwa_commodity ~60

[RWA] RWA大宗商品数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/rwa-commodity

NameTypeReqDescription
querystringyes查询条件

No output schema declared.

No examples provided.

rwa_credit ~57

[RWA] RWA信贷数据 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/rwa-credit

NameTypeReqDescription
querystringyes查询条件

No output schema declared.

No examples provided.

rwa_realestate ~60

[RWA] RWA不动产数据 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/rwa-realestate

NameTypeReqDescription
querystringyes查询条件

No output schema declared.

No examples provided.

sentiment ~55

[AI] 情感分析 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/sentiment

NameTypeReqDescription
textstringyes要分析的文本

No output schema declared.

No examples provided.

simulation_tx ~57

[Market] 交易模拟 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/simulation-tx

NameTypeReqDescription
txDatastringyes交易数据

No output schema declared.

No examples provided.

sms_send ~66

[Utility] 发送短信 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/sms-send

NameTypeReqDescription
messagestringyes短信内容
tostringyes手机号

No output schema declared.

No examples provided.

social_discord ~55

[Social] Discord数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-discord

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

social_instagram ~55

[Social] Instagram数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-instagram

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

social_telegram ~55

[Social] Telegram数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-telegram

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

social_tiktok ~56

[Social] TikTok数据 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-tiktok

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

social_twitter ~55

[Social] Twitter/X数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-twitter

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

social_wechat ~56

[Social] 微信公众号数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-wechat

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

social_weibo ~56

[Social] 微博数据 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/social-weibo

NameTypeReqDescription
querystringyes搜索关键词

No output schema declared.

No examples provided.

ssi_verify ~60

[Identity] SSI去中心化身份验证 — $0.03/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/ssi-verify

NameTypeReqDescription
didstringyesDID标识

No output schema declared.

No examples provided.

stablecoin_rates ~51

[Crypto] 稳定币汇率 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/stablecoin-rates

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

stock_price ~66

[Finance] 股票价格 — $0.02/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/stock-price

NameTypeReqDescription
exchangestringyes交易所(可选)
symbolstringyes股票代码

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.