← Registry

Content Tools

pixo.tools

Provides image manipulation operations including compression, resizing, cropping, rotating, and flipping.

x402 supported1 endpoint21 known toolsFirst detected August 11, 2026Last detected August 11, 2026

ENDPOINT 1

https://api.pixo.tools/mcp

No auth detected

MCP server metadata

Name
pixo-agent-api
Version
0.1.0
Capabilities
tools
Server instructions

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_image

Compress an image and optionally convert it to JPEG, PNG, or WebP.

Inferred read-only
pixo_resize_image

Resize an image with contain, cover, or fill fitting and optional format conversion.

Inferred read-only
pixo_crop_image

Crop an image to an exact rectangle and optionally convert the output format.

Inferred read-only
pixo_rotate_image

Rotate an image clockwise by 90, 180, or 270 degrees.

Inferred read-only
pixo_flip_image

Flip an image horizontally or vertically.

Inferred read-only
pixo_ocr_image

Extract text from an image with Google Gemini.

Inferred read-only
pixo_compress_pdf

Compress a PDF with lossless, balanced, or maximum compression.

Inferred read-only
pixo_merge_pdfs

Merge 2 to 20 PDFs in their supplied order.

Inferred read-only
pixo_merge_compress_pdfs

Merge 2 to 20 PDFs and compress the result in one bundled call.

Inferred read-only
pixo_split_pdf

Split a PDF into one ZIP entry per requested page range.

Inferred read-only
pixo_edit_pdf_pages

Select, reorder, delete, and/or rotate PDF pages using qpdf page-range syntax.

Potential side effects
pixo_protect_pdf

Password-protect a PDF with AES-256 encryption.

Inferred read-only
pixo_unlock_pdf

Remove PDF password protection using the supplied password.

Potential side effects
pixo_extract_pdf_text

Privately extract text, page count, and a scanned-document signal from a PDF.

Inferred read-only
pixo_extract_pdf_images

Privately extract embedded raster images from a PDF into a ZIP archive.

Inferred read-only
pixo_convert_pdf_to_markdown

Privately convert a text PDF into Markdown for RAG or agent workflows.

Inferred read-only
pixo_render_pdf_pages

Render every PDF page to PNG and return the images in a ZIP archive.

Inferred read-only
pixo_create_pdf_from_markdown

Create a PDF from UTF-8 Markdown with an optional document title.

Potential side effects
pixo_ocr_pdf

OCR a scanned PDF with Google Gemini.

Inferred read-only
pixo_extract_pdf_tables

Extract tables as JSON with Google Gemini.

Inferred read-only
pixo_extract_pdf_structured

Extract JSON matching a caller-supplied schema with Google Gemini.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.