Skip to main content
Glama
Xenon-Flare

XenonFlare MCP Server

by Xenon-Flare

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
XENONFLARE_API_KEYYesYour XenonFlare API key
XENONFLARE_API_URLNoThe 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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 10 tools

Disambiguation5/5

Each tool targets a distinct resource (image, video, channel, profile) and action (delete, get status, list, upload), with no overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with underscores (e.g., delete_image, list_channels, upload_video).

Tool Count5/5

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.

Completeness4/5

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).