swipebuilder-mcp
Verified Safeby SwipeBuilder-io
Overview
Access and manage an ad swipe library programmatically via the Model Context Protocol (MCP) by integrating with the SwipeBuilder API.
Installation
docker run -e SWIPEBUILDER_API_KEY=sb_live_xxx swipebuilder-mcpEnvironment Variables
- SWIPEBUILDER_API_KEY
- SWIPEBUILDER_API_URL
Security Notes
The server securely handles API keys by requiring them via environment variables or explicit parameter passing, avoiding hardcoded secrets. It utilizes `httpx` for external API communication, and includes basic error handling for common API issues (e.g., 401, 403, 429). No 'eval' or other directly dangerous dynamic code execution patterns were found. The codebase appears straightforward and relies on standard Python practices for API interaction.
Similar Servers
metorial-index
A background service that builds and maintains a comprehensive public catalog of Model Context Protocol (MCP) servers, enriching their metadata through automated fetching from repositories and AI-driven content generation.
tiktok-ads-mcp
Provides a read-only Model Context Protocol (MCP) server for interacting with the TikTok Business API to retrieve advertising campaign data and performance reports.
awesome-mcp-api
A curated directory of Model Context Protocol (MCP) APIs designed to be integrated into AI agents, LLM workflows, and automation frameworks.
mcp-servers
Provides current weather conditions and forecasts from the Open-Meteo API for a given geographical location.