Higgsfield Unlimited MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| auth_statusA | Verify credentials for every configured account by minting a fresh JWT each. |
| account_infoB | Plan info, all credit balances, and the has_unlim flag. |
| concurrent_stateB | Concurrent-slot tier (how many jobs can run at once: 4/8/12/16). |
| estimate_costA | Credit cost table per model / resolution / mode — WITHOUT spending credits. Reads GET /job-sets/costs. Use this before generating on credits (unlimited jobs
cost 0). e.g. seedance_2_0 720p ~4.5 credits/second; an 8s clip ~36 credits.
Check |
| unlimited_statusA | Which models are currently unlimited-active for the account. Reads /workspaces/unlim-activations, /subscriptions/bundle/all-unlim/status, and
/user (has_unlim). An empty |
| queue_statusA | Snapshot of in-flight jobs across all accounts in the pool. |
| list_modelsA | List generation models. Optionally filter by category: image / video / audio. |
| get_aspect_dimensionsB | Canonical (width, height) in pixels for an aspect ratio + resolution (1k/2k/4k). |
| generate_imageC | Generate a single image, unlimited, across the account pool.
|
| generate_image_batchA | Queue many prompts, running up to With |
| generate_storyboardB | Multi-shot storyboard with character/style continuity. Uses Higgsfield's dedicated multi-shot endpoint (nano-banana-2-shots). Each
entry in |
| generate_videoA | Generate ONE video via the v2 API, with automatic resolution fallback. Defaults target viral 9:16 clips. Unlimited is capped per model (Seedance/Wan/Gemini
render unlimited at 720p), so Unlimited-eligible: |
| generate_video_batchA | Generate MANY videos in PARALLEL, spread across all accounts in the pool. This is how you use multiple accounts at once: N prompts fan out concurrently and the
pool routes each to the least-busy account (with 429 failover). With |
| list_voicesA | List TTS preset voices (id, name, gender, preview mp3) for generate_audio. Reads GET /reference-elements/voices. Pick a voice |
| generate_audioB | Text-to-speech (unlimited) via the v2 text2speech_v2 model. Verified contract: params {prompt, model:"elevenlabs", voice_id, voice_type:"preset"}.
Get a |
| generate_rawA | Escape hatch: call any model with a custom params dict, across the account pool. Use for face-swap, character-swap, upscale, inpaint, or any model whose exact
schema you already know (see docs/MODEL_SCHEMAS.md). |
| check_jobA | Poll a single job across the account pool (local registry, then remote API). |
| wait_for_jobA | Block until a job finishes; optionally download its results. |
| cancel_jobB | Cancel an in-progress job (DELETE /jobs/{id}). |
| list_jobsA | List all jobs across every account in the pool (this session). |
| download_job_resultC | Re-fetch a completed job's results and save them to disk. |
| show_generationsC | Server-side recent generation history (your account's /jobs/accessible). |
| list_workspacesA | List all your workspaces. |
| workspace_detailsA | Active workspace info (id, name, type, role). |
| workspace_walletC | Workspace credit balance. |
| workspace_members | Members of the active workspace. |
| workspace_usageB | Credit-usage chart for the active workspace. |
| show_mediasA | Paginated media library (images + videos). Optional kind filter: image/video. |
| media_uploadB | Upload a local image/video for use as input on subsequent generations. |
| media_statusB | Check status of media items by id. |
| media_download_batch | Bulk-download media by id. Resolves each id to a URL and saves it to disk. |
| list_assets | List your assets. |
| list_favourites | List your favourited assets. |
| like_asset | Add an asset to your favourites. |
| unlike_asset | Remove an asset from your favourites. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nukIeer/higgsfield-unlimited-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server