Pictomancer.ai
api.pictomancer.ai
· Pictomancer.ai
Agent-to-agent image processing service. Resize, convert, compress, and pipeline images via REST, MCP, or A2A.
api.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: 72/100
C-grade: usable but has clear conformance issues, review the breakdown below.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
10 snapshots drifted 9× Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-07-14 22:28:12 current | 5017543d4041… |
view → |
| 2026-07-11 04:25:49 | e51c7551ecec… |
view → |
| 2026-07-10 16:22:06 | 5017543d4041… |
view → |
| 2026-07-10 04:15:55 | e51c7551ecec… |
view → |
| 2026-07-09 16:17:10 | 5017543d4041… |
view → |
| 2026-07-09 04:48:10 | e51c7551ecec… |
view → |
| 2026-07-07 04:45:27 | 5017543d4041… |
view → |
| 2026-07-06 22:33:45 | e51c7551ecec… |
view → |
| 2026-07-06 04:05:22 | 5017543d4041… |
view → |
| 2026-07-05 10:56:57 | e51c7551ecec… |
view → |
GET /api/agents/api.pictomancer.ai/snapshots.Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://api.pictomancer.ai/.well-known/agent-card.json |
| Provider | https://pictomancer.ai |
Skills · 5 declared · mapped to canonical taxonomy
Fetch an image and return metadata (file size in bytes). Accepts a public URL or base64-encoded image.
Scale an image by a factor. Supports uniform scaling (scale) or independent axes (scale_x, scale_y). Output formats: jpeg, png, webp, tiff, gif.
Re-encode an image with q (1-100) and format options to reduce file size. Supports q (quality), strip, compression. Formats: jpeg, png, webp, tiff, gif.
Convert an image to a different format. Supports: jpeg, png, webp, tiff, gif. Options: q (quality), strip metadata, lossless (webp only).
Chain multiple image operations in sequence (max 10). Operations: resize, compress, convert, crop. Each step receives the output of the previous one.
Health · last 30 probes
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/api.pictomancer.ai) [](https://agenstry.com/agents/api.pictomancer.ai) [](https://agenstry.com/agents/api.pictomancer.ai) [](https://agenstry.com/agents/api.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"
}