Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

wuzenghai616-lang/goldbean MCP server](https://glama.ai/mcp/servers/wuzenghai616-lang/goldbean/badges/score.svg)](https://glama.ai/mcp/servers/wuzenghai616-lang/goldbean) πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - x402 Micropaid API Marketplace β€” 10 AI tools for agents.

README.md

🫘 GoldBean - x402 Micropaid API Marketplace

![Official MCP Registry](https://github.com/wuzenghai616-lang/goldbean) ![npm](https://npmjs.com/goldbean-mcp)

Pay per request with USDC on Base. No signup, no API key, no monthly subscription. Every call costs $0.02 USDC via the x402 protocol.

GoldBean is live: http://104.225.233.23:9879

---

Quick Start

1. Prerequisites

  • USDC on Base (eip155:84532 testnet or eip155:8453 mainnet)
  • A wallet that can sign x402 payments (AgentCash, CDP Wallet, or any EVM wallet)

2. Try a Free Endpoint

curl http://104.225.233.23:9879/health
# {"status":"ok","service":"GoldBean","timestamp":"2026-05-15T12:00:00.000Z"}

curl http://104.225.233.23:9879/eth-price
# {"usd":"2255.93","change24h":"+0.31%","timestamp":"2026-05-15T12:00:00.000Z"}

3. Call a Paid Endpoint

curl http://104.225.233.23:9879/paid/btc-price
# HTTP 402 Payment Required
# x402-challenge: {...}

To pay the 402 and get data, you need an x402-capable client:

Using AgentCash: ``bash npx agentcash@latest fetch http://104.225.233.23:9879/paid/btc-price ``

Using x402-proxy (CLI tool): ``bash npx x402-proxy http://104.225.233.23:9879/paid/btc-price ``

Using curl with manual payment (advanced): ```bash

Step 1: Request triggers 402

curl -s -D - http://104.225.233.23:9879/paid/btc-price

Step 2: Parse x402-challenge header, sign with your wallet

Step 3: Retry with x402-payment header

curl -H "x402-payment: <signed-payment>" http://104.225.233.23:9879/paid/btc-price ```

4. MCP Integration

Add to Claude Desktop / Cursor / Cline mcpServers config:

{
  "mcpServers": {
    "goldbean": {
      "url": "http://104.225.233.23:9879/mcp"
    }
  }
}

---

Available Endpoints

Free (no payment needed)

| Endpoint | Description | |----------|-------------| | GET / | Service info & endpoint list | | GET /health | Health check | | GET /eth-price | Real-time ETH price (via CoinGecko) | | GET /gas | ETH gas price estimate | | GET /card | Service card / metadata | | GET /mcp | MCP protocol manifest |

Paid ($0.02 USDC per call)

| Endpoint | Description | |----------|-------------| | GET /paid/btc-price | Real-time BTC price (via CoinGecko) | | GET /paid/gas-forecast | Gas price forecast | | GET /paid/market-intel | Market sentiment & Fear & Greed Index | | GET /paid/defi-insights | DeFi TVL & chain data | | GET /paid/network-health | Blockchain network health | | GET /paid/tracker-report | MEV & on-chain tracker report | | GET /paid/sol-token-risk | Solana token risk assessment |

---

How x402 Payment Works

Client                          GoldBean Server
  β”‚                                   β”‚
  β”œβ”€ GET /paid/btc-price ──────────────
  │◄─ 402 Payment Required ────────────
  β”‚   x402-challenge: {...}           β”‚
  β”‚                                   β”‚
  β”œβ”€ Sign challenge with wallet ───────
  β”‚   (off-chain, no gas fee)         β”‚
  β”‚                                   β”‚
  β”œβ”€ GET /paid/btc-price ──────────────
  β”‚   x402-payment: <signed>          β”‚
  │◄─ 200 OK ──────────────────────────
  β”‚   {"usd":"68000.00",...}          β”‚
  β”‚                                   β”‚

The facilitator (x402.org) handles settlement. Your wallet sends USDC only when challenge is accepted. No recurring charges.

---

Data Sources

  • CoinGecko API β€” Real-time cryptocurrency prices
  • Etherscan API β€” Gas price oracle
  • Alternative.me β€” Fear & Greed Index

---

Seller Info

  • Seller wallet: 0xB5f5CBe48E0595C044Bc626f278F757463eAc2Ce (Base)
  • Network: eip155:84532 (Base Sepolia testnet) β†’ migrating to eip155:8453 (Base mainnet)
  • Facilitator: https://x402.org/facilitator
  • Price: $0.02 USDC per paid call

---

Architecture

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”     x402 protocol      β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚   Client    β”‚ ◄─────────────────────► β”‚   VPS (USCA) β”‚
β”‚ (curl/Agent)β”‚     HTTP + 402 flow     β”‚  GoldBean 🫘 β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜                         β”‚  :9879       β”‚
       β”‚                                β””β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
       β”‚         β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”              β”‚
       └────────►│    Email     β”‚β—„β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
                 β”‚  (Gmail)     β”‚  Monitor alerts
                 β”‚   Monitor    β”‚
                 β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

---

Development

# Server
cd /opt/goldbean
npm install express axios @x402/express @x402/core @x402/evm
node server.js

# Monitor
python3 /opt/goldbean/chain_monitor.py

---

Ecosystem

---

Built on Bandwagon VPS (USCA-2). Part of the x402 ecosystem.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.