Hootsuite MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOOTSUITE_API_KEY | No | API Key | |
| HOOTSUITE_API_SECRET | No | API Secret | |
| HOOTSUITE_ACCESS_TOKEN | No | OAuth Access Token (recommended) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/LokiMCPUniverse/hootsuite-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server