New:Socket for Asana Is Now Available.Learn more
Get Started

goldbean-mcp

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

goldbean-mcp

GoldBean MCP Server v2 — Stateless, Edge-Ready. 48 Baidu AI tools (OCR/NLP/Vision/Speech/Translation/Face/Body/Creation/Search/LLM) via HTTP MCP. Zero handshake, zero session, zero SDK dependency. Compatible with MCP 2026-07-28. Deploy to Cloudflare Worke

latest
Source
npmnpm
Version
2.0.0
Version published
Weekly downloads
110
14.58%
Maintainers
1
Weekly downloads
 
Created
Source

GoldBean MCP Server v2 — Stateless & Edge-Ready

The first stateless MCP server for Chinese AI APIs. 48 tools across OCR, NLP, Vision, Speech, Translation, Face, Body, LLM (ERNIE/DeepSeek), and more — with zero handshake, zero session management, and zero SDK dependency.

MCP Protocol: 2026-07-28 (v2)
Transport: HTTP POST /mcp (stateless)
Deployment: npx, Cloudflare Workers, Bun, Deno, Node.js 18+

Quick Start

# STDIO mode (for Claude Desktop / Cline / Roo Code)
npx goldbean-mcp

# HTTP mode (for serverless / edge deployment)
npx goldbean-mcp --http --port=9878

# With custom endpoint
GOLDBEAN_API_URL=https://your-goldbean-instance.com npx goldbean-mcp

What Makes It Different

Featurev1 (legacy)v2 (this)
HandshakeRequired initializeNone — every request is self-contained
SessionServer-side stateStateless — no session ID, no cleanup
SDK Dependency@modelcontextprotocol/sdkZero — native fetch only
Deploy TargetNode.js daemonCloudflare Workers / Deno / Bun
Protocol2024-11-052026-07-28

48 Baidu AI Tools

CategoryToolsPricing
OCR12 types (ID card, business license, handwriting, QR code, table, etc.)$0.001/call
NLPSentiment, NER, text similarity, keywords, topic, correction, summary, couplet$0.001/call
VisionSuper-resolution, dehaze, panorama stitching, colorization$0.001/call
SpeechASR (voice-to-text), TTS (text-to-voice), voice conversion, voice cloning$0.001/call
TranslationGeneral, professional, document (DOCX/PDF/TXT)$0.001-$0.003/call
FaceDetection, verification, search$0.001/call
BodyPose analysis, segmentation$0.001/call
LLMERNIE-Bot-4, ERNIE-Speed, Yi-34B, DeepSeek-V3 chat$0.001-0.002/1K tokens
SearchWeb search, knowledge graph$0.001/call

Pricing & Limits

  • Free tier: 50 calls/day (no wallet required)
  • Pay-per-call: From $0.001 via x402 USDC micropayments
  • Subscriptions: Starter $5, Monthly $9.90, Quarterly $25, Yearly $89
  • Payment methods: x402 USDC (Base), PayPal, Alipay

Environment Variables

VariableDefaultDescription
GOLDBEAN_API_URLhttps://goldbean-api.xyzGoldBean API base URL
GOLDBEAN_FREE_LIMIT50Daily free call limit

Deploy to Cloudflare Workers

See goldbean-workers-template for one-click deployment.

# Using Wrangler
npx wrangler deploy src/index.js

Protocol Details

Every request is a standalone JSON-RPC 2.0 POST:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/list",
  "params": {}
}

Response headers include MCP-Protocol-Version: 2026-07-28.

No initialize, no Mcp-Session-Id, no state — just like calling any REST API.

License

MIT

Keywords

mcp

FAQs

Package last updated on 29 Jul 2026

Related posts