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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 52 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add wuzenghai616-lang-goldbean -- npx -y goldbean-mcp
{
"mcpServers": {
"wuzenghai616-lang-goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
} {
"servers": {
"wuzenghai616-lang-goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
} codex mcp add wuzenghai616-lang-goldbean -- npx -y goldbean-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wuzenghai616-lang-goldbean": {
"type": "local",
"command": [
"npx",
"-y",
"goldbean-mcp"
],
"enabled": true
}
}
} openclaw mcp add wuzenghai616-lang-goldbean --command npx --arg -y --arg goldbean-mcp
mcp_servers:
wuzenghai616-lang-goldbean:
command: "npx"
args: ["-y", "goldbean-mcp"] {
"McpServers": {
"wuzenghai616-lang-goldbean": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"goldbean-mcp"
]
}
}
} assistant mcp add wuzenghai616-lang-goldbean -t stdio -c npx -a -y goldbean-mcp
{
"mcpServers": {
"wuzenghai616-lang-goldbean": {
"command": "npx",
"args": [
"-y",
"goldbean-mcp"
]
}
}
} 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
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 →
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 →
llm_chat ~83
[AI] AI大模型对话生成 — $0.04/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/llm-chat
| Name | Type | Req | Description |
|---|---|---|---|
| model | string | yes | 模型: gpt4/claude/llama(可选) |
| prompt | string | yes | 对话提示词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| language | string | yes | 编程语言(可选) |
| prompt | string | yes | 编程需求描述 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | 输入文本 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | 要总结的文本 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| sourceLang | string | yes | 源语言 |
| targetLang | string | yes | 目标语言 |
| text | string | yes | 源文本 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| lat | string | yes | 纬度 |
| lng | string | yes | 经度 |
| type | string | yes | POI类型 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| lat | string | yes | 纬度 |
| lng | string | yes | 经度 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| destination | string | yes | 终点 |
| mode | string | yes | 方式: driving/transit/walking(可选) |
| origin | string | yes | 起点 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| landId | string | yes | 地块ID(可选) |
| platform | string | yes | 平台名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| audioUrl | string | yes | 音频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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | 链名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | yes | 条数(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | yes | 分类(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | NFT集合地址或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
| Name | Type | Req | Description |
|---|---|---|---|
| tokenAddress | string | yes | 合约地址 |
| tokenId | string | yes | TokenID |
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
| Name | Type | Req | Description |
|---|---|---|---|
| tokenAddress | string | yes | 合约地址 |
| tokenId | string | yes | TokenID |
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
| Name | Type | Req | Description |
|---|---|---|---|
| collection | string | yes | 集合地址 |
| limit | number | yes | 条数(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
| chain | string | yes | 链名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| imageUrl | string | yes | 条码图片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
| Name | Type | Req | Description |
|---|---|---|---|
| fileUrl | string | yes | Excel文件URL |
| operation | string | yes | 操作: 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
| Name | Type | Req | Description |
|---|---|---|---|
| imageUrl | string | yes | 图片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
| Name | Type | Req | Description |
|---|---|---|---|
| fileUrls | string | yes | PDF 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
| Name | Type | Req | Description |
|---|---|---|---|
| fileUrl | string | yes | PDF文件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
| Name | Type | Req | Description |
|---|---|---|---|
| fileUrl | string | yes | Word文件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
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | 金额 |
| token | string | yes | 代币地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | 金额 |
| currency | string | yes | 法币类型 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | 要检测的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
| Name | Type | Req | Description |
|---|---|---|---|
| data | string | yes | 二维码内容 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 查询条件 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 查询条件 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 查询条件 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 查询条件 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | 要分析的文本 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| txData | string | yes | 交易数据 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| message | string | yes | 短信内容 |
| to | string | yes | 手机号 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| did | string | yes | DID标识 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| exchange | string | yes | 交易所(可选) |
| symbol | string | yes | 股票代码 |
No output schema declared.
No examples provided.
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.