Server Details
Generate word clouds from text with custom fonts, colors, backgrounds, gradients, and shape masks
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
3 toolsgenerate_wordcloudInspect
Generate a word cloud and return an embeddable URL. Data is sent to word-cloud.net servers for processing only and is not logged or stored.
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | Use bold weight | |
| font | No | Font family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl. | Impact |
| mask | No | Shape mask preset constraining where words are placed | none |
| shape | No | Canvas shape | landscape |
| words | Yes | Array of words with weights. Higher weight = larger text. | |
| maskUrl | No | URL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed. | |
| gradient | No | Background gradient. Mutually exclusive with backgroundColor. | |
| rotation | No | Word rotation mode | horizontal-vertical |
| colorMode | No | Color mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white text | palette |
| colorPalette | No | Color palette preset | rainbow |
| customColors | No | Custom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided. | |
| backgroundUrl | No | URL to a background image (PNG, JPEG, SVG). | |
| googleFontsUrl | No | Google Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap) | |
| backgroundColor | No | Solid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset. | |
| backgroundPreset | No | Built-in background image preset | None |
generate_wordcloud_imageInspect
Generate a word cloud and return it as a WebP image. Data is sent to word-cloud.net servers for processing only and is not logged or stored.
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | Use bold weight | |
| font | No | Font family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl. | Impact |
| mask | No | Shape mask preset constraining where words are placed | none |
| shape | No | Canvas shape | landscape |
| words | Yes | Array of words with weights. Higher weight = larger text. | |
| maskUrl | No | URL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed. | |
| gradient | No | Background gradient. Mutually exclusive with backgroundColor. | |
| rotation | No | Word rotation mode | horizontal-vertical |
| colorMode | No | Color mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white text | palette |
| colorPalette | No | Color palette preset | rainbow |
| customColors | No | Custom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided. | |
| backgroundUrl | No | URL to a background image (PNG, JPEG, SVG). | |
| googleFontsUrl | No | Google Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap) | |
| backgroundColor | No | Solid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset. | |
| backgroundPreset | No | Built-in background image preset | None |
generate_wordcloud_svgInspect
Generate a word cloud and return it as an SVG image. Data is sent to word-cloud.net servers for processing only and is not logged or stored.
| Name | Required | Description | Default |
|---|---|---|---|
| bold | No | Use bold weight | |
| font | No | Font family. Built-in: Arial, Audiowide, Bangers, Black Ops One, Bungee, Caveat, Chewy, Comic Sans MS, Courier New, Creepster, Dancing Script, Fredoka One, Georgia, Great Vibes, Impact, Lobster, Luckiest Guy, MedievalSharp, Montserrat, Nosifer, Open Sans, Orbitron, Oswald, Pacifico, Passion One, Permanent Marker, Righteous, Roboto, Russo One, Satisfy, UnifrakturMaguntia. Or use any Google Font with googleFontsUrl. | Impact |
| mask | No | Shape mask preset constraining where words are placed | none |
| shape | No | Canvas shape | landscape |
| words | Yes | Array of words with weights. Higher weight = larger text. | |
| maskUrl | No | URL to a custom mask image (PNG, JPEG, SVG). Black areas define where words are placed. | |
| gradient | No | Background gradient. Mutually exclusive with backgroundColor. | |
| rotation | No | Word rotation mode | horizontal-vertical |
| colorMode | No | Color mode: 'palette' uses colorPalette colors, 'bw' is black & white, 'white' is all white text | palette |
| colorPalette | No | Color palette preset | rainbow |
| customColors | No | Custom hex color values (e.g. ["#ff0000", "#00ff00"]). Overrides colorPalette when provided. | |
| backgroundUrl | No | URL to a background image (PNG, JPEG, SVG). | |
| googleFontsUrl | No | Google Fonts CSS URL for custom fonts (e.g. https://fonts.googleapis.com/css2?family=Lobster&display=swap) | |
| backgroundColor | No | Solid background hex color (e.g. #1a034f). Omit for transparent. Mutually exclusive with gradient and backgroundPreset. | |
| backgroundPreset | No | Built-in background image preset | None |
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!