Hootsuite MCP Server
for AI Agents
Connect your AI agent to StackOne's Hootsuite MCP server and give it 45 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
45 Agent Actions
Create, read, update, and delete across Hootsuite — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Hootsuite MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Hootsuite tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Hootsuite call.
Tools Discovery →What is the Hootsuite MCP Server?
A Hootsuite MCP server lets AI agents read and write Hootsuite data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Hootsuite MCP server ships with 45 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Hootsuite MCP Tools
Every action from Hootsuite's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Members
- Create Member
Create a Hootsuite member and add them to one or more organizations.
- Get Member
Retrieve a single Hootsuite member by ID.
Messages
- Get Message
Retrieve a single Hootsuite message by ID.
- Delete Message
Delete a scheduled or sent Hootsuite message.
Groups
- Create Group
Create a Hootsuite team via the SCIM 2.0 protocol.
- List Groups
List Hootsuite teams via the SCIM 2.0 protocol.
- Get Group
Retrieve a Hootsuite team via the SCIM 2.0 protocol.
Users
- Create User
Create a Hootsuite user via the SCIM 2.0 protocol.
- List Users
List Hootsuite users via the SCIM 2.0 protocol.
- Get User
Retrieve a Hootsuite user via the SCIM 2.0 protocol.
Social Profiles
- List Social Profiles
List all social profiles the authenticated member has access to.
- Get Social Profile
Retrieve a single social profile by ID.
Teams
- Create Team
Create a new team in a Hootsuite organization.
- Get Team
Retrieve a Hootsuite team by ID.
Other (31)
- Create Media Upload URL
Create an Amazon S3 upload URL that can be used to transfer media to Hootsuite.
- Add Member To Team
Add a member to a Hootsuite team.
- Get Comment
Retrieve a comment that went through the approvals workflow.
- Get Authenticated Member
Retrieve the authenticated Hootsuite member profile.
- List My Organizations
List the Hootsuite organizations that the authenticated member belongs to.
- List My Social Profiles
List social profiles the authenticated member has BASIC_USAGE permission on.
- Get Media Upload Status
Retrieve the upload status of a media item in Hootsuite.
- List Member's Organizations
List the Hootsuite organizations a member belongs to.
- List Outbound Messages
List outbound messages (scheduled or previously sent) sorted by increasing scheduled send time.
- Get Message Review History
Retrieve the prescreening review history of a Hootsuite message.
- List Organization Members
List members in a Hootsuite organization.
- Get Organization Member's Permissions
Retrieve a member's organization-level permissions.
- List Organization Member's Teams
List the teams a member belongs to within an organization.
- List Organization Member's Social Profiles
List the organization's social profiles a member can access.
- Get Member's Social Profile Permissions
Retrieve a member's permissions on a specific social profile within the organization.
- List Organization Teams
List teams within a Hootsuite organization.
- Get Resource Types
Retrieve the configuration for all supported SCIM resource types.
- List Teams With Access To A Social Profile
List Hootsuite team IDs that have access to a given social profile.
- List Team Members
List members of a Hootsuite team.
- Get Team Member's Permissions
Retrieve a team member's team-level permissions.
- List Team Social Profiles
List the organization's social profiles that a team can access.
- Remove Member From Organization
Remove a member from a Hootsuite organization.
- Approve Comment
Approve a Hootsuite comment that is pending review.
- Reject Comment
Reject a Hootsuite comment that is pending review.
- Schedule Message
Schedules a message to one or more social profiles. Some social networks have media requirements that must be met BEFORE calling this action, or the call will return HTTP 400 with an empty errors[] array (Hootsuite does not articulate the underlying network restriction). Required prerequisite workflow when targeting TikTok / Pinterest / Instagram: (1) call create_media_upload_url with the file's sizeBytes + mimeType, (2) HTTP PUT the file bytes to the returned uploadUrl, (3) poll get_media_status until state: "READY", (4) then call this action with media: [{id: <readyMediaId>}]. Personal Facebook profiles (type: "FACEBOOK") are NOT API-publishable per Facebook policy — only Facebook Pages (type: "FACEBOOKPAGE") accept API posts.
- Approve Message
Approve a Hootsuite message that is pending review.
- Reject Message
Reject a Hootsuite message that is pending review.
- Replace Group
Replace (PUT) a Hootsuite team via the SCIM 2.0 protocol.
- Modify Group
Modify (PATCH) one or more attributes of a Hootsuite team via the SCIM 2.0 protocol.
- Replace User
Replace (PUT) a Hootsuite user via the SCIM 2.0 protocol.
- Modify User
Modify (PATCH) one or more attributes of a Hootsuite user via the SCIM 2.0 protocol.
Hootsuite AI Agent Use Cases
Connect your AI agent to Hootsuite and help your team scale the marketing operations they run by hand today.
Use StackOne to connect your AI agent to your marketing automation, CRM, and email tools to automate lead nurture email sequences.
ViewUse StackOne to connect your AI agent to your marketing automation, email, and analytics platforms to automate campaign performance reporting.
ViewUse StackOne to connect your AI agent to your document stores, email platforms, and messaging tools to automate content repurposing and distribution.
ViewSet Up Your Hootsuite MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Hootsuite in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Hootsuite MCP Server FAQ
Does StackOne have a Hootsuite MCP server?
Hootsuite MCP server vs direct API integration — what's the difference?
How does Hootsuite authentication work for AI agents?
origin_owner_id.Are Hootsuite MCP tools vulnerable to prompt injection?
What is the context bloat of a Hootsuite agent and how do I avoid it?
Can I limit which actions my Hootsuite agent can access?
Can I create custom agent actions for my Hootsuite MCP server?
When should I NOT use a Hootsuite MCP server?
What AI frameworks and AI clients does the StackOne Hootsuite MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.