How to Use the Envoke Marketing MCP in Claude Code
Pipe Envoke campaign stats directly into your terminal or CI/CD pipelines with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Envoke Marketing MCP to Claude Code
Create your Vinkius account to connect Envoke Marketing to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Extract stats via Claude Code and this MCP Server
Terminal users don't want to log into a web dashboard to check email stats. You can run a single CLI command to pull yesterday's numbers. The agent uses `list_successfully_sent_campaigns` to find what went out. It immediately pipes those IDs into `get_campaign_performance_stats`. You get raw open and click metrics printed directly to your stdout. You can dump this output straight into a CSV or a Slack notification script.
Automate your account audits
Nobody wants to manually check API limits. You can drop this MCP Server into a cron job to monitor your marketing quota automatically. It runs `quick_marketing_volume_audit` to grab a high-level summary of your list counts. If the volume looks high, the agent triggers `get_envoke_account_metadata`. This pulls your hard limits. If you are approaching your cap, your shell script can alert the engineering team before the marketing department breaks something.
Verify audience syncs in the terminal
When your backend database syncs with your marketing platform, you need to verify it worked. You ask the agent to check the target list. It runs `list_contact_address_lists` to find the specific segment. Then it uses `list_marketing_contacts` to sample the users inside that segment. If a specific test account is missing, it runs `search_contacts_by_email` to debug the failure. You validate your entire data pipeline without leaving the command line.
Set up Envoke Marketing MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeenvoke-marketing-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Envoke Marketing transactions." It will automatically discover and invoke the available Envoke Marketing tools.
claude mcp add --transport http envoke-marketing-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Envoke Marketing MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Envoke Marketing MCP today
We host it, we monitor it, we maintain it. You just paste one token.