Pictify

Created By
pictify-io2 months ago
Generate images, GIFs, and PDFs from AI agents — OG images, social cards, invoices, certificates, and more from natural language.
Overview

Pictify gives AI agents the ability to generate, manage, and A/B test visual content. No code required — just describe what you want.

31 tools across 6 categories

Image Generation

Create images from HTML/CSS, URL screenshots, or reusable templates. PNG, JPEG, WebP up to 4000x4000px. Perfect for OG images, Twitter cards, banners, and product screenshots.

GIF Creation

Generate animated GIFs from CSS animations or record live web pages. Ideal for product demos, animated banners, and loading animations.

PDF Rendering

Single or multi-page PDFs from templates. Invoices, certificates, reports, shipping labels, and ID cards with preset page sizes.

Template System

Create, manage, and render reusable templates with variable placeholders. 50+ expression functions for conditionals, string manipulation, and date formatting.

Batch Operations

Generate up to 100 personalized images in one request. Team badges, event passes, product catalogs, localized marketing assets.

A/B Testing

Built-in experiments with traffic splitting, Thompson Sampling auto-optimization, and event tracking for impressions, clicks, and conversions.

Quick Start

  1. Get your API key at https://pictify.io/dashboard/api-tokens
  2. Add the MCP server to your client
  3. Start generating — just ask your AI assistant to create images, GIFs, or PDFs

Works with Claude (claude.ai, Claude Code, Claude Desktop), Cursor, Windsurf, and any MCP-compatible client.

Note: For Github URL, I'd use the actual GitHub repo (https://github.com/pictify-io/pictify-mcp) instead of the npm link — mcp.so likely expects a GitHub URL for that field.

Server Config

{
  "mcpServers": {
    "pictify": {
      "command": "npx",
      "args": [
        "-y",
        "@pictify/mcp-server"
      ],
      "env": {
        "PICTIFY_API_KEY": "your_api_key"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
pictify-io
Star
-
Language
-
License
-
Category

Recommend Servers

View All
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

8 hours ago