Sociona MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOCIONA_API_KEY | Yes | Your Sociona API key with required scopes (posts:write, posts:read, schedule:write, schedule:read) | |
| SOCIONA_API_BASE | No | The base URL for the Sociona API | https://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
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clear, distinct purpose with no overlap: account listing, post retrieval, stats, immediate publishing, scheduling, and cancellation are all separate concerns.
All tool names follow a consistent verb_noun pattern (e.g., get_accounts, publish_post, cancel_scheduled_post), making it easy to infer functionality.
With 6 tools, the server is well-scoped for a social media scheduling and publishing service—neither too few nor too many.
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.