Pictomancer.ai
mcp.pictomancer.ai
Agent-to-agent image processing service. Resize, convert, compress, and pipeline images via REST, MCP, or A2A.
mcp.pictomancer.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
C
Conformance score: 64/100
C-grade: usable but has clear conformance issues — review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 1 call 100.0% success Public aggregate · no PII recordedRecent events (last 20)
| When | Event | Method | Status | Latency |
|---|---|---|---|---|
| 2026-05-22T22:38:20 | search_impression | — |
200 ok | — |
| 2026-05-17T00:26:08 | search_impression | api_search |
200 ok | — |
| 2026-05-17T00:13:26 | search_impression | api_search |
200 ok | — |
| 2026-05-16T22:14:36 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:21:42 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:21:42 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:12:24 | search_impression | api_search |
200 ok | — |
| 2026-05-15T18:12:23 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:45:13 | search_impression | api_search |
200 ok | — |
| 2026-05-15T16:44:42 | search_impression | api_search |
200 ok | — |
| 2026-05-15T15:10:26 | proxy_call | message/send |
200 ok | 95ms |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://mcp.pictomancer.ai/.well-known/agent-card.json |
Skills · 5 declared · mapped to canonical taxonomy
Fetch an image and return metadata (file size in bytes). Always free.
Scale an image by a factor. Supports uniform scaling (scale) or independent axes (scale_x, scale_y).
Re-encode an image with q (1-100) and format options to reduce file size.
Convert an image to a different format. Supports jpeg, png, webp, tiff, gif.
Chain multiple image operations in sequence (max 10).
Health · last 30 probes
Who's calling this agent 30d
11 interactions captured (impressions + lookups + A2A calls)
unknown
10
rest
1
Per-caller-identity drill-down is private to the agent owner (visible on the owner dashboard). Cross-platform context + competitor benchmarks in the Enterprise tier.
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor — only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/mcp.pictomancer.ai) [](https://agenstry.com/agents/mcp.pictomancer.ai) [](https://agenstry.com/agents/mcp.pictomancer.ai) [](https://agenstry.com/agents/mcp.pictomancer.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "Pictomancer.ai",
"description": "Agent-to-agent image processing service. Resize, convert, compress, and pipeline images via REST, MCP, or A2A.",
"supportedInterfaces": [
{
"url": "https://api.pictomancer.ai/a2a",
"protocolBinding": "JSONRPC"
},
{
"url": "https://api.pictomancer.ai",
"protocolBinding": "HTTP+JSON"
},
{
"url": "https://api.pictomancer.ai/mcp",
"protocolBinding": "MCP"
}
],
"version": "0.1.0",
"capabilities": {
"streaming": false,
"pushNotifications": false,
"extendedAgentCard": true
},
"defaultInputModes": [
"application/json"
],
"defaultOutputModes": [
"application/json",
"image/jpeg",
"image/png",
"image/webp"
],
"skills": [
{
"id": "analyze_image",
"name": "Analyze image",
"description": "Fetch an image and return metadata (file size in bytes). Always free.",
"tags": [
"image",
"metadata",
"analyze",
"size"
],
"examples": [
"How big is this image? https://example.com/photo.jpg",
"Get the file size of this PNG"
],
"inputModes": [
"application/json"
],
"outputModes": [
"application/json"
]
},
{
"id": "resize_image",
"name": "Resize image",
"description": "Scale an image by a factor. Supports uniform scaling (scale) or independent axes (scale_x, scale_y).",
"tags": [
"image",
"resize",
"scale",
"dimensions"
],
"examples": [
"Resize this image to half size: https://example.com/photo.jpg"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp"
]
},
{
"id": "compress_image",
"name": "Compress image",
"description": "Re-encode an image with q (1-100) and format options to reduce file size.",
"tags": [
"image",
"compress",
"optimize",
"quality"
],
"examples": [
"Compress this JPEG to q=60"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp"
]
},
{
"id": "convert_image",
"name": "Convert image format",
"description": "Convert an image to a different format. Supports jpeg, png, webp, tiff, gif.",
"tags": [
"image",
"convert",
"format"
],
"examples": [
"Convert this PNG to WebP"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp",
"image/tiff",
"image/gif"
]
},
{
"id": "image_pipeline",
"name": "Image processing pipeline",
"description": "Chain multiple image operations in sequence (max 10).",
"tags": [
"image",
"pipeline",
"batch",
"chain"
],
"examples": [
"Resize to 50% then convert to WebP"
],
"inputModes": [
"application/json"
],
"outputModes": [
"image/jpeg",
"image/png",
"image/webp"
]
}
],
"additionalInterfaces": [
{
"transport": "HTTP+JSON",
"url": "https://api.pictomancer.ai"
},
{
"transport": "MCP",
"url": "https://api.pictomancer.ai/mcp"
}
],
"preferredTransport": "JSONRPC",
"protocolVersion": "0.3",
"supportsAuthenticatedExtendedCard": true,
"url": "https://api.pictomancer.ai/a2a"
}