GoldBean
GoldBean is a pay-per-use AI API gateway (100+ tools, starting at $0.01/call, with a free tier of 50 calls/day) spanning the following domains:
AI & Language Chat with LLMs (GPT-4, Claude, LLaMA), generate text embeddings, summarize documents, translate text, generate code, and analyze sentiment.
Voice & Media Speech-to-text, text-to-speech, AI image generation & analysis, image upscaling (2x/4x), face/gesture detection, short video generation, and video analysis.
Search & Web Web search, page crawling, ArXiv academic search, Wikipedia lookup, GitHub repo/code/issue search, and global or crypto news retrieval.
Crypto, DeFi & Blockchain Real-time and historical crypto prices, BTC/ETH gas fees, stablecoin rates, DEX swap quotes, liquidity pool stats, lending rates, staking APRs, wallet DeFi positions, block/transaction details, address balances, transaction history, nonce queries, ENS/DID resolution, and contract verification.
NFT Floor prices, token metadata, owner lookup, and trade history.
Finance Stock prices, forex rates, commodity prices (gold, oil, etc.), stock index values, and fund NAVs.
Weather Current conditions, 1–7 day forecasts, and historical weather data.
Security & Verification KYC identity checks, AML screening, blockchain address risk scoring, token/smart contract security audits, phishing URL detection, virus scanning, and CAPTCHA solving.
Social Media Data queries for Twitter/X, Discord, Telegram, Weibo, WeChat, Instagram, TikTok, Lens Protocol, and Farcaster.
Travel & Logistics Flight and hotel search, food delivery options, and package tracking.
Maps & Location Geocoding, reverse geocoding, route planning (drive/transit/walk), and nearby POI search.
E-Commerce Product info, customer reviews, and cross-platform product search.
Office & Documents PDF parsing/merging, Excel and Word processing, OCR, and barcode/QR code recognition.
Utilities Email verification, IP geolocation, WHOIS lookup, URL shortening, QR code generation, and SMS sending.
Market & Network Intelligence Broad market analysis, wallet/contract tracker reports, and blockchain network health checks.
Enables payment processing via Alipay for prepaid credits.
Provides access to Baidu AI APIs including OCR, translation, TTS, ASR, face detection, NLP, image analysis, and more.
Allows querying real-time Bitcoin price and historical price data.
Allows querying Ethereum gas prices, gas fee history, current gas, and blockchain data.
Provides tools for searching GitHub repositories, code, issues, and retrieving repository details.
Enables payment processing via PayPal for prepaid credits.
Allows searching WeChat public account data and related social media content.
🫘 GoldBean - x402 Micropaid API Marketplace
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:84532testnet oreip155:8453mainnet)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:
npx agentcash@latest fetch http://104.225.233.23:9879/paid/btc-priceUsing x402-proxy (CLI tool):
npx x402-proxy http://104.225.233.23:9879/paid/btc-priceUsing curl with manual payment (advanced):
# 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-price4. MCP Integration
Add to Claude Desktop / Cursor / Cline mcpServers config:
{
"mcpServers": {
"goldbean": {
"url": "http://104.225.233.23:9879/mcp"
}
}
}Related MCP server: StatePulse API
Available Endpoints
Free (no payment needed)
Endpoint | Description |
| Service info & endpoint list |
| Health check |
| Real-time ETH price (via CoinGecko) |
| ETH gas price estimate |
| Service card / metadata |
| MCP protocol manifest |
Paid ($0.02 USDC per call)
Endpoint | Description |
| Real-time BTC price (via CoinGecko) |
| Gas price forecast |
| Market sentiment & Fear & Greed Index |
| DeFi TVL & chain data |
| Blockchain network health |
| MEV & on-chain tracker report |
| 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 toeip155:8453(Base mainnet)Facilitator:
https://x402.org/facilitatorPrice: $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.pyEcosystem
Built on Bandwagon VPS (USCA-2). Part of the x402 ecosystem.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceMCP server exposing x402 Bazaar's paid Base APIs (token risk/honeypot, prices, gas, wallet intel, tx decode + AI utilities) as agent tools. Your agent pays per call in USDC over x402 — no API keys, no signup.Last updated17131MIT
- Alicense-qualityBmaintenance55+ pay-per-call tools for AI agents over MCP: live telemetry, blockchain/on-chain checks, environmental, transit, finance, and network utilities. No API key or signup — agents pay per request with x402 USDC micropayments (Base and Solana).Last updatedMIT
- FlicenseAqualityBmaintenanceMCP server for a live x402 payment gateway on Base (USDC). Lets AI agents discover, preview for free, then pay per call — with prepaid gasless payments, signed receipts, and delta delivery.Last updated7

oom-x402-mcpofficial
Flicense-qualityBmaintenanceMCP server exposing 1,000+ pay-per-call API endpoints across agent infrastructure (memory, coordination, secrets, verification), data, compute, finance, weather, geography, and reference categories — payments via x402 protocol in USDC on Base.Last updated
Related MCP Connectors
Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wuzenghai616-lang/goldbean'
If you have feedback or need assistance with the MCP directory API, please join our Discord server