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 →
address_balance ~68
[Blockchain] 余额查询 — $0.01/call (free tier: 50/50 today) API: https://goldbean-api.xyz/paid/address-balance
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
| chain | string | yes | 链名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
| limit | number | yes | 条数(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | YYYY-MM-DD |
| destination | string | yes | 到达城市 |
| origin | string | yes | 出发城市 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| maxResults | number | yes | 返回结果数(可选) |
| query | string | yes | 搜索词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| blockNumber | number | yes | 区块号 |
| chain | string | yes | 链名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| chain | string | yes | 链名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| imageUrl | string | yes | 验证码图片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
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | yes | 商品名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 合约地址 |
| chain | string | yes | 链名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
| chains | string | yes | 链列表(逗号分隔) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | yes | 天数 |
| symbol | string | yes | 交易对 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | 交易对如 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
| Name | Type | Req | Description |
|---|---|---|---|
| protocol | string | yes | 协议名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| poolAddress | string | yes | 池地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| protocol | string | yes | 协议名(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | yes | 数量 |
| fromToken | string | yes | 源代币 |
| toToken | string | yes | 目标代币 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| did | string | yes | DID标识 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | 域名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| productId | string | yes | 商品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
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | yes | 条数(可选) |
| productId | string | yes | 商品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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | 邮箱地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | ENS域名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| days | number | yes | 天数 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| trackingNumber | string | yes | 快递单号 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索关键词 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | 城市名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| base | string | yes | 基础货币 |
| target | string | yes | 目标货币 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| fundCode | string | yes | 基金代码 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| game | string | yes | 游戏名 |
| tokenId | string | yes | TokenID(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | 钱包地址 |
| game | string | yes | 游戏名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| repo | string | yes | 仓库名 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
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | 搜索词 |
| type | string | yes | repo/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
| Name | Type | Req | Description |
|---|---|---|---|
| city | string | yes | 城市名 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| imageUrl | string | yes | 图片URL |
| question | string | yes | 分析问题(可选) |
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
| Name | Type | Req | Description |
|---|---|---|---|
| prompt | string | yes | 图像描述 |
| size | string | yes | 尺寸: 1024x1024(可选) |
| style | string | yes | 风格: 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
| Name | Type | Req | Description |
|---|---|---|---|
| imageUrl | string | yes | 图片URL |
| scale | number | yes | 放大倍数 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
| Name | Type | Req | Description |
|---|---|---|---|
| index | string | yes | 指数代码 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| ip | string | yes | IP地址 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| documentNumber | string | yes | 证件号 |
| documentType | string | yes | 证件类型 |
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
| Name | Type | Req | Description |
|---|---|---|---|
| handle | string | yes | Lens用户名 |
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.