Back to Home
Oktopost icon

Oktopost-MCP

Verified Safe

by Oktopost

Overview

This MCP Server acts as an integration layer for Oktopost's REST API, providing secure and structured access to social media management functionalities (campaigns, posts, approvals) for AI clients and automation tools.

Installation

Run Command
npx oktopost-mcp

Environment Variables

  • MCP_HOST
  • OKTOPOST_ACCOUNT_REGION
  • OKTOPOST_ACCOUNT_ID
  • OKTOPOST_API_KEY

Security Notes

The server functions primarily as a proxy, relaying requests to a configurable 'MCP_SERVER_URL' (defaulting to Oktopost's official endpoint). Authentication credentials such as 'OKTOPOST_ACCOUNT_ID', 'OKTOPOST_API_KEY', and 'OKTOPOST_ACCOUNT_REGION' are correctly sourced from environment variables, preventing hardcoding. The codebase does not contain direct 'eval' calls, arbitrary code execution, or insecure deserialization in the provided sections. The overall security posture heavily relies on the integrity and security practices of the upstream Oktopost API endpoint. Adherence to best practices for environment variable management is essential for safeguarding API keys.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens750
Stars0
Forks0
Last Update2025-11-23

Tags

Social Media ManagementAPI IntegrationOktopostDeveloper ToolsAI Agents