send16 mcp for LangChain
io.github.spruikco/send16-mcp
Email for AI agents: send mail, manage contacts, automations & webhooks. Zero-DNS first send.
client:LangChain
transport:streamable-http
runtime:npm
tools:79
Install send16 mcp in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"send16-mcp": {
"transport": "streamable_http",
"url": "https://mcp.send16.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- whoami
- send_email
- send_campaign_test
- create_campaign
- design_email_template
- list_campaigns
- create_contact
- search_contacts
- list_contacts
- import_contacts
- list_domains
- check_domain_health
- get_campaign_stats
- get_deliverability_status
- list_automations
- get_automation
- enroll_in_automation
- send_event
- list_templates
- get_template
- render_email_content
- add_domain
- pre_send_review
- generate_email_from_url