Content Tools
pictomancer.ai
Provides image manipulation capabilities including format conversion, resizing, compression, and analysis.
ENDPOINT 1
https://api.pictomancer.ai/mcp
MCP server metadata
- Name
- Pictomancer.ai
- Version
- Agent-to-agent image processing: resize, convert, compress, crop, pipeline, and one-call optimization of AI-generated images for the web. Sub-50ms latency, USDC micropayments via x402.
Known tools 10
get_format_infoGet supported formats and options Returns supported output formats and their configurable options.
Inferred read-onlyestimate_costEstimate the price of an operation Returns the exact USD price this API would charge for an operation on an input of the given size, without fetching or processing anything.
Potential side effectsanalyze_imageAnalyze an image Fetch an image from a URL or base64 and return its metadata: size in bytes, pixel dimensions, source format, and what it costs every supported vision model in tokens.
Inferred read-onlycompress_imageCompress an image Re-encode an image with quality/format options to reduce file size.
Inferred read-onlyconvert_imageConvert image format Convert an image to a different format (jpeg, png, webp, tiff, gif, avif).
Inferred read-onlycrop_imageCrop an image Extract a rectangular region from an image, in one of three mutually exclusive modes.
Inferred read-onlyoptimize_for_visionResize an image for a vision model Resize an image to the largest size a given vision model still benefits from, and report what it costs that model in tokens before and after.
Inferred read-onlyoptimize_generated_imageOptimize an AI-generated image for the web The step after image generation.
Inferred read-onlyimage_pipelineRun a multi-step image pipeline Chain multiple operations (resize, compress, convert, crop) in sequence.
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.pictomancer-ai]
url = "https://api.pictomancer.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pictomancer-ai": {
"type": "http",
"url": "https://api.pictomancer.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pictomancer-ai
Remote MCP URL: https://api.pictomancer.ai/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": {
"pictomancer-ai": {
"url": "https://api.pictomancer.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pictomancer-ai": {
"type": "http",
"url": "https://api.pictomancer.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pictomancer-ai",
"transport": "streamable-http",
"url": "https://api.pictomancer.ai/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.