FlyMyAI (models)
Gives an agent access to FlyMyAI's image and video models and an analysis VLM.
What it can do
| Method | What it does |
|---|---|
generate_image | Text → image via FlyMyAI (e.g. Flux Schnell). Returns agent_file; use agent_file.public_url or feed agent_file_id to send_photo. |
edit_image | Image-to-image edit via FlyMyAI. Pass a prompt + at least one source image (HTTPS URL or base64). Returns agent_file with the edited result. |
analyze_image | Analyze product photos / scenes with a Gemini VLM. Pass image_urls (HTTPS) and optional prompt. |
generate_video | Text → video via FlyMyAI (e.g. Veo 3.1). Supports duration_seconds, seed, aspect_ratio, image-to-video, reference images. Returns agent_file with .mp4. |
Looking for the Models API?
The methods above are agent-facing MCP actions. For direct programmatic access to all FlyMyAI models - including schema lookup (client.schema()), async runs (client.async_run()), and the full model catalog - see the Models API and the Python / JavaScript SDKs.
How to get credentials
This MCP is built-in for FlyMyAI accounts and uses your existing account credentials - no extra key to paste. If it shows as not configured, open the tool and follow the on-screen prompt.
Fields to fill in FlyMyAI
None - the MCP uses your FlyMyAI session.
Troubleshooting
- Rate-limited / quota exceeded - check your plan on flymy.ai.
- Edit refused on an uploaded image - make sure the reference is a public HTTPS URL or clean base64; private URLs aren't fetched.
Links
Built with care by FlyMy.AI.