Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
generateImageUrl | Generate an image URL from a text prompt. User-configured settings in MCP config will be used as defaults unless specifically overridden. |
generateImage | Generate an image, return the base64-encoded data, and save to a file by default. User-configured settings in MCP config will be used as defaults unless specifically overridden. |
editImage | Edit or modify an existing image based on a text prompt. User-configured settings in MCP config will be used as defaults unless specifically overridden. |
generateImageFromReference | Generate a new image using an existing image as reference. User-configured settings in MCP config will be used as defaults unless specifically overridden. |
listImageModels | List available image models |
respondAudio | Generate an audio response to a text prompt and play it through the system |
listAudioVoices | List all available audio voices for text-to-speech generation |
respondText | Respond with text to a prompt using the Pollinations Text API. User-configured settings in MCP config will be used as defaults unless specifically overridden. |
listTextModels | List available text models |