MCP tools reference
All 16 tools available through Model Context Protocol.
Generate
generate_image
Create an image from a prompt. Supports model overrides, size controls, workspace storage, and a durable output URL.
upscale_image
Upscale an existing image by generation ID or URL, then store and return the final asset.
generate_video
Create a short video from a text prompt. Useful for ads, teasers, demos, and campaign clips.
generate_audio
Create audio from a prompt for soundtracks, loops, brand stings, and background music.
Models
list_models
List available image, video, and audio models with defaults and supported options.
Assets
list_recent_generations
List recent stored generations in the active workspace so an assistant can continue from earlier assets.
get_generation
Fetch one generation by ID, including status, prompt, metadata, and output URL.
Billing
get_credits
Return the prepaid balance available to the active workspace before starting generation.
top_up_balance
Create a Stripe Checkout URL to add prepaid balance. Generation runs only when balance is available.
Workspace
list_workspaces
List workspaces available to the account with IDs, slugs, names, and role context.
create_workspace
Create a workspace and make it active for future MCP calls.
switch_workspace
Switch the active MCP workspace. Future generation, billing, and team calls use that workspace.
delete_workspace
Delete the active workspace when the user explicitly asks. If another workspace remains, the session moves there.
Team
invite_team_member
Invite someone to the active workspace by email.
list_members
List workspace members and pending invitations.
Feedback
submit_feedback
Send product feedback to the AgentFramer team without opening live chat.
Each tool accepts structured parameters, but you do not need to know the exact schema. Describe the asset you want and your assistant maps that intent to the right AgentFramer call.
For setup instructions, see MCP overview.