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).

{
    "mcpServers": {
        "Tapti MCP Server": {
            "name": "Tapti MCP Server",
            "command": "npx",
            "args": [
                "-y",
                "supergateway",
                "--sse",
                "https://mcp.tapti.ai/sse",
                "--header",
                "X-API-Key:YOUR_API_KEY"
            ]
        }
    }
}
  • 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.