Goldbean MCP Server

GoldBean MCP Server v2 — Stateless, Edge-Ready. 48 Baidu AI tools (OCR/NLP/Vision/Speech/Translation/Face/Body/Creation/Search/LLM) via HTTP MCP.

Local serverstdioTypeScript

What is the Goldbean MCP server?

Most cloud and infrastructure work still happens through a UI a human drives. Goldbean MCP server moves it into the conversation instead. 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.

The short version

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

Getting it running

The server ships on npm as agentcash, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.

How it compares

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. It is maintained by wuzenghai; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

How to install the Goldbean MCP server

{
  "mcpServers": {
    "goldbean": {
      "command": "npx",
      "args": ["-y", "agentcash"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Frequently asked questions

It connects Goldbean to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with Goldbean directly.