Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QPOST_API_KEYYesAPI key from QPost dashboard.
QPOST_BASE_URLNoBase URL for self-hosted QPost.https://qpost.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_connected_accountsA

List the social media accounts (YouTube, TikTok, Instagram) currently connected to this QPost account, including connection status. Call this before creating a post to know which platforms are actually available.

create_postA

Create and publish (or schedule) a post to one or more connected social platforms (YouTube, TikTok, Instagram). Provide media as either a remote URL (mediaUrl fetched by the server) or a local file path (mediaPath read from disk) — exactly one media source per call. Omit scheduledFor to publish immediately.

list_postsA

List posts on this QPost account, optionally filtered by status or platform.

get_postA

Get a single post by ID, including its per-platform publish status.

update_postA

Update a post's caption, schedule, timezone, or status. Only works on posts you own.

delete_postA

Permanently delete a post you own.

retry_postA

Retry publishing a post that previously failed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/arslan2012/qpost-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server