Skip to main content
Glama
tcguoxing
by tcguoxing

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PADDLEOCR_TOKENYesToken for authenticating with the cloud PaddleOCR service.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
paddle_ocrA

识别图片中的文字(中英文)。传入图片本地路径或 URL,返回识别到的文本行及置信度(JSON 数组)。

示例: paddle_ocr("/Users/xx/screenshot.png") paddle_ocr("https://example.com/scan.jpg")

返回格式:[{"text": "识别到的文本", "confidence": 0.99}, ...]

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tcguoxing/paddle-ocr-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server