← Back to search

io.github.RyanKramer/pixelpanda-mcp

RyanKramer Scanned 1d ago

31 image tools: free local editing, AI background removal, and product photos

C
71.6 / 100

Versions

0.1.1latest
first seen May 19, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 38

check_credits
annotations: none low

Check your PixelPanda credit balance and account info. Requires PIXELPANDA_API_TOKEN.

remove_background
annotations: none low

Remove the background from an image using AI. Returns a transparent PNG. Free tool — 3 uses/day without an account. Unlimited with a PixelPanda API token.

file_path str output_path string
upscale_image
annotations: none low

Upscale an image 2x or 4x using AI (Real-ESRGAN). Enhances resolution and sharpness. Free tool — 3 uses/day without an account. Unlimited with a PixelPanda API token.

scale int file_path str output_path string
remove_text
annotations: none low

Remove text and watermarks from an image using AI (OCR + inpainting). Free tool — 3 uses/day without an account. Unlimited with a PixelPanda API token.

file_path str output_path string
analyze_image
annotations: none low

Analyze an image with AI — detect objects, colors, text, composition, quality, and mood. Free tool — 3 uses/day without an account. Unlimited with a PixelPanda API token.

file_path str
list_avatars
annotations: none low

List your saved AI avatars (for use in product photo generation). Requires PIXELPANDA_API_TOKEN.

list_products
annotations: none low

List your saved products in PixelPanda. Requires PIXELPANDA_API_TOKEN.

category string
upload_product
annotations: none low

Upload a product image to PixelPanda for use in AI photo generation. Requires PIXELPANDA_API_TOKEN. Categories: clothing, accessories, shoes, bags, jewelry, electronics, food, beauty, home, other.

name string category string file_path str
generate_product_photo
annotations: none low

Generate AI product photos with an avatar holding/using your product. 1 credit per image. Requires PIXELPANDA_API_TOKEN. Use list_avatars and list_products to get UUIDs.

prompt string avatar_uuid str num_outputs int product_uuid str
generate_tryon
annotations: none low

Generate AI try-on photos with an avatar wearing your product (clothing). 1 credit per image. Requires PIXELPANDA_API_TOKEN.

prompt string avatar_uuid str num_outputs int product_uuid str
generate_scenes
annotations: none low

Generate AI product scene photos (lifestyle, studio, detail shots). No avatar needed. 1 credit per scene. Requires PIXELPANDA_API_TOKEN.

category string num_scenes int product_uuid str
check_job_status
annotations: none low

Check the status of an AI generation job. Returns progress and result URLs when complete. Requires PIXELPANDA_API_TOKEN.

job_id str
list_jobs
annotations: none low

List your recent AI generation jobs. Requires PIXELPANDA_API_TOKEN.

limit int
enhance_image
annotations: none low

Enhance, sharpen, and restore an image using multiple AI methods. Returns 6 variants (AI Restore, Vivid Restore, Conservative, Face Restore, Face Enhance, GFPGAN Restore). Cost: 1 credit. Provide either image_url (public URL) or file_path (local file). Requires PIXELPANDA_API_TOKEN.

file_path string image_url string
image_to_prompt
annotations: none low

Reverse-engineer an image into ready-to-use AI-art prompts (1 credit). Returns four prompt variants tuned for different generators: general, Flux, Midjourney v6, and Stable Diffusion (positive + negative). Useful for recreating a style or generating variations of a reference. Requires PIXELPANDA_API_TOKEN. Provide either file_path or image_url.

file_path string image_url string
generate_video
annotations: none low

Generate a UGC-style video from a still image (50 credits). Animates the image with xAI Grok Imagine, which produces native audio and lip-sync directly from `script` — no separate voiceover step. Returns a job id; poll with check_video_status. Takes a few minutes. Note: video can only animate what is already in the source image — it cannot add a product that isn't pictured. Requires PIXELPANDA_API_TOKEN. Duration: 5, 8, or 10 seconds.

prompt str script str duration int image_url str enable_subtitles bool
check_video_status
annotations: none low

Check a video generation job started with generate_video. Requires PIXELPANDA_API_TOKEN.

job_id int
generate_avatar
annotations: none low

Generate AI avatars — reusable characters for product photos, try-on, and video (1 credit each). Pass `reference_image_url` to match the look of an existing photo, otherwise the avatar is built from `prompt`. Returns a job id; poll with check_avatar_status. Requires PIXELPANDA_API_TOKEN.

count int prompt str reference_image_url string
check_avatar_status
annotations: none low

Check an avatar generation job started with generate_avatar. Requires PIXELPANDA_API_TOKEN.

job_id str
edit_image
annotations: none low

Edit an image with a text prompt — AI image-to-image (2 credits). FLUX.1 Kontext Pro: change colors, swap scenes, restyle, add or remove elements while keeping the subject intact. strength: 0.0-0.3 subtle, 0.4-0.6 moderate, 0.7-1.0 strong. Requires PIXELPANDA_API_TOKEN. Provide either file_path or image_url.

prompt str strength float file_path string image_url string
resize_image
annotations: none low

Resize an image. Specify width, height, or both. Maintains aspect ratio by default. Free tool — runs locally, no account needed.

width string height string file_path str output_path string maintain_aspect_ratio bool
crop_image
annotations: none low

Crop an image to the specified rectangle (left, top, right, bottom in pixels). Free tool — runs locally, no account needed.

top int left int right int bottom int file_path str output_path string
rotate_image
annotations: none low

Rotate an image by the specified degrees (counter-clockwise). Expands canvas by default. Free tool — runs locally, no account needed.

expand bool degrees float file_path str output_path string
flip_image
annotations: none low

Flip an image horizontally or vertically. Free tool — runs locally, no account needed.

direction str file_path str output_path string
grayscale_image
annotations: none low

Convert an image to grayscale. Free tool — runs locally, no account needed.

file_path str output_path string
invert_image
annotations: none low

Invert the colors of an image (negative). Free tool — runs locally, no account needed.

file_path str output_path string
round_corners
annotations: none low

Round the corners of an image with a specified radius. Free tool — runs locally, no account needed.

radius int file_path str output_path string
add_border
annotations: none low

Add a solid color border around an image. Free tool — runs locally, no account needed.

color str width int file_path str output_path string
compress_image
annotations: none low

Compress an image by reducing quality. Output format: jpeg, webp, or png. Free tool — runs locally, no account needed.

quality int file_path str output_path string output_format str
merge_images
annotations: none low

Merge multiple images into one. Direction: horizontal, vertical, or grid. Free tool — runs locally, no account needed.

gap int direction str file_paths string output_path string
convert_format
annotations: none low

Convert an image to a different format: png, jpeg, webp, bmp, tiff. Free tool — runs locally, no account needed.

file_path str output_path string target_format str
make_transparent
annotations: none low

Adjust the opacity/transparency of an image. 0.0 = fully transparent, 1.0 = fully opaque. Free tool — runs locally, no account needed.

opacity float file_path str output_path string
create_profile_picture
annotations: none low

Create a profile picture from an image. Shape: circle, square, or rounded. Free tool — runs locally, no account needed.

size int shape str file_path str output_path string
blur_image
annotations: none low

Apply Gaussian blur to an image. Free tool — runs locally, no account needed.

radius float file_path str output_path string
adjust_image
annotations: none low

Adjust brightness, contrast, sharpness, and saturation. 1.0 = no change, >1 = increase, <1 = decrease. Free tool — runs locally, no account needed.

contrast float file_path str sharpness float brightness float saturation float output_path string
add_watermark
annotations: none low

Add a text watermark to an image. Position: center, bottom-right, or tiled. Free tool — runs locally, no account needed.

text str opacity float position str file_path str font_size int output_path string
pixelate_image
annotations: none low

Pixelate an image with a given pixel block size. Free tool — runs locally, no account needed.

file_path str pixel_size int output_path string
get_image_info
annotations: none low

Get detailed information about an image: dimensions, format, file size, color mode, DPI. Free tool — runs locally, no account needed.

file_path str

Permissions 3

env_vars low
Server uses env_vars capabilities via: os.environ
network medium
Server uses network capabilities via: httpx
filesystem low
Server uses filesystem capabilities via: open(), os

Scan Findings 130

low
Tool 'remove_background' has no annotations annotation_checker · 100%
low
Tool 'upscale_image' has no annotations annotation_checker · 100%
low
Tool 'remove_text' has no annotations annotation_checker · 100%
low
Tool 'analyze_image' has no annotations annotation_checker · 100%
low
Tool 'check_credits' has no annotations annotation_checker · 100%
low
Tool 'list_avatars' has no annotations annotation_checker · 100%
low
Tool 'list_products' has no annotations annotation_checker · 100%
low
Tool 'upload_product' has no annotations annotation_checker · 100%
low
Tool 'generate_product_photo' has no annotations annotation_checker · 100%
low
Tool 'generate_tryon' has no annotations annotation_checker · 100%
low
Tool 'generate_scenes' has no annotations annotation_checker · 100%
low
Tool 'check_job_status' has no annotations annotation_checker · 100%
low
Tool 'list_jobs' has no annotations annotation_checker · 100%
low
Tool 'enhance_image' has no annotations annotation_checker · 100%
low
Tool 'image_to_prompt' has no annotations annotation_checker · 100%
low
Tool 'generate_video' has no annotations annotation_checker · 100%
low
Tool 'check_video_status' has no annotations annotation_checker · 100%
low
Tool 'generate_avatar' has no annotations annotation_checker · 100%
low
Tool 'check_avatar_status' has no annotations annotation_checker · 100%
low
Tool 'edit_image' has no annotations annotation_checker · 100%
low
Tool 'resize_image' has no annotations annotation_checker · 100%
low
Tool 'crop_image' has no annotations annotation_checker · 100%
low
Tool 'rotate_image' has no annotations annotation_checker · 100%
low
Tool 'flip_image' has no annotations annotation_checker · 100%
low
Tool 'grayscale_image' has no annotations annotation_checker · 100%
low
Tool 'invert_image' has no annotations annotation_checker · 100%
low
Tool 'round_corners' has no annotations annotation_checker · 100%
low
Tool 'add_border' has no annotations annotation_checker · 100%
low
Tool 'compress_image' has no annotations annotation_checker · 100%
low
Tool 'merge_images' has no annotations annotation_checker · 100%
low
Tool 'convert_format' has no annotations annotation_checker · 100%
low
Tool 'make_transparent' has no annotations annotation_checker · 100%
low
Tool 'create_profile_picture' has no annotations annotation_checker · 100%
low
Tool 'blur_image' has no annotations annotation_checker · 100%
low
Tool 'adjust_image' has no annotations annotation_checker · 100%
low
Tool 'add_watermark' has no annotations annotation_checker · 100%
low
Tool 'pixelate_image' has no annotations annotation_checker · 100%
low
Tool 'get_image_info' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-3qhf-m339-9g5v) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-9h52-p55h-vw2f) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-j975-95f5-7wqh) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1616) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1617) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-1618) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.0.0 (PYSEC-2026-3483) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-3f63-hfp8-52jq) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-44wm-f244-xhp3) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-45hq-cxwh-f6vc) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-4x4j-2g7c-83w6) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-5x94-69rx-g8h2) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-62p4-gmf7-7g93) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-6r8x-57c9-28j4) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-8v84-f9pq-wr9x) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-9hw9-ch79-4vh6) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-fj7v-r99m-22gq) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-j7hp-h8jx-5ppr) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-jjj6-mw9f-p565) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-phj9-mv4w-65pm) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-r73j-pqj5-w3x7) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-vjc4-5qp5-m44j) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-wjx4-4jcj-g98j) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (GHSA-xj96-63gp-2gmr) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2023-175) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-165) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-1793) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-1794) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-2253) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-2254) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-2255) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-2256) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-2257) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-2874) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3451) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3453) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3454) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3493) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3494) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3495) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-3496) dependency_analyzer · 95%
medium
Vulnerable dependency: pillow@10.0.0 (PYSEC-2026-457) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: remove_background manifest_parser · 90%
info
Tool: upscale_image manifest_parser · 90%
info
Tool: remove_text manifest_parser · 90%
info
Tool: analyze_image manifest_parser · 90%
info
Tool: check_credits manifest_parser · 90%
info
Tool: list_avatars manifest_parser · 90%
info
Tool: list_products manifest_parser · 90%
info
Tool: upload_product manifest_parser · 90%
info
Tool: generate_product_photo manifest_parser · 90%
info
Tool: generate_tryon manifest_parser · 90%
info
Tool: generate_scenes manifest_parser · 90%
info
Tool: check_job_status manifest_parser · 90%
info
Tool: list_jobs manifest_parser · 90%
info
Tool: enhance_image manifest_parser · 90%
info
Tool: image_to_prompt manifest_parser · 90%
info
Tool: generate_video manifest_parser · 90%
info
Tool: check_video_status manifest_parser · 90%
info
Tool: generate_avatar manifest_parser · 90%
info
Tool: check_avatar_status manifest_parser · 90%
info
Tool: edit_image manifest_parser · 90%
info
Tool: resize_image manifest_parser · 90%
info
Tool: crop_image manifest_parser · 90%
info
Tool: rotate_image manifest_parser · 90%
info
Tool: flip_image manifest_parser · 90%
info
Tool: grayscale_image manifest_parser · 90%
info
Tool: invert_image manifest_parser · 90%
info
Tool: round_corners manifest_parser · 90%
info
Tool: add_border manifest_parser · 90%
info
Tool: compress_image manifest_parser · 90%
info
Tool: merge_images manifest_parser · 90%
info
Tool: convert_format manifest_parser · 90%
info
Tool: make_transparent manifest_parser · 90%
info
Tool: create_profile_picture manifest_parser · 90%
info
Tool: blur_image manifest_parser · 90%
info
Tool: adjust_image manifest_parser · 90%
info
Tool: add_watermark manifest_parser · 90%
info
Tool: pixelate_image manifest_parser · 90%
info
Tool: get_image_info manifest_parser · 90%
info
Required env vars (2) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%