Skip to main content
Glama
fav-devs

Sociona MCP Server

by fav-devs

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOCIONA_API_KEYYesYour Sociona API key with required scopes (posts:write, posts:read, schedule:write, schedule:read)
SOCIONA_API_BASENoThe base URL for the Sociona APIhttps://api.sociona.app/api/v1

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
publish_postB

Publish a social media post immediately

schedule_postB

Schedule a post for future publication

get_accountsB

Get list of connected social media accounts

get_postsC

Get recent posts published via the API

cancel_scheduled_postA

Cancel a scheduled post before it publishes

get_post_statsB

Get statistics about your posts

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool has a clear, distinct purpose with no overlap: account listing, post retrieval, stats, immediate publishing, scheduling, and cancellation are all separate concerns.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., get_accounts, publish_post, cancel_scheduled_post), making it easy to infer functionality.

Tool Count5/5

With 6 tools, the server is well-scoped for a social media scheduling and publishing service—neither too few nor too many.

Completeness4/5

The tool set covers the essential workflow (listing accounts, posting, scheduling, cancellation, stats) but lacks a delete or edit post tool, which could be useful but is not critical.

Maintenance

ActivityMaintained
ResponsivenessNo issues