{
  "name": "Agent Media Tools",
  "description": "All-in-one media processing & agent utilities: images, PDFs, QR codes, pastebin, webhooks, and more. Free tier + paid Python toolkits for AI agents.",
  "base_url": "https://agentmediatools.com",
  "version": "2.0",
  "llms_txt": "/llms.txt",
  "mcp_server": true,
  "openapi": "/openapi.json",
  "tools": [
    { "id": "pastebin", "category": "Agent Utilities", "tier": "free", "description": "Create and retrieve text pastes. Max 500KB." },
    { "id": "short-url", "category": "Agent Utilities", "tier": "free", "description": "Create short redirect URLs." },
    { "id": "burn-note", "category": "Agent Utilities", "tier": "free", "description": "Self-destructing notes." },
    { "id": "dead-drop", "category": "Agent Utilities", "tier": "free", "description": "One-time passphrase-protected messages." },
    { "id": "webhook-inbox", "category": "Agent Utilities", "tier": "login", "description": "Create webhook receivers." },
    { "id": "image-resize", "category": "Image Tools", "tier": "free", "description": "Resize, crop, convert images (JPEG, PNG, WebP, AVIF)." },
    { "id": "image-compress", "category": "Image Tools", "tier": "free", "description": "Compress images with quality control." },
    { "id": "pdf-merge", "category": "PDF Tools", "tier": "login", "description": "Merge multiple PDFs." },
    { "id": "pdf-split", "category": "PDF Tools", "tier": "login", "description": "Split PDFs into pages." },
    { "id": "pdf-to-text", "category": "PDF Tools", "tier": "agent", "description": "Extract text from PDFs (agent endpoint)." },
    { "id": "shop-list-items", "category": "Purchasing", "tier": "free", "description": "List purchasable Python agent scripts and bundles." },
    { "id": "agent-shop-checkout", "category": "Purchasing", "tier": "agent", "description": "Initiate purchases as an agent (supports autonomous flow)." },
    { "id": "agent-provision", "category": "Agent Auth", "tier": "agent", "description": "Invite a human to activate an account via magic-link email. MCP: provision_human_account, get_provision_status." }
  ],
  "note": "See /api/shop/items for full purchasable catalog with descriptions and prices. Use /llms.txt and /guides/ai-agents for AI agent integration."
}