Skip to main content
Glama
LokiMCPUniverse

Hootsuite MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOOTSUITE_API_KEYNoAPI Key
HOOTSUITE_API_SECRETNoAPI Secret
HOOTSUITE_ACCESS_TOKENNoOAuth Access Token (recommended)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_postB

Create and schedule a social media post on Hootsuite.

Args: text: The content of the post. social_profile_ids: List of social profile IDs to post to. scheduled_send_time: Optional ISO 8601 datetime for scheduling.

get_social_profilesA

Get the list of social media profiles connected to Hootsuite.

get_postsB

Get scheduled and published posts from Hootsuite.

Args: limit: Maximum number of posts to retrieve (default: 20). state: Optional filter by state (scheduled, published, draft).

delete_postB

Delete a scheduled or draft post from Hootsuite.

Args: post_id: The ID of the post to delete.

get_analyticsB

Get analytics data for social profiles.

Args: profile_ids: List of profile IDs to get analytics for. start_date: Start date in ISO format (YYYY-MM-DD). end_date: End date in ISO format (YYYY-MM-DD).

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/LokiMCPUniverse/hootsuite-mcp-server'

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