DEV Community

吴增海
吴增海

Posted on

GoldBean: 49 Paid APIs for AI Agents — Free Tier, x402 Micropayments

GoldBean: AI Agent 的 49 个付费 API — 免费使用,可调用,x402 微支付

GoldBean 是一个开源的 x402 付费 API 市场,提供 49 个付费端点,涵盖 13 个类别。AI 代理(Agent)、开发者和应用都可以直接调用。每笔调用用 Base 链上的 USDC 即时结算 — 无需订阅,无需信用卡,按次付费,最低仅 $0.01。

🆓 免费层:每天 50 次调用

无需钱包、无需 API Key、无需配置。一行命令开始使用:

npx goldbean-mcp
Enter fullscreen mode Exit fullscreen mode

在 Claude Desktop 配置:

{
  "mcpServers": {
    "goldbean": {
      "command": "npx",
      "args": ["-y", "goldbean-mcp"]
    }
  }
}
Enter fullscreen mode Exit fullscreen mode

超过免费额度后自动提示升级至 Pro($10/月,500 次/月)或 Max($25/月,2000 次/月)。

涵盖的 API 类别

类别 端点数 示例
🤖 AI 6 LLM对话、代码生成、翻译、摘要、向量化、情感分析
🖼️ 图像 3 图像生成、分析、放大
💰 Crypto 6 BTC/ETH 价格、Gas 费用、代币分析、历史价格
🏦 DeFi 4 借贷利率、流动池统计、兑换报价、收益策略
🔗 区块链 4 地址余额、交易历史、ENS 解析、风险评分
🪙 NFT 4 地板价、元数据、交易记录、持有查询
🌤️ 天气 3 当前天气、预报、历史
🔍 搜索 4 网页搜索、GitHub、arXiv、Wikipedia
📈 金融 3 股票、外汇、大宗商品
🛡️ 安全 4 AML、KYC、钓鱼检测、病毒扫描
✈️ 旅行 2 机票、酒店
🛒 电商 2 商品详情、搜索
🛠️ 工具 4 短信、短链接、二维码、验证码识别

什么是 x402?

x402 是由 Coinbase 生态推动的开放标准,利用 HTTP 402 Payment Required 状态码让 API 请求微支付。客户端用钱包签名支付,服务器通过 Facilitator(如 Coinbase CDP)验证。可以理解为「AI Agent 的 PayPal」——完全链上、非托管、针对机器间支付设计。

快速开始

MCP 集成(推荐)

npx goldbean-mcp
Enter fullscreen mode Exit fullscreen mode

查看使用状态:

{
  "tool": "goldbean_status"
}
Enter fullscreen mode Exit fullscreen mode

返回:剩余免费次数、定价信息、钱包地址。

直接调用 API

# 搜索
curl https://goldbean-api.xyz/paid/web-search?query=AI+agents

# BTC 价格
curl https://goldbean-api.xyz/paid/crypto-price?symbol=BTC
Enter fullscreen mode Exit fullscreen mode

链接


GoldBean (GB) — Wishing You Good Fortune & Prosperity 🫘

Top comments (0)