Server data from the Official MCP Registry
Pay-per-call AI API marketplace with 47 endpoints — OCR, LLM chat, image-gen, TTS
Pay-per-call AI API marketplace with 47 endpoints — OCR, LLM chat, image-gen, TTS
Remote endpoints: sse: https://goldbean-api.xyz/sse
Valid MCP server (2 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
10 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-wuzenghai616-lang-goldbean": {
"url": "https://goldbean-api.xyz/sse"
}
}
}From the project's GitHub README.
Access Baidu AI (OCR, Translation, TTS, ASR, LLM) from anywhere — no Chinese phone number required
GoldBean is a pay-per-use AI API gateway. Access Baidu AI products (OCR, TTS, ASR, Translation, NLP, Face Detection, Image Analysis) and HelixFold3 protein structure prediction — all through a unified API with x402 USDC micropayments.
x402 is the open standard for crypto micropayments over HTTP. Learn more at x402.org
No subscription. No KYC. Pay cents per call.
| Feature | Details |
|---|---|
| 47 API Routes (26 paid + 21 free) | OCR, TTS, ASR, Translation, LLM Chat, Face Detection, NLP, Image, HelixFold3 |
| x402 Micropayments | Pay $0.01–$0.05 per call with USDC on Base network |
| Free Tier | 20 free API calls per registration — no wallet needed |
| PayPal & Alipay | Also supported for prepaid credits |
| MCP Compatible | Works with Cursor, Claude Desktop, Cline, Codex, Continue |
| Baidu AI Powered | Enterprise-grade AI from China's leading AI platform |
| HelixFold3 | Nature-published, AlphaFold3-class protein/RNA structure prediction |
Need Baidu OCR but don't have a Chinese phone number?
GoldBean is the easiest way for overseas developers to use Baidu AI APIs without a Chinese phone number, real-name verification, or WeChat Pay.
Whether you need Baidu OCR for document scanning, Baidu Translation for multilingual text, or Baidu ASR/TTS for voice processing — GoldBean unlocks it all without the registration barriers.
npx goldbean-mcp
Claude Desktop / Cursor / Continue:
{
"mcpServers": {
"goldbean": {
"command": "npx",
"args": ["goldbean-mcp"]
}
}
}
# Register for 20 free API calls
curl -X POST https://goldbean-api.xyz/paid/user/register \
-H "Content-Type: application/json" \
-d '{"userId": "your-user-id"}'
# Response: {"freeCredits": 20, "apiKey": "GB_XXXXXX"}
# Call an API with free credits
curl "https://goldbean-api.xyz/paid/baidu-ocr?image=https://example.com/doc.jpg" \
-H "x-user-id: GB_XXXXXX"
We provide ready-to-use code examples in the examples/ directory:
| Example | Language | Description |
|---|---|---|
claude-desktop-config.md | Config | Claude Desktop MCP configuration guide |
python-integration.py | Python | MCP SDK + x402 payment integration |
nodejs-x402-example.js | Node.js | Batch calls with @goldbean/x402-sdk |
git clone https://github.com/wuzenghai616-lang/goldbean.git
cd goldbean/examples
# Python: Install deps and run
pip install mcp web3
python python-integration.py
# Node.js: Install deps and run
npm install @modelcontextprotocol/sdk @goldbean/x402-sdk
node nodejs-x402-example.js
| Endpoint | Description |
|---|---|
GET /health | Service health check |
GET /btc-price | Bitcoin real-time price ($) |
GET /weather-now?city=Lanzhou | Current weather in any city |
GET /gas | Ethereum gas price (Gwei) |
GET /.well-known/x402-bazaar | x402 payment discovery |
GET /api/routes | Full route registry |
| Endpoint | Price | Description |
|---|---|---|
GET /paid/baidu-ocr | $0.01 | General text OCR |
GET /paid/baidu-ocr-accurate | $0.02 | High-accuracy OCR |
GET /paid/baidu-idcard | $0.02 | ID card recognition |
GET /paid/baidu-tts?text=... | $0.01 | Text-to-Speech (Chinese) |
GET /paid/baidu-translate?text=... | $0.01 | Multi-language translation |
GET /paid/baidu-llm-chat?prompt=... | $0.03 | ERNIE chat (GPT-class LLM) |
GET /paid/baidu-asr?audio=... | $0.03 | Speech-to-Text |
GET /paid/baidu-image-recognition?image=... | $0.02 | Object/scene recognition |
GET /paid/baidu-image-enhance?image=... | $0.02 | Image enhancement |
GET /paid/baidu-face-detect?image=... | $0.02 | Face detection & analysis |
GET /paid/baidu-body-analysis?image=... | $0.02 | Body/gesture analysis |
GET /paid/baidu-nlp?text=... | $0.02 | NLP (lexer, sentiment, etc.) |
GET /paid/baidu-helixfold?seq=... | $0.05 | Protein structure prediction |
| Endpoint | Description |
|---|---|
POST /paid/user/register | Register for 20 free credits |
GET /paid/plans | Prepaid plans & pricing |
POST /paid/paypal/create-order | Create PayPal payment |
POST /paid/paypal/capture | Capture PayPal payment |
POST /paid/alipay/create-order | Create Alipay payment |
GET /paid/alipay/query | Query Alipay order status |
1. Agent calls endpoint → 402 Payment Required
2. Wallet signs USDC tx on Base → sends payment payload
3. Server verifies on-chain → serves the data
No KYC. No subscription. No credit card required.
Powered by the x402 protocol — decentralized micropayments for AI agents.
Accepting wallet: 0x7484b0bca25d2ee56e9b0535572d4cf44a047d98 (Base/USDC)
┌──────────────┐ HTTPS ┌──────────────────────┐
│ MCP Client │ ──────────→ │ GoldBean API Server │
│ (Claude, │ ←────────── │ v8.0.0 on VPS │
│ Cursor, │ 402/200 │ port 9879 │
│ Cline) │ │ │
└──────────────┘ ├── Baidu AI (OCR/TTS) │
├── CoinGecko (BTC) │
┌──────────────┐ ├── Etherscan (Gas) │
│ Web Browser │──────────→ │── HelixFold3 │
│ (curl/REST) │ │── PayPal/Alipay │
└──────────────┘ └──────────────────────┘
| Platform | Status | Link |
|---|---|---|
| public-apis (39.8k⭐) | ✅ Listed | View |
| awesome-mcp-servers (76k⭐) | ✅ Listed | View |
| Glama.ai | ✅ Active | Score → |
| Smithery.ai | ✅ Deployed | View |
| npm | ✅ Published | goldbean-mcp |
| Dev.to | ✅ 6 articles | Profile |
| awesome-x402 | ✅ Listed | View |
| MCPize | ✅ Monetized | View |
| MCP.Directory | ⏳ Pending | Submitted |
We welcome contributions! See CONTRIBUTING.md for guidelines.
MIT License — see LICENSE for details.
GoldBean (GB) — Wishing You Good Fortune & Prosperity 🫘 Pay-per-use AI for everyone.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.