posthive
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTHIVE_API_KEY | Yes | API key from Posthive Settings → API Keys | |
| POSTHIVE_API_URL | No | Base URL of your Posthive API. Leave blank to use https://api.posthive.co |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_accountsA | List all connected social media accounts for this Posthive workspace. Returns account IDs, platforms, and display names. Use these IDs when creating posts. |
| create_postA | Create a post in Posthive. BY DEFAULT posts are saved as DRAFTS and require manual approval in the Posthive review queue before anything is published. Nothing is published automatically unless schedule_directly is explicitly set to true with a future scheduled_time. Use list_accounts to get valid account IDs before calling this tool. |
| get_postA | Get full details of a single post by ID, including per-platform publish status. |
| list_scheduled_postsB | List upcoming scheduled posts and drafts in the queue. |
| approve_draftA | Approve a draft post and schedule it for publishing at a specific time. Promotes a draft to the scheduled queue — it will publish at scheduled_time without further approval. Only works on posts with status 'draft'. |
| update_postA | Update content or scheduled time of a queued or draft post. Only pending/draft posts can be updated. |
| duplicate_postB | Clone an existing post as a new draft. Copies content, accounts, and per-account overrides. |
| delete_postA | Delete a pending or draft post from the queue. |
| list_templatesA | List all saved post templates in this Posthive workspace. |
| create_from_templateA | Create a draft post using a saved template as the base content. You can override the text before saving. Use list_templates to get template IDs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AstaBlackClove/posthive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server