{"category":{"id":"image-generation","name":"Image generation and editing","description":"Text-to-image, image editing, inpainting, upscaling and background removal."},"entries":[ {"id":"adobe-firefly-services-api","name":"Adobe Firefly Services API","homepage":"https://developer.adobe.com/firefly-services/","docs":"https://developer.adobe.com/firefly-services/docs/firefly-api/","auth":"oauth2","auth_hint":"OAuth2 Server-to-Server (Client ID/Secret via Adobe IMS); Authorization: Bearer , token valid 24h","mcp":{"type":"community","url":"https://github.com/Focus-GTS/firefly-services-mcp","maintainer":"community","repo":"https://github.com/Focus-GTS/firefly-services-mcp","tools":["firefly_generate_image","firefly_generate_similar","firefly_expand_image","firefly_fill_image","firefly_generate_object_composite","firefly_generate_video","firefly_get_job_status","firefly_upload_image"],"covers_full_api":true,"source_url":"https://github.com/Focus-GTS/firefly-services-mcp","checked_at":"2026-09-24","domain_verified":null,"kind":"community","config":null},"free_tier":"check pricing; requires Adobe Developer Console project and Firefly Services entitlement","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Generate and edit images and manage creative assets programmatically via Adobe's Firefly REST APIs.","notes":"Enterprise-leaning; needs OAuth Server-to-Server credentials from Adobe Developer Console, not a simple sign-up API key.","verified":"2026-09-24","free_plan":{"kind":"none","source_url":"https://developer.adobe.com/firefly-services/docs/firefly-api/getting-started/usage-notes/","checked_at":"2026-09-24"},"auth_scheme":{"type":"oauth2","scheme":"bearer","format":"Authorization: Bearer + x-api-key: ","source_url":"https://developer.adobe.com/firefly-services/docs/firefly-api/guides/","checked_at":"2026-09-24"},"base_url":"https://firefly-api.adobe.io/v3","rate_limits":{"summary":"Default 4 requests/minute and 9,000 requests/day per organization; 429 when exceeded","source_url":"https://developer.adobe.com/firefly-services/docs/firefly-api/getting-started/usage-notes/","checked_at":"2026-09-24"},"oauth_scopes":{"scopes":["openid","AdobeID","session","additional_info","read_organizations","firefly_api","ff_apis"],"source_url":"https://developer.adobe.com/firefly-services/docs/firefly-api/guides/","checked_at":"2026-09-24"},"async_jobs":{"value":true,"how":"POST /v3/images/generate-async returns jobId, statusUrl, cancelUrl; poll GET /v3/status/{jobId}","source_url":"https://developer.adobe.com/firefly-services/docs/firefly-api/guides/how-tos/using-async-apis"},"operations":["text-to-image","image-editing","image-to-image","text-to-video"],"no_auth":false,"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok"},"uptime":{"window_days":30,"api":{"url":"https://firefly-api.adobe.io/v3","probes":1,"up":1,"median_ms":242,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}}}}, {"id":"black-forest-labs-flux-api","name":"Black Forest Labs FLUX API","homepage":"https://bfl.ai","docs":"https://docs.bfl.ai/quick_start/introduction","auth":"api_key","auth_hint":"x-key: ","mcp":{"type":"official","url":"https://mcp.bfl.ai","maintainer":"vendor","remote_url":"https://mcp.bfl.ai","tools":["generate_image","vto","generate_variations","get_history","get_credits","generate_video","get_result"],"covers_full_api":false,"source_url":"https://docs.bfl.ai/api_integration/mcp_integration","checked_at":"2026-09-24","domain_verified":false,"kind":"official","config":{"transport":"streamable-http","url":"https://mcp.bfl.ai","headers":null,"oauth":true,"docs_only":false,"source_url":"https://docs.bfl.ai/api_integration/mcp_integration","checked_at":"2026-09-24"}},"free_tier":"paid only, no free tier (FLUX Schnell weights are open for self-hosting)","sdk":["python"],"openapi":null,"llms_txt":null,"desc_en":"Generate, edit, and vary FLUX model images from text prompts via REST or the official OAuth MCP server.","notes":"Official MCP server (flux-mcp) is remote/hosted at mcp.bfl.ai with OAuth-only login, billed to your BFL org.","verified":"2026-09-24","free_plan":{"kind":"none","source_url":"https://docs.bfl.ai/account_management/credits_billing","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"x-key","format":"x-key: ","source_url":"https://docs.bfl.ai/api_integration/integration_guidelines","checked_at":"2026-09-24"},"base_url":"https://api.bfl.ai/v1","rate_limits":{"summary":"Max 24 concurrent requests for most endpoints (6 for flux-kontext-max); 429 when exceeded","source_url":"https://docs.bfl.ai/api_integration/integration_guidelines","checked_at":"2026-09-24"},"async_jobs":{"value":true,"how":"POST returns id + polling_url; poll polling_url (or use webhook) until Ready","source_url":"https://docs.bfl.ai/api_integration/integration_guidelines"},"data_policy":{"summary":"Generated result URLs on delivery.*.bfl.ai expire after 10 minutes; download promptly","source_url":"https://docs.bfl.ai/api_integration/integration_guidelines","checked_at":"2026-09-24"},"operations":["text-to-image","image-to-image","text-to-video"],"no_auth":false,"call":{"operation":"generate an image from a text prompt (FLUX.2 [pro])","method":"POST","url":"https://api.bfl.ai/v1/flux-2-pro-preview","example":"curl -X POST https://api.bfl.ai/v1/flux-2-pro-preview -H \"x-key: $BFL_API_KEY\" -H 'Content-Type: application/json' -H 'accept: application/json' -d '{\"prompt\": \"A cat on its back legs running like a human\", \"width\": 1024, \"height\": 1024}'","response_fields":["id","polling_url","status","result.sample"],"async":"poll GET {polling_url} with the x-key header until status is \"Ready\" (or \"Error\"/\"Failed\"); image URL is result.sample, a signed URL valid for 10 minutes","source_url":"https://docs.bfl.ai/flux_2/flux2_text_to_image","checked_at":"2026-09-24"},"unit_price":{"summary":"FLUX.2 [pro] text-to-image from $0.03 per image (megapixel-based, scales with resolution); FLUX1.1 [pro] 4 credits = $0.04 per image; 1 credit = $0.01","source_url":"https://docs.bfl.ai/quick_start/pricing","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable"},"uptime":{"window_days":30,"api":{"url":"https://api.bfl.ai/v1","probes":1,"up":1,"median_ms":443,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://mcp.bfl.ai","probes":1,"up":1,"median_ms":499,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"freepik-api","name":"Freepik API","homepage":"https://www.freepik.com/api","docs":"https://docs.magnific.com","auth":"api_key","auth_hint":"x-magnific-api-key header (legacy x-freepik-api-key); base URL https://api.magnific.com/v1","mcp":{"type":"official","url":"https://mcp.magnific.com","maintainer":"vendor","remote_url":"https://mcp.magnific.com","tools":["images_generate","images_upscale","images_remove_background","images_to_svg","video_generate","audio_tts","creations_search","creation_status","account_balance"],"covers_full_api":false,"source_url":"https://docs.magnific.com/modelcontextprotocol","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.magnific.com","derived":true}},"free_tier":"free tier: ~5 EUR of free API credits, then pay-as-you-go","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Generate and edit images, and generate video, music and sound effects via REST API, plus access the Freepik stock asset library.","notes":"Freepik rebranded to Magnific in April 2026; docs/domains and auth header are mid-migration from freepik.com to magnific.com. The official remote MCP uses OAuth sign-in, no API key.","verified":"2026-09-24","auth_scheme":{"type":"apiKey","in":"header","name":"x-magnific-api-key","format":"x-magnific-api-key: ","source_url":"https://docs.magnific.com/authentication","checked_at":"2026-09-24"},"base_url":"https://api.magnific.com/v1","rate_limits":{"summary":"Per IP: 50 hits/s over 5 s, and 10 hits/s averaged over 2 min; no daily cap for most endpoints","source_url":"https://docs.magnific.com/ratelimits","checked_at":"2026-09-24"},"async_jobs":{"value":true,"how":"POST returns task id; poll GET /v1/ai//{task-id} or pass webhook_url","source_url":"https://docs.magnific.com/llms.txt"},"operations":["text-to-image","image-upscaling","background-removal","text-to-video","text-to-speech"],"no_auth":false,"call":{"operation":"generate a video from an image (Kling 2.1 Pro)","method":"POST","url":"https://api.magnific.com/v1/ai/image-to-video/kling-v2-1-pro","example":"curl -X POST https://api.magnific.com/v1/ai/image-to-video/kling-v2-1-pro -H \"x-magnific-api-key: $MAGNIFIC_API_KEY\" -H \"Content-Type: application/json\" -d '{\"image\": \"https://example.com/photo.jpg\", \"prompt\": \"slow camera pan\", \"duration\": \"5\"}'","response_fields":["data.task_id","data.status","data.generated[0]"],"async":"poll GET https://api.magnific.com/v1/ai/image-to-video/kling-v2-1/{task-id} until data.status is COMPLETED (or pass webhook_url)","source_url":"https://docs.magnific.com/api-reference/image-to-video/kling-v2.1-pro/post-kling-v2-1-pro","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok"},"uptime":{"window_days":30,"api":{"url":"https://api.magnific.com/v1","probes":1,"up":1,"median_ms":699,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://mcp.magnific.com","probes":1,"up":1,"median_ms":295,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"google-gemini-imagen-image-api","name":"Google Gemini / Imagen image API","homepage":"https://ai.google.dev/gemini-api/docs/image-generation","docs":"https://ai.google.dev/gemini-api/docs/image-generation","auth":"api_key","auth_hint":"x-goog-api-key: $GEMINI_API_KEY","mcp":{"type":"none","url":null,"maintainer":"vendor","repo":"https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/mcp-genmedia","covers_full_api":false,"source_url":"https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/mcp-genmedia","checked_at":"2026-09-24","domain_verified":null,"kind":"official","config":null},"free_tier":"Paid only: pricing page lists Free Tier 'Not available' for all Gemini image models (Nano Banana family); usage-billed","sdk":["python","typescript","java","go"],"openapi":null,"llms_txt":null,"desc_en":"Generate and multi-turn edit images from text via REST (Nano Banana/Imagen models), up to 4K with reference-image support.","notes":"Also available via Vertex AI for enterprise/cloud_iam auth as an alternative. Google's experimental mcp-genmedia servers (not officially supported) use Vertex AI ADC auth, not Gemini API keys.","verified":"2026-09-24","free_plan":{"kind":"none","watermark":true,"source_url":"https://ai.google.dev/gemini-api/docs/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"x-goog-api-key","format":"x-goog-api-key: ","source_url":"https://ai.google.dev/gemini-api/docs/image-generation","checked_at":"2026-09-24"},"base_url":"https://generativelanguage.googleapis.com/v1beta","async_jobs":{"value":false,"how":"image returned inline in the response","source_url":"https://ai.google.dev/gemini-api/docs/image-generation"},"data_policy":{"summary":"Paid tier: content not used to improve Google products; all generated images carry a SynthID watermark","source_url":"https://ai.google.dev/gemini-api/docs/pricing","checked_at":"2026-09-24"},"operations":["text-to-image","image-editing"],"no_auth":false,"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok"},"uptime":{"window_days":30,"api":{"url":"https://generativelanguage.googleapis.com/v1beta","probes":1,"up":1,"median_ms":166,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}}}}, {"id":"ideogram-api","name":"Ideogram API","homepage":"https://ideogram.ai","docs":"https://developer.ideogram.ai/ideogram-api/api-setup","auth":"api_key","auth_hint":"Api-Key: ","mcp":{"type":"official","url":"https://mcp.ideogram.ai/mcp","maintainer":"vendor","remote_url":"https://mcp.ideogram.ai/mcp","tools":["generate_images_bulk","edit_image","reframe_image","upscale_image","create_collection","upload_image","create_dataset","upload_dataset_assets","train_model"],"covers_full_api":false,"source_url":"https://ideogram.ai/features/mcp/","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.ideogram.ai/mcp","headers":null,"oauth":true,"source_url":"https://ideogram.ai/features/mcp/","docs_only":false,"checked_at":"2026-09-24"}},"free_tier":"Paid only: no free API credits (web app has 10 slow credits/week); API is pay-per-image from prepaid credit (min one-time purchase $1, min auto top-up target $10)","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Generate, edit, remix, upscale, and describe images via REST or an official OAuth MCP server, strong at in-image text.","notes":"API billing is separate from Ideogram web subscriptions; requires payment method for API access. The official MCP uses OAuth and draws from the Ideogram web subscription, not API credits.","verified":"2026-09-24","free_plan":{"kind":"none","source_url":"https://developer.ideogram.ai/ideogram-api/api-setup","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"Api-Key","format":"Api-Key: ","source_url":"https://developer.ideogram.ai/ideogram-api/api-setup","checked_at":"2026-09-24"},"base_url":"https://api.ideogram.ai","rate_limits":{"summary":"Default 10 in-flight requests; contact Ideogram for more","source_url":"https://developer.ideogram.ai/ideogram-api/api-overview","checked_at":"2026-09-24"},"data_policy":{"summary":"Image links returned by the API expire; download and store images you want to keep","source_url":"https://developer.ideogram.ai/ideogram-api/api-setup","checked_at":"2026-09-24"},"operations":["text-to-image","image-editing","image-upscaling"],"no_auth":false,"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable"},"uptime":{"window_days":30,"api":{"url":"https://api.ideogram.ai","probes":1,"up":1,"median_ms":347,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://mcp.ideogram.ai/mcp","probes":1,"up":1,"median_ms":289,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"leonardo-ai-api","name":"Leonardo.Ai API","homepage":"https://leonardo.ai","docs":"https://docs.leonardo.ai/docs/getting-started","auth":"api_key","auth_hint":"Authorization: Bearer ","mcp":{"type":"official","url":"https://mcp.leonardo.ai/v1/mcp","maintainer":"vendor","remote_url":"https://mcp.leonardo.ai/v1/mcp","tools":["generate-image"],"covers_full_api":false,"source_url":"https://docs.leonardo.ai/docs/connect-to-leonardoai-mcp","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.leonardo.ai/v1/mcp","headers":{"API-Key":"$LEONARDO_API_KEY"},"oauth":false,"docs_only":false,"source_url":"https://docs.leonardo.ai/docs/connect-to-leonardoai-mcp","checked_at":"2026-09-24"}},"free_tier":"Paid only: Pay-As-You-Go API credit (USD balance) via manual or auto top-ups; API access is separate from free/web app plans","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Generate images and videos from text via REST or the official MCP server, with model selection and job status polling.","notes":"API credit is bought separately from web app subscriptions. The official MCP (https://mcp.leonardo.ai/v1/mcp) authenticates with an 'API-Key' header, not OAuth.","verified":"2026-09-24","auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://docs.leonardo.ai/docs/getting-started","checked_at":"2026-09-24"},"base_url":"https://cloud.leonardo.ai/api/rest/v1","rate_limits":{"summary":"Default concurrency 10 generation jobs; extra requests queue up to a pending limit; separate API request rate limit","source_url":"https://docs.leonardo.ai/docs/guide-to-concurrency-queue-and-rate-limit","checked_at":"2026-09-24"},"async_jobs":{"value":true,"how":"POST returns generationId; poll GET /generations/{id} or configure webhook callback; a sync endpoint exists for some models","source_url":"https://docs.leonardo.ai/docs/getting-started"},"operations":["text-to-image","text-to-video"],"no_auth":false,"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"reachable"},"ratings":[{"source":"sourceforge","rating":5.0,"reviews":1,"url":"https://sourceforge.net/software/product/Leonardo.ai/","fetched_at":"2026-09-24T16:55Z"}],"uptime":{"window_days":30,"api":{"url":"https://cloud.leonardo.ai/api/rest/v1","probes":1,"up":1,"median_ms":511,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}},"mcp_remote":{"url":"https://mcp.leonardo.ai/v1/mcp","probes":1,"up":1,"median_ms":267,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}},"reviews_url":"https://raw.githubusercontent.com/eater2/ai_agents_api_library/main/catalog/reviews/leonardo-ai-api.json"}, {"id":"openai-images-api-gpt-image","name":"OpenAI Images API (gpt-image)","homepage":"https://developers.openai.com/api/docs/guides/image-generation","docs":"https://developers.openai.com/api/docs/guides/image-generation","auth":"api_key","auth_hint":"Authorization: Bearer ","mcp":{"type":"community","url":"https://github.com/SureScaleAI/openai-gpt-image-mcp","maintainer":"community","repo":"https://github.com/SureScaleAI/openai-gpt-image-mcp","tools":["create-image","edit-image"],"covers_full_api":true,"source_url":"https://github.com/SureScaleAI/openai-gpt-image-mcp","checked_at":"2026-09-24","domain_verified":null,"kind":"community","config":{"transport":"stdio","command":"node","args":["{repo_dir}/dist/index.js"],"env":["OPENAI_API_KEY"],"docs_only":false,"source_url":"https://github.com/SureScaleAI/openai-gpt-image-mcp","checked_at":"2026-09-24"}},"free_tier":"paid only; no free image credits, usage-based billing","sdk":["python","typescript","java","go","csharp","ruby"],"openapi":null,"llms_txt":null,"desc_en":"Generate, edit, and iteratively refine images from text prompts via REST, with mask-based inpainting and streaming previews.","notes":"Requires an OpenAI API account with billing enabled; part of the Images API / Responses API. Current models: gpt-image-2.5-sunburst and gpt-image-2.5-flare; API Organization Verification may be required.","verified":"2026-09-24","auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://developers.openai.com/api/docs/guides/image-generation","checked_at":"2026-09-24"},"base_url":"https://api.openai.com/v1","async_jobs":{"value":false,"how":"synchronous response (optional streaming of partial images)","source_url":"https://developers.openai.com/api/docs/guides/image-generation"},"data_policy":{"summary":"API data not used for training unless opted in; /v1/images/generations keeps abuse-monitoring data 30 days","source_url":"https://developers.openai.com/api/docs/guides/your-data","checked_at":"2026-09-24"},"operations":["text-to-image","image-editing"],"no_auth":false,"call":{"operation":"generate an image from a text prompt","method":"POST","url":"https://api.openai.com/v1/images/generations","example":"curl -X POST https://api.openai.com/v1/images/generations -H \"Authorization: Bearer $OPENAI_API_KEY\" -H \"Content-Type: application/json\" -d '{\"model\":\"gpt-image-2.5-flare\",\"prompt\":\"A children book drawing of a veterinarian listening to a baby otter heartbeat\"}'","response_fields":["data[0].b64_json"],"async":null,"source_url":"https://developers.openai.com/api/docs/guides/image-generation","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok"},"ratings":[{"source":"github","repo":"SureScaleAI/openai-gpt-image-mcp","stars":111,"forks":3,"pushed_at":"2025-05-31","archived":false,"url":"https://github.com/SureScaleAI/openai-gpt-image-mcp","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://api.openai.com/v1","probes":1,"up":1,"median_ms":232,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}}}}, {"id":"recraft-api","name":"Recraft API","homepage":"https://www.recraft.ai","docs":"https://www.recraft.ai/docs/api-reference/getting-started","auth":"api_key","auth_hint":"Authorization: Bearer RECRAFT_API_TOKEN","mcp":{"type":"official","url":"https://mcp.recraft.ai/mcp","maintainer":"vendor","remote_url":"https://mcp.recraft.ai/mcp","repo":"https://github.com/recraft-ai/mcp-recraft-server","tools":["generate_image","create_style","vectorize_image","image_to_image","remove_background","replace_background","crisp_upscale","creative_upscale","get_user"],"covers_full_api":true,"source_url":"https://www.recraft.ai/docs/mcp-reference/remote-server","checked_at":"2026-09-24","domain_verified":true,"kind":"vendor-hosted","config":{"transport":"streamable-http","url":"https://mcp.recraft.ai/mcp","headers":null,"oauth":true,"docs_only":false,"source_url":"https://www.recraft.ai/docs/mcp-reference/remote-server","checked_at":"2026-09-24"}},"free_tier":"paid only; pay-per-image (from $0.007/image on V4.1 Flash), no confirmed free credits","sdk":[],"openapi":"https://external.api.recraft.ai/doc/#/","llms_txt":"https://www.recraft.ai/docs/llms.txt","desc_en":"Generate, edit, upscale, and vectorize images via REST API using Recraft's proprietary models.","notes":"REST API, OpenAI-Python-library compatible for some endpoints (not all params supported). Official MCP: hosted at https://mcp.recraft.ai/mcp (OAuth 2.0, bills subscription credits) and a local server on GitHub (recraft-ai/mcp-recraft-server).","verified":"2026-09-24","free_plan":{"kind":"none","source_url":"https://www.recraft.ai/docs/api-reference/pricing","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://www.recraft.ai/docs/api-reference/getting-started","checked_at":"2026-09-24"},"base_url":"https://external.api.recraft.ai/v1","rate_limits":{"summary":"100 images/minute per user and 5 requests/second","source_url":"https://www.recraft.ai/docs/api-reference/appendix","checked_at":"2026-09-24"},"async_jobs":{"value":false,"how":"synchronous; returns image URLs","source_url":"https://www.recraft.ai/docs/api-reference/getting-started"},"data_policy":{"summary":"Generated images stored approx. 24 hours (may change)","source_url":"https://www.recraft.ai/docs/api-reference/appendix","checked_at":"2026-09-24"},"operations":["text-to-image","image-to-image","background-removal","image-upscaling"],"no_auth":false,"has_free_tier":false,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok","mcp":"ok","openapi":"ok","llms_txt":"ok"},"ratings":[{"source":"github","repo":"recraft-ai/mcp-recraft-server","stars":60,"forks":11,"pushed_at":"2026-07-13","archived":true,"url":"https://github.com/recraft-ai/mcp-recraft-server","fetched_at":"2026-09-24T16:54Z"}],"uptime":{"window_days":30,"api":{"url":"https://external.api.recraft.ai/v1","probes":1,"up":1,"median_ms":267,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}},"mcp_remote":{"url":"https://mcp.recraft.ai/mcp","probes":1,"up":1,"median_ms":326,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":401}}}}, {"id":"remove-bg-api","name":"remove.bg API","homepage":"https://www.remove.bg","docs":"https://www.remove.bg/api","auth":"api_key","auth_hint":"X-Api-Key header","mcp":{"type":"none","url":null,"domain_verified":null,"kind":"none","config":null},"free_tier":"Free: first 50 API calls per month, then paid credits","sdk":[],"openapi":null,"llms_txt":null,"desc_en":"Remove image backgrounds programmatically via a simple REST API with JSON or multipart uploads.","notes":"IMPORTANT: remove.bg API is being discontinued - stops accepting requests on December 1, 2026, with removal moving to Leonardo.ai.","verified":"2026-09-24","free_plan":{"kind":"free_tier","quota":"50 API calls","period":"month","source_url":"https://www.remove.bg/api","checked_at":"2026-09-24"},"auth_scheme":{"type":"apiKey","in":"header","name":"X-Api-Key","format":"X-Api-Key: ","source_url":"https://www.remove.bg/api","checked_at":"2026-09-24"},"base_url":"https://api.remove.bg/v1.0","rate_limits":{"summary":"Up to 500 images/minute, scaled down by megapixels (e.g. 10/min at 50 MP); 429 with Retry-After","source_url":"https://www.remove.bg/api","checked_at":"2026-09-24"},"async_jobs":{"value":false,"how":"synchronous POST /removebg returns the image","source_url":"https://www.remove.bg/api"},"operations":["background-removal"],"no_auth":false,"call":{"operation":"remove the background from an image","method":"POST","url":"https://api.remove.bg/v1.0/removebg","example":"curl -H \"X-Api-Key: $REMOVE_BG_API_KEY\" -F image_url=https://www.remove.bg/example.jpg -F size=auto -f https://api.remove.bg/v1.0/removebg -o no-bg.png","response_fields":["body (PNG/JPG/WebP image bytes)","X-Credits-Charged header","X-Type header"],"async":null,"source_url":"https://www.remove.bg/api","checked_at":"2026-09-24"},"unit_price":{"summary":"1 credit per full-resolution image (preview 0.25 credit); pay-as-you-go 10 credits for $9 down to 8,000 for $1,699; subscriptions from $9/mo for 40 credits","source_url":"https://www.remove.bg/pricing","checked_at":"2026-09-24"},"has_free_tier":true,"has_trial":false,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok"},"uptime":{"window_days":30,"api":{"url":"https://api.remove.bg/v1.0","probes":1,"up":1,"median_ms":381,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":404}}}}, {"id":"stability-ai-platform-api","name":"Stability AI Platform API","homepage":"https://platform.stability.ai","docs":"https://platform.stability.ai/docs/api-reference","auth":"api_key","auth_hint":"Authorization: Bearer ","mcp":{"type":"community","url":"https://github.com/tadasant/mcp-server-stability-ai","maintainer":"community","repo":"https://github.com/tadasant/mcp-server-stability-ai","tools":["generate-image","generate-image-sd35","remove-background","outpaint","search-and-replace","upscale-fast","upscale-creative","control-sketch","control-style","control-structure","replace-background-and-relight","search-and-recolor"],"covers_full_api":false,"source_url":"https://github.com/tadasant/mcp-server-stability-ai","checked_at":"2026-09-24","domain_verified":null,"kind":"community","config":null},"free_tier":"25 free credits on signup, then pay-as-you-go","sdk":["python"],"openapi":null,"llms_txt":null,"desc_en":"Generate, upscale, and edit images via REST (Stable Image Ultra/Core/SD3 models) using simple credit-based billing.","notes":"","verified":"2026-09-24","free_plan":{"kind":"trial","quota":"25 free credits","period":"one_time","source_url":"https://platform.stability.ai/account/credits","checked_at":"2026-09-24"},"auth_scheme":{"type":"http","scheme":"bearer","format":"Authorization: Bearer ","source_url":"https://platform.stability.ai/docs/getting-started","checked_at":"2026-09-24"},"base_url":"https://api.stability.ai","rate_limits":{"summary":"150 requests every 10 seconds; 429 when exceeded","source_url":"https://platform.stability.ai/docs/getting-started","checked_at":"2026-09-24"},"operations":["text-to-image","image-upscaling","image-editing"],"no_auth":false,"call":{"operation":"generate an image from text (Stable Image Core)","method":"POST","url":"https://api.stability.ai/v2beta/stable-image/generate/core","example":"curl -f -sS https://api.stability.ai/v2beta/stable-image/generate/core -H \"authorization: Bearer $STABILITY_API_KEY\" -H \"accept: image/*\" -F prompt=\"Lighthouse on a cliff overlooking the ocean\" -F output_format=webp -o ./lighthouse.webp","response_fields":["binary image body (accept: image/*)","image (base64, with accept: application/json)","finish_reason","seed"],"async":null,"source_url":"https://platform.stability.ai/docs/api-reference#tag/Generate/paths/~1v2beta~1stable-image~1generate~1core/post","checked_at":"2026-09-24"},"unit_price":{"summary":"Stable Image Core: 3 credits per successful image; 1 credit = $0.01, so $0.03 per image; failed generations free","source_url":"https://platform.stability.ai/pricing","checked_at":"2026-09-24"},"has_free_tier":false,"has_trial":true,"no_card":false,"stale":false,"link_check":{"checked_at":"2026-09-24","docs":"ok"},"uptime":{"window_days":30,"api":{"url":"https://api.stability.ai","probes":1,"up":1,"median_ms":501,"last":{"at":"2026-09-24T18:26Z","up":true,"detail":200}}}} ]}