Content Tools
pixo.tools
Provides image manipulation operations including compression, resizing, cropping, rotating, and flipping.
ENDPOINT 1
https://api.pixo.tools/mcp
MCP server metadata
- Name
- pixo-agent-api
- Version
- 0.1.0
Files are supplied as base64 in each tool's file argument. Tool calls use x402 v2 USDC payment metadata under _meta['x402/payment']; unpaid calls return a structured PaymentRequired result. Binary results are returned inline as MCP image or embedded-resource content. Files stay in memory and are not stored. Tools explicitly labeled Gemini send content to Google.
Known tools 21
pixo_compress_imageCompress an image and optionally convert it to JPEG, PNG, or WebP.
Inferred read-onlypixo_resize_imageResize an image with contain, cover, or fill fitting and optional format conversion.
Inferred read-onlypixo_crop_imageCrop an image to an exact rectangle and optionally convert the output format.
Inferred read-onlypixo_merge_compress_pdfsMerge 2 to 20 PDFs and compress the result in one bundled call.
Inferred read-onlypixo_edit_pdf_pagesSelect, reorder, delete, and/or rotate PDF pages using qpdf page-range syntax.
Potential side effectspixo_extract_pdf_textPrivately extract text, page count, and a scanned-document signal from a PDF.
Inferred read-onlypixo_extract_pdf_imagesPrivately extract embedded raster images from a PDF into a ZIP archive.
Inferred read-onlypixo_convert_pdf_to_markdownPrivately convert a text PDF into Markdown for RAG or agent workflows.
Inferred read-onlypixo_render_pdf_pagesRender every PDF page to PNG and return the images in a ZIP archive.
Inferred read-onlypixo_create_pdf_from_markdownCreate a PDF from UTF-8 Markdown with an optional document title.
Potential side effectspixo_extract_pdf_structuredExtract JSON matching a caller-supplied schema with Google Gemini.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.