mcp-server
Verified Safeby Iterable
Overview
Enables AI assistants to interact with Iterable's marketing automation platform using natural language, executing API calls to query and manipulate customer data, campaigns, templates, and more without coding.
Installation
npx -y @iterable/mcpEnvironment Variables
- ITERABLE_API_KEY
- ITERABLE_BASE_URL
- ITERABLE_DEBUG
- LOG_LEVEL
- ITERABLE_USER_PII
- ITERABLE_ENABLE_WRITES
- ITERABLE_ENABLE_SENDS
- ITERABLE_MCP_NODE_PATH
- ITERABLE_MCP_NPX_PATH
Security Notes
Strong API key management utilizing OS-level secure storage (Keychain, DPAPI) and restrictive file permissions. Implements a "deny-by-default" permission model for PII access, write operations, and message sending, requiring explicit user consent. Network logging sanitizes URLs to prevent PII leakage. Uses safe command execution practices (e.g., execFile where appropriate). Project is in beta, requiring user caution.
Similar Servers
metorial-platform
The Metorial Platform is an open source integration platform for agentic AI, designed to connect any AI model to thousands of APIs, data sources, and tools with a single function call, built to scale for enterprise-grade AI applications.
openapi-mcp-server
Acts as a bridge to convert OpenAPI specifications into Model Context Protocol (MCP) tools, enabling AI assistants to interact with APIs.
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.
lemonado-mcp-server
Enables AI agents to query and analyze data from various marketing, payment, and productivity platforms using SQL via the Model Context Protocol (MCP).