Overview
Tapti MCP (Model Context Protocol) provides a unified interface for managing users, accounts, content, comments, demographics, and more across multiple social media and content platforms. It is designed to be used as part of the Tapti Core system, enabling automation, analytics, and integration with external services.
Unified API
Access multiple platforms with a single, consistent API.
Modular Tools
Each feature is exposed as a tool for easy extension and integration.
Secure & Tenant-Aware
All operations are scoped to your tenant and API key.
Extensible
Add new platforms and features as your needs grow.
Usage with Tapti MCP Server
To use MCP tools, run the Tapti MCP Server, which exposes the tools as callable endpoints or functions. See the example configuration below (from .cursor/mcp.json
).
- Replace
YOUR_API_KEY
with your actual API key. - The server will expose all tools registered in the MCP tools module.
Tool Categories
User Tools
Manage users and retrieve user information.
Account Tools
Manage user accounts and refresh account data.
Profile Tools
Fetch and manage user profiles.
Comments Tools
Fetch, publish, and manage comments.
Content Tools
Fetch, publish, and manage content items.
Demographics Tools
Retrieve audience and demographic data.
Engagement Tools
Get engagement metrics for content and accounts.
Content Groups & Items
Manage content groups (campaigns/collections) and their items.
OAuth Tools
Handle authentication flows for supported platforms.
See MCP Tools for a detailed list of available tools and their usage.