53 Chinese AI Tools via x402 Micropayments — No API Keys, No Signup
npx goldbean-mcp
🔒 2-sec USDC settlement on Base
Click a button below to call a real GoldBean API endpoint. No sign-up required!
Baidu has world-class AI APIs — especially for Chinese language processing (OCR, NLP, ASR, TTS). But using them directly requires:
GoldBean removes that barrier. Same Baidu AI APIs, accessible globally with just PayPal, Alipay, or USDC. No Chinese ID, no Baidu account, no subscription.
These are the APIs you can't easily get outside China. Each one is powered by Baidu's production-grade AI models.
GET /paid/baidu-ocr
GET /paid/baidu-ocr-accurate
GET /paid/baidu-ocr-table
GET /paid/baidu-ocr-handwrite
GET /paid/baidu-idcard
GET /paid/baidu-ocr-vin
GET /paid/baidu-tts
GET /paid/baidu-asr
GET /paid/baidu-llm-chat
GET /paid/baidu-translate
GET /paid/baidu-image-recognition
GET /paid/baidu-image-enhance
GET /paid/baidu-face-detect
GET /paid/baidu-face-compare
GET /paid/baidu-face-liveness
GET /paid/baidu-body-analysis
GET /paid/baidu-gesture
GET /paid/baidu-body-count
GET /paid/baidu-body-keypoints
GET /paid/baidu-object-detect
GET /paid/baidu-landmark
GET /paid/baidu-plant
GET /paid/baidu-animal
GET /paid/baidu-dish
GET /paid/baidu-ingredient
GET /paid/baidu-currency
GET /paid/baidu-car-type
GET /paid/baidu-redwine
GET /paid/baidu-logo
GET /paid/baidu-nlp
GET /paid/baidu-sentiment
GET /paid/baidu-summary
GET /paid/baidu-word-embedding
GET /paid/baidu-text-correction
GET /paid/baidu-comment-tag
GET /paid/baidu-emotion
GET /paid/baidu-keyword
GET /paid/baidu-address
GET /paid/baidu-text-similarity
GET /paid/baidu-text-review
GET /paid/baidu-image-review
GET /paid/baidu-image-colorize
GET /paid/baidu-style-trans
GET /paid/baidu-selfie-anime
GET /paid/baidu-dehaze
GET /paid/baidu-helixfold
# Baidu OCR — extract text from Chinese image
curl "https://goldbean-api.xyz/paid/baidu-ocr?url=https://example.com/chinese-text.png" \
-H "x-user-id: YOUR_API_KEY"
# Get weather (free)
curl "https://goldbean-api.xyz/weather-now?city=London"
# BTC price (free)
curl "https://goldbean-api.xyz/btc-price"
# ETH gas (free)
curl "https://goldbean-api.xyz/gas"
# Step 1: Get x402 pricing quote
curl -H "Accept: application/x402+json" \
"https://goldbean-api.xyz/paid/weather-now?city=Tokyo"
# Step 2: Sign the 402 challenge with your wallet
# (see x402 tutorial below)
# Step 3: Call with signed payment
curl -H "Authorization: x402 " \
"https://goldbean-api.xyz/paid/weather-now?city=Tokyo"
# Add to your Claude Desktop / Cursor / Windsurf config:
{
"mcpServers": {
"goldbean": {
"command": "npx",
"args": ["-y", "goldbean-mcp"]
}
}
}
# Or install globally:
npm install -g goldbean-mcp
No subscription. No monthly fees. Pay only for what you use.
| Category | Example APIs | Price |
|---|---|---|
| 🧠 AI / LLM | ERNIE Chat, NLP, Sentiment, Summary, Translation | $0.002/1K – $0.01/call |
| 👁 Vision / OCR | OCR (General, High-Acc, Table, Handwriting, VIN), Face, Body | $0.02/call |
| 🎨 Image Processing | Colorize, Style Transfer, Selfie Anime, Dehaze | $0.02/call |
| 🌱 Recognition | Plant, Animal, Dish, Currency, Car, RedWine, Logo, Landmark | $0.02/call |
| 🎵 Voice | TTS (Text-to-Speech), ASR (Speech-to-Text) | $0.02/call |
| 🆓 Free | Health, Plans, x402 Bazaar, OpenAPI | Free |
x402 is a pay-per-request protocol for HTTP APIs. Instead of API keys or subscriptions, you pay per call using USDC on Base.
Quick x402 Signing Tutorial:
curl -v -H "Accept: application/x402+json" \
"https://goldbean-api.xyz/paid/weather-now?city=Tokyo"
402 Payment Required with a X-402-Payment header containing the payment URL. Use your wallet to sign the transaction.
# Example response header:
# X-402-Payment: https://goldbean-api.xyz/x402/pay/0x1234...
#
# Send USDC to the contract address returned
# Include the signed transaction hash as Bearer token
curl -H "Authorization: Bearer <signed-tx-hash>" \
"https://goldbean-api.xyz/paid/weather-now?city=Tokyo"
| 📦 MCP Server | npx goldbean-mcp |
| 📖 OpenAPI Spec | /openapi.json |
| 🛒 Pricing Plans | /paid/plans |
| 🔗 x402 Bazaar | /.well-known/x402-bazaar |
| 💻 GitHub | github.com/wuzenghai616-lang/goldbean |
| 📝 Dev.to | dev.to/goldbean |
| 🏪 MCP Registry | xyz.goldbean-api/goldbean-mcp |