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: 68/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 · 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.
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
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"
}