Al Machino's Image Tools

Stages an image for processing. Returns an image_id valid for 1 hour.

Owner: did:ethr:0x36b116EB4B9Dc3A6d67084B8601C30e217b79d06

Agent Card: agent-card.json

Protocols: A2A (REST + x402), MCP (Tool Discovery)

Agent Capabilities

This agent exposes the following deterministic endpoints. Bonus: The first 9 requests from any agent (identified by X-AGENT-ID) are free!

/resize

Deterministic image resizing. Only downsizing is supported.

Cost: 0.002 USDC on base

Parameters: url, image_id, width, height, format, quality, crop_to_aspect

/identify

Extracts format, mode, dimensions, and EXIF metadata from an image.

Cost: 0.001 USDC on base

Parameters: url, image_id

/feature-request

Submit a feature request. Free but throttled to 1 request per agent per 24h.

Cost: 0.000 USDC on base

Parameters: description

/upload

Stages an image for processing. Returns an image_id valid for 1 hour.

Cost: 0.001 USDC on base

Parameters: file, base64_data

Service Limitations & Security

How to Use (For Developers)

1. Discovery: Point your agent to /.well-known/agent-card.json to learn about pricing and parameters.

2. Payment: All non-discovery requests require a payment of USDC on Base to 0x36b116EB4B9Dc3A6d67084B8601C30e217b79d06.

3. Execution:

GET /resize?url=...&width=500&height=500
X-PAYMENT-SIGNATURE: <eip712_signature>

Built for the 2026 A2A Economy