← ioconnex.dev
INDIVIDUAL MCP TOOL
ocr_image
Run OCR on an image (base64-encoded bytes) and return recognized text.
LIVE ENDPOINT
https://convert.ioconnex.dev/mcp
Connect to this endpoint to inspect the live schema for ocr_image and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.doc-convert-mcp]
url = "https://convert.ioconnex.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doc-convert-mcp": {
"type": "http",
"url": "https://convert.ioconnex.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doc-convert-mcp
Remote MCP URL: https://convert.ioconnex.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"doc-convert-mcp": {
"url": "https://convert.ioconnex.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doc-convert-mcp": {
"type": "http",
"url": "https://convert.ioconnex.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doc-convert-mcp",
"transport": "streamable-http",
"url": "https://convert.ioconnex.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
pdf_to_markdown— Convert a PDF (base64-encoded bytes) to Markdown, one section per page.parse_spreadsheet— Parse a CSV or XLSX file (base64-encoded bytes) into Markdown tables.url_to_clean_text— Fetch a public http(s) URL and return its main text content as plain text.