mcp-server
Verified Safeby PostIdentity
Overview
The PostIdentity MCP server enables AI assistants to generate, refine, and manage social media posts using user-defined personas and content from the PostIdentity platform.
Installation
npx -y @postidentity/mcp-server@latest --api-key your_api_key_hereSecurity Notes
The server uses token-based authentication (API keys or access tokens) with a Supabase backend. API keys are exchanged for short-lived JWTs, which are then used for all authenticated requests. Data access is enforced with Row Level Security (RLS) by explicitly filtering queries by user_id and requiring a valid Authorization header. There is no usage of 'eval' or obvious code obfuscation. The Supabase anonymous key is hardcoded, which is typical for client-side applications connecting to Supabase and is not a security risk as it grants only anonymous, public access. All sensitive operations are guarded by the user's authenticated token.
Similar Servers
xiaohongshu-mcp
Automate content creation, publishing, and interaction (search, detail, comment, like, favorite) on the Xiaohongshu platform via Model Context Protocol (MCP) and HTTP APIs, primarily for AI agent integration.
x-twitter-mcp-server
An MCP server for interacting with Twitter (X) via AI tools, allowing natural language commands to fetch, post, search, and manage tweets and user data.
vcon-mcp
The vCon MCP Server stores, manages, and provides advanced search and AI/ML analysis capabilities for IETF vCon (Virtual Conversation) objects, supporting multi-tenancy and extensibility via plugins.
social-cli-mcp
A CLI tool and MCP server for AI agents to post content across multiple social media platforms (Twitter/X, Reddit, LinkedIn, Instagram).