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

GoldBean MCP Server

NPM · GOLDBEAN-MCP · SCANNED AUG 3

49 pay-per-use APIs for AI agents via x402. AI, crypto, DeFi, blockchain, weather, search, security.

Available components

+19 this week 65 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).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 Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · goldbean-mcp

# add to Claude Code
claude mcp add xyz-goldbean-api-goldbean-mcp -- npx -y goldbean-mcp
# add to Codex CLI
codex mcp add xyz-goldbean-api-goldbean-mcp -- npx -y goldbean-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-goldbean-api-goldbean-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "goldbean-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add xyz-goldbean-api-goldbean-mcp --command npx --arg -y --arg goldbean-mcp
# ~/.hermes/config.yaml
mcp_servers:
  xyz-goldbean-api-goldbean-mcp:
    command: "npx"
    args: ["-y", "goldbean-mcp"]
// mcp.json
{
  "mcpServers": {
    "xyz-goldbean-api-goldbean-mcp": {
      "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.

  • 2 Aug 26 +60
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • Licence: MIT functional
  • 1 Aug 26 −16
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.