# Hootsuite Mcp Server

> MCP server for Hootsuite - Social media management platform

- **Type:** MCP server
- **Install:** `agentstack add mcp-lokimcpuniverse-hootsuite-mcp-server`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LokiMCPUniverse](https://agentstack.voostack.com/s/lokimcpuniverse)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [LokiMCPUniverse](https://github.com/LokiMCPUniverse)
- **Source:** https://github.com/LokiMCPUniverse/hootsuite-mcp-server
- **Website:** https://github.com/asklokesh/mcp-servers

## Install

```sh
agentstack add mcp-lokimcpuniverse-hootsuite-mcp-server
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Hootsuite MCP Server

# Hootsuite Mcp Server

[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/stargazers)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/network)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/watchers)

[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/blob/main/LICENSE)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/issues)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/pulls)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/commits)

[](https://python.org)
[](https://modelcontextprotocol.io)

[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/pulse)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server)
[](https://github.com/LokiMCPUniverse/hootsuite-mcp-server/graphs/contributors)

A Model Context Protocol (MCP) server for integrating Hootsuite with GenAI applications.

## Overview

Social media management platform

## Features

- Comprehensive Hootsuite API coverage
- Multiple authentication methods
- Enterprise-ready with rate limiting
- Full error handling and retry logic
- Async support for better performance

## Installation

```bash
pip install hootsuite-mcp-server
```

Or install from source:

```bash
git clone https://github.com/asklokesh/hootsuite-mcp-server.git
cd hootsuite-mcp-server
pip install -e .
```

## Configuration

Create a `.env` file in your project root with your Hootsuite API credentials:

```env
# Option 1: OAuth Access Token (recommended)
HOOTSUITE_ACCESS_TOKEN=your_access_token_here

# Option 2: API Key and Secret
HOOTSUITE_API_KEY=your_api_key_here
HOOTSUITE_API_SECRET=your_api_secret_here
```

See `.env.example` for all available configuration options.

## Quick Start

### Running the MCP Server

```bash
# Using the command line entry point
hootsuite-mcp

# Or using Python
python -m hootsuite_mcp.server
```

### Using as a Library

```python
from hootsuite_mcp import mcp

# `mcp` is a FastMCP instance with tools pre-registered.
# Run the stdio transport in-process:
if __name__ == "__main__":
    mcp.run()
```

### Requirements

- Python 3.10 or newer
- MCP SDK 1.27+ (installed automatically via `pip install -e .`)

## Available Tools

The MCP server provides the following tools:

1. **create_post** - Create and schedule social media posts
2. **get_social_profiles** - Get connected social media profiles
3. **get_posts** - Retrieve scheduled and published posts
4. **delete_post** - Delete posts by ID
5. **get_analytics** - Get analytics data for profiles

## Development

See [DEVELOPER.md](DEVELOPER.md) for detailed development documentation.

### Running Tests

```bash
# Install development dependencies
pip install -e ".[dev]"

# Run tests
pytest tests/ -v

# Run with coverage
pytest tests/ -v --cov=src --cov-report=term
```

### Validation

Run the validation script to check the installation:

```bash
python validate.py
```

## CI/CD

The project uses GitHub Actions for continuous integration:
- **Quick Test** - Runs on every push/PR for fast feedback
- **Full CI** - Comprehensive testing across multiple Python versions and OSes

## License

MIT License - see LICENSE file for details

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LokiMCPUniverse](https://github.com/LokiMCPUniverse)
- **Source:** [LokiMCPUniverse/hootsuite-mcp-server](https://github.com/LokiMCPUniverse/hootsuite-mcp-server)
- **License:** MIT
- **Homepage:** https://github.com/asklokesh/mcp-servers

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** yes
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-lokimcpuniverse-hootsuite-mcp-server
- Seller: https://agentstack.voostack.com/s/lokimcpuniverse
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
