LIVE ENDPOINT
https://api.pixo.tools/mcp
Connect to this endpoint to inspect the live schema for pixo_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.pixo-agent-api]
url = "https://api.pixo.tools/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pixo-agent-api": {
"type": "http",
"url": "https://api.pixo.tools/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pixo-agent-api
Remote MCP URL: https://api.pixo.tools/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": {
"pixo-agent-api": {
"url": "https://api.pixo.tools/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pixo-agent-api": {
"type": "http",
"url": "https://api.pixo.tools/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pixo-agent-api",
"transport": "streamable-http",
"url": "https://api.pixo.tools/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
pixo_compress_image— Compress an image and optionally convert it to JPEG, PNG, or WebP.pixo_resize_image— Resize an image with contain, cover, or fill fitting and optional format conversion.pixo_crop_image— Crop an image to an exact rectangle and optionally convert the output format.pixo_rotate_image— Rotate an image clockwise by 90, 180, or 270 degrees.pixo_flip_image— Flip an image horizontally or vertically.pixo_compress_pdf— Compress a PDF with lossless, balanced, or maximum compression.pixo_merge_pdfs— Merge 2 to 20 PDFs in their supplied order.pixo_merge_compress_pdfs— Merge 2 to 20 PDFs and compress the result in one bundled call.