XenonFlare MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| XENONFLARE_API_KEY | Yes | Your XenonFlare API key | |
| XENONFLARE_API_URL | No | The XenonFlare API base URL (defaults to https://api.xenonflare.com) | https://api.xenonflare.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_channelsB | List connected social accounts. |
| list_profilesA | List all account profiles (groups of accounts). |
| upload_videoC | Upload a video via public URL with platform-specific configurations. |
| upload_imageC | Upload an image via public URL with platform-specific configurations. |
| get_video_statusA | Get status for a specific video id. |
| get_image_statusC | Get status for a specific image id. |
| list_videosC | List recent video uploads. |
| list_imagesC | List recent image uploads. |
| delete_videoC | Delete a video upload. |
| delete_imageC | Delete an image upload. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool targets a distinct resource (image, video, channel, profile) and action (delete, get status, list, upload), with no overlapping purposes.
All tool names follow a consistent verb_noun pattern with underscores (e.g., delete_image, list_channels, upload_video).
10 tools cover the core upload, delete, status, and list operations for images and videos, plus listing channels and profiles—well-scoped for the server's purpose.
Covers all major operations for image/video management (CRUD except update, which is typical for immutable uploads), but lacks individual get for channels and profiles (only list provided).