Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POLLINATIONS_API_KEY | No | Pollinations API key required for paid models. Free models work without an API key. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_models | List all available models for image, video, and audio generation with their type and pricing |
| list_styles | List all available styles, lighting, camera angles, moods, colors, and quality tags for prompt building |
| build_prompt | Build an optimized prompt from subject + style/lighting/camera/mood/color/quality options |
| generate_image | Generate an image using Pollinations API. Returns a URL to the generated image. |
| generate_video | Generate a video using Pollinations API. Returns a URL to the generated video. |
| generate_audio | Generate audio (speech or music) using Pollinations API. Returns a URL to the generated audio. |
| check_balance | Check your Pollinations API balance (pollen). Shows remaining credits for paid models. |
| generate_batch | Generate multiple images in one call (up to 10). More efficient than calling generate_image repeatedly. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |