Connect Sendfox with AI agents using Model Context Protocol (MCP). Seamlessly integrate Sendfox tools and actions into Claude, Cursor, Windsurf, and other AI applications for enhanced workflow automation.
Features
Easy MCP setup with one command
Compatible with Claude, Cursor, Windsurf
12+ available tools and actions
Built-in authentication and security
Real-time synchronization
No coding required
Category
Some category tools for AI automation
Setup Instructions
Install Sendfox MCP server in minutes. Choose your AI platform: Cursor, Claude Desktop, Windsurf, or use HTTP endpoint for custom integrations. Follow our step-by-step guide to connect Sendfox with your AI agent.
Benefits
Automate Sendfox workflows with AI
Increase productivity with AI-powered Sendfox operations
Seamless integration with popular AI platforms
Enterprise-grade security and reliability
24/7 support and documentation
Related Integrations
Explore other MCP integrations: Gmail MCP, Notion MCP, GitHub MCP, Linear MCP, Slack MCP, Google Sheets MCP, and 100+ more AI agent tools.
Sendfox
Template description for sendfox
VIEWS
2
USERS
2158
CATEGORY
Some category
VERSION
0.1.0(Updated 12h ago)
2VIEWS
2158USERS
Install MCP Server
Paste and run this command in your terminal to set up Cursor with MCP
Tool to remove a contact from a specific list in sendfox. use when you need to disassociate a contact by its id from a sendfox list.
Get Automations
Tool to retrieve a list of automations. use when you need to list all automations for your sendfox account.
Get Campaigns
Tool to retrieve a paginated list of campaigns. use when you need to fetch campaigns in batches or implement pagination. example: "fetch campaigns page 2 with 50 per page.".
Get Contacts
Tool to retrieve a paginated list of contacts. use when you need to fetch contacts in pages, optionally filtering by email.
Retrieve Contact By Email
Tool to retrieve a contact by their email address. use when you need to fetch an existing contact’s details by providing their email.
Get Contact By Id
Tool to retrieve a contact's details by id. use after obtaining the contact id to get full contact information.
Get Contact Fields
Tool to retrieve a list of user contact fields. use when you need to discover all contact field metadata before creating or updating contacts. use after authentication is complete.
Get Lists
Tool to retrieve paginated contact lists. use when you need to fetch all your sendfox lists.
Get List By Id
Tool to retrieve a specific contact list by its id. use when you have a list id and need its details before performing list operations.
Unsubscribe Contact
Tool to unsubscribe a contact. use when you need to globally mark a contact as unsubscribed.
Create Contact
Tool to create a new contact. use when you need to add a new subscriber to sendfox.
Create List
Tool to create a new contact list. use when you need to add a new list to your sendfox account. example: create a list named 'newsletter subscribers'.