space-ocr-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@space-ocr-mcpextract fields from this invoice image: https://example.com/invoice.jpg"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
space-ocr-mcp
MCP (Model Context Protocol) server for space-ocr — structured OCR with verified per-character bounding boxes.
Why
Unlike calling Gemini/GPT-4V directly, space-ocr re-anchors LLM output to real Google Vision API symbols, so bounding boxes are not hallucinated. AI agents that act on the extracted data (auto-fill, verification UI, accounting reconciliation) can trust the coordinates.
Related MCP server: Vision-OCR-MCP
Tools
ocr_extract— Extract structured fields from a document image. Passtemplate_idfor built-in document types orfieldsfor custom schemas.list_templates— List built-in document templates (receipt,invoice,purchase_order,delivery,quote,bankbook,resident_card,driver_license,passport).
Install & run
npx -y space-ocr-mcpSet SPACE_OCR_API_KEY (issue one at space-ocr.com → Settings → API Keys).
Claude Desktop config
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"space-ocr": {
"command": "npx",
"args": ["-y", "space-ocr-mcp"],
"env": { "SPACE_OCR_API_KEY": "YOUR_API_KEY" }
}
}
}Restart Claude Desktop. You should see the space-ocr tools available.
Cursor / Windsurf / other MCP clients
Use the same command / args / env pattern in their MCP configuration UI.
Image inputs
ocr_extract accepts:
A public URL (
https://...)A local file path (
/path/to/file.jpg— auto base64-encoded)A base64 string
A
data:image/...;base64,...URI
Pricing
¥10 per call (flat), billed against the same Charge Amount balance as the REST API. Failed calls are auto-refunded. Out-of-balance returns an error with no charge.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/hwang-yh-cto/space-ocr-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server