tiktok-ads-mcp
Verified Safeby ysntony
Overview
Provides a read-only Model Context Protocol (MCP) server for interacting with the TikTok Business API to retrieve advertising campaign data and performance reports.
Installation
python -m tiktok_ads_mcpEnvironment Variables
- TIKTOK_APP_ID
- TIKTOK_SECRET
- TIKTOK_ACCESS_TOKEN
Security Notes
Credentials are loaded securely from environment variables. Uses standard HTTP client (httpx) with robust retry logic (tenacity) for external API calls. Input filtering mechanisms utilize `json.dumps` for serialization, which prevents direct code injection. All stated operations are read-only, significantly limiting potential for malicious actions. No 'eval', 'exec', or other highly dangerous patterns were detected in the provided source code.
Similar Servers
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
ig-mcp
Integrate AI applications with Instagram Business accounts to manage profiles, media, insights, and direct messages.
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
wechat-official-account-mcp
Provides a Model Context Protocol (MCP) service to enable AI applications to interact with WeChat Official Account APIs, managing features like authentication, media, drafts, and publishing.