Skip to content
Back to search
100
MCP live http

GoldBean API

x402/goldbean-api

x402 service listed on awesome-x402: GoldBean API [x402: $0.001/call on eip155:8453, category=utility]

Uptime
50.0%
2 probes
Response
873ms
last probe
Tools
51
callable

Tools · 51

service_health

Check GoldBean API service status, version, and uptime. Returns: { status, version, uptime, endpoints, free_calls_remaining }.

baidu_ocr

General-purpose OCR — extract printed text from images. Supports Chinese, English, Japanese, and 20+ languages with >90% accuracy. Returns: { words_result: [{ words: "text" }], words_result_num, langu…

baidu_ocr_accurate

High-accuracy OCR for low-quality, blurry, or complex documents. Returns structured text with confidence scores. Use when baidu_ocr results are insufficient.

baidu_ocr_table

Table extraction from images — returns structured rows/columns as JSON array. Handles merged cells and multi-page tables.

baidu_ocr_idcard

Chinese ID card (身份证) recognition. Extracts: name, gender, nationality, birth date, address, ID number. Supports front/back side detection.

baidu_ocr_handwriting

Handwritten text recognition — extract handwritten Chinese or English text from images of notes, forms, or letters.

baidu_ocr_qrcode

QR code and barcode recognition — decode 1D/2D barcodes from images. Supports QR, Data Matrix, PDF417, Code128, and more.

baidu_ocr_bankcard

Bank card recognition — extract card number, bank name, and card type from photos of bank cards.

baidu_ocr_business_license

Chinese business license (营业执照) recognition. Extracts: company name, unified social credit code, legal representative, registered capital, establishment date, business scope.

baidu_ocr_webimage

OCR optimized for web images and screenshots — handles compressed, low-resolution images from web pages. Returns text with positional data.

baidu_deepseek_ocr

Advanced OCR with DeepSeek-OCR model — handles complex layouts, multi-column text, mixed text-and-image content, and mathematical formulas. Supports custom extraction prompts.

baidu_paddleocr_vl

Document parsing with PaddleOCR-VL — performs layout analysis, reading order detection, and structure extraction. Returns structured document with headings, paragraphs, tables, and figures identified.

baidu_qianfan_ocr

General-purpose OCR with Qianfan-OCR model — supports up to 32k context length, ideal for long documents and multi-page scans.

baidu_tts

Text-to-Speech synthesis — convert text to natural-sounding audio. Supports Chinese (Mandarin/Cantonese) and English. Returns MP3 audio binary. Voice options: 0=female, 1=male, 3=emotional, 4=emotiona…

baidu_asr

Automatic Speech Recognition — transcribe audio to text. Supports Chinese (Mandarin), English, and Cantonese. Returns: { result: ["transcribed text"] }.

baidu_llm_chat

Chat with ERNIE LLM — Baidu's flagship large language model (comparable to GPT-4). Excellent at Chinese language tasks, reasoning, code generation, and multi-turn conversation. OpenAI-compatible. Retu…

baidu_deepthink

Deep reasoning with DeepSeek-R1 — chain-of-thought reasoning for math, logic, and complex analysis. Returns both reasoning trace and final answer. Returns: { reasoning: "step-by-step", result: "answer…

baidu_vision_chat

Vision-language model — describe and analyze images using ERNIE-4.5-VL or Qwen3-VL. Supports visual question answering, image description, and OCR-like tasks. Returns: { result: "description/answer" }…

baidu_translate

Multi-language translation powered by Baidu Translate. Supports 200+ languages including Chinese, English, Japanese, Korean, French, German, Spanish, Arabic, etc. Returns: { trans_result: [{ src, dst …

baidu_image_recognition

General image recognition — identify objects, scenes, concepts, and activities in images. Returns categorized labels with confidence scores.

baidu_object_detect

Object detection — locate and identify multiple objects in an image with bounding boxes. Returns: { results: [{ name, score, location: {left, top, width, height} }] }.

baidu_landmark

Landmark recognition — identify famous landmarks, buildings, and monuments from photos. Returns: { result: { landmark, score } }.

baidu_plant

Plant species recognition — identify plants, flowers, and trees from photos. Returns: { result: [{ name, score, baike }], optional Wikipedia info }.

baidu_animal

Animal species recognition — identify animals, birds, and insects from photos. Returns: { result: [{ name, score, baike }] }.

baidu_dish

Food/cuisine recognition — identify dishes and food items from photos. Returns: { result: [{ name, score, calories }] }.

baidu_logo

Brand logo recognition — identify brand logos in images. Returns: { result: [{ name, score, location }] }.

baidu_car

Car model recognition — identify car make, model, and year from photos. Returns: { result: [{ name, score, year }] }.

baidu_ingredient

Fruit and vegetable recognition — identify fresh produce from photos. Returns: { result: [{ name, score }] }.

baidu_vehicle_detect

Vehicle detection and counting — detect all vehicles in an image (cars, trucks, buses, motorcycles) with bounding boxes. Useful for parking lot management and traffic analysis.

baidu_face_detect

Face detection and attribute analysis — returns face location, age estimate, gender, emotion, beauty score, glasses, face shape, and expression for each detected face.

baidu_face_compare

1:1 face verification — compare two faces to determine if they belong to the same person. Returns similarity score (0-100) and match threshold. Returns: { score, threshold, is_same_person }.

baidu_body_analysis

Human body detection and analysis — detect people, recognize posture/pose, and count individuals in images. Returns: { person_num, person_info: [{ location, attributes }] }.

baidu_gesture

Hand gesture recognition — identify gestures from photos: fist, open palm, peace sign, thumbs up, OK sign, etc. Returns: { result: [{ classname, probability, location }] }.

baidu_image_enhance

AI-powered image quality enhancement — denoise, deblur, dehaze, colorize black-and-white photos, and enhance contrast. Returns enhanced image as base64.

baidu_image_gen

AI image generation from text prompts using Qwen-Image model. Excellent at rendering Chinese text within images. Supports various art styles. Returns: { image_url, seed }.

baidu_image_edit

AI image editing — modify existing images with text instructions using Qwen-Image-Edit model. Can add/remove objects, change style, or transform content. Returns: { image_url }.

baidu_video_gen

AI video generation from image + text prompt using MuseSteamer model. Submit a reference image and motion description to generate a short video clip. Async: returns task_id for polling. Returns: { tas…

baidu_video_query

Query video generation task status. Use the task_id returned by baidu_video_gen. Returns: { task_status, video_url } when complete, or { task_status: "running" } while processing.

baidu_nlp

Chinese NLP lexical analysis — word segmentation (分词) and part-of-speech tagging. Returns: { items: [{ word, pos_tag, ne }], basic_words }.

baidu_sentiment

Sentiment analysis — classify text as positive (2), negative (0), or neutral (1). Returns: { items: [{ sentiment, confidence, prop }], text }.

baidu_summary

Automatic text summarization — condense long articles into concise summaries. Returns: { summary: "condensed text" }.

baidu_text_corrector

Chinese text error correction — detect and fix typos, grammatical errors, and character mistakes in Chinese text. Returns: { corrected_text, errors: [{ original, corrected }] }.

baidu_keyword_extraction

Keyword extraction — identify the most important keywords from an article. Returns: { keywords: [{ word, score }] }.

baidu_word_embedding

Word embedding — convert words or short phrases to dense vector representations (768-dim) for similarity computation, clustering, and ML tasks.

baidu_embedding

Text embedding for semantic search, clustering, and RAG — convert text to dense vectors. Supports embedding-v1, BGE, and Qwen3 models. Use || to separate multiple texts for batch embedding.

baidu_reranker

Document reranking — rerank a list of documents by relevance to a query. Essential for RAG pipelines to improve retrieval accuracy. Returns: { results: [{ index, relevance_score }] }.

baidu_text_review

Text content moderation — detect spam, porn, violence, politically sensitive content, and abuse in text. Returns: { result: [{ type, probability, hit }] }.

baidu_image_review

Image content moderation — detect inappropriate or unsafe content in images (porn, violence, political sensitivity). Returns: { result: [{ type, probability }] }.

baidu_helixfold

Protein 3D structure prediction using HelixFold3 (AlphaFold3-class model). Predict protein structure from amino acid sequence for drug discovery and bioinformatics research. Returns: { pdb_url, confid…

register

Register for a free GoldBean API key. Returns your GB_ API key with 100 free credits. No credit card needed. Returns: { api_key, credits, message }.

check_credits

Check your remaining API credits, usage statistics, and subscription status. Returns: { credits_remaining, calls_today, plan, free_calls_remaining }.

Similar MCP servers embedding-nearest

io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
io.github.Deesmo/arch-tools-mcp live
116 AI tools in one MCP server. Web search, crypto data, image gen, news.
64 tools · sse
Agent402 live
x402 service listed on awesome-x402: Agent402 [x402: $0.001/call on eip155:8453, category=utility]
33 tools · http
Direct MCP candidate from registry live
Discovered from registry; probed directly as a possible remote MCP endpoint.
21 tools · streamable-http
io.github.XogZ3/botoi-mcp live
49 developer tools via MCP: DNS, WHOIS, IP lookup, JWT, hashing, QR, and more.
49 tools · streamable-http
minia2a.uk live
25+ x402 services for AI agents: token security scanner, text intelligence (187 languages + sentiment), format converter (JSON/CSV/HTML), KB
17 tools · http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "goldbean_api": {
      "url": "https://goldbean-api.xyz/mcp",
      "transport": "http"
    }
  }
}