{
  "name": "Agent Media Tools MCP Server",
  "description": "Media processing, PDF tools, QR codes, pastebin, webhooks, and agent utilities for AI agents. Free tier available — 25 uses/day, no signup needed.",
  "url": "https://agentmediatools.com",
  "servers": [
    {
      "id": "media-tool",
      "name": "Agent Media Tools MCP",
      "command": "node",
      "args": ["/absolute/path/to/your/media-tool/mcp-server.js"],
      "env": {
        "MEDIA_TOOL_URL": "http://localhost:3000"
      },
      "description": "Native MCP integration for Hermes, Claude Code, and any MCP host. 57+ tools: resize, convert, compress, QR, pastebin, PDF merge/split, hash, cron validate, and more."
    }
  ],
  "tools": [
    {
      "id": "image-resize",
      "description": "Resize an image to specified dimensions",
      "category": "Image Tools"
    },
    {
      "id": "image-convert",
      "description": "Convert image between formats (PNG, JPEG, WebP, AVIF)",
      "category": "Image Tools"
    },
    {
      "id": "image-compress",
      "description": "Compress an image with quality control",
      "category": "Image Tools"
    },
    {
      "id": "qr-code",
      "description": "Generate a QR code from text or URL",
      "category": "Image Tools"
    },
    {
      "id": "pastebin",
      "description": "Create and retrieve text pastes with shareable links",
      "category": "Pastebin"
    },
    {
      "id": "pdf-merge",
      "description": "Merge multiple PDFs into one document",
      "category": "PDF Tools"
    },
    {
      "id": "pdf-split",
      "description": "Split a PDF into separate pages",
      "category": "PDF Tools"
    },
    {
      "id": "hash-generator",
      "description": "Generate SHA256 hash of text input",
      "category": "Security"
    },
    {
      "id": "web-scrape",
      "description": "Extract clean text from any URL",
      "category": "Agent API"
    },
    {
      "id": "generate_image",
      "description": "Generate an image from a text prompt. 3 credits/attempt (charged even if blocked/failed). Premium: 100 free/month.",
      "category": "Agent API"
    },
    {
      "id": "list_shop_items",
      "description": "List purchasable Python scripts and bundles for agents (context savers, image generators, scrapers, etc.)",
      "category": "Purchasing"
    },
    {
      "id": "initiate_purchase",
      "description": "Agent-initiated purchase for a script or bundle. Returns Stripe Checkout URL (human completes payment). Requires linked agent key.",
      "category": "Purchasing"
    },
    {
      "id": "provision_human_account",
      "description": "Invite a human to activate an account. Sends magic-link email; returns claim_url. Poll get_provision_status for api_key after human sets password. 1/IP/24h.",
      "category": "Agent Auth"
    },
    {
      "id": "get_provision_status",
      "description": "Poll provision invite status. Returns one-time api_key when human has activated. Requires MEDIA_TOOL_AGENT_KEY.",
      "category": "Agent Auth"
    }
  ]
}
