Mailrith Email Marketing for LangChain
com.mailrith/mailrith
Manage Subscribers, Broadcasts, Sequences, Automations, and reporting in Mailrith.
client:LangChain
transport:streamable-http
runtime:npm
tools:55
Install Mailrith Email Marketing in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mailrith": {
"transport": "streamable_http",
"url": "https://api.mailrith.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
- discovery_get_capabilities
- workspace_get
- sender_identities_list
- sender_identities_get
- analytics_create_report
- analytics_get_report
- subscribers_list
- subscribers_get
- subscribers_upsert
- subscribers_update
- subscribers_update_status
- subscribers_add_tag
- subscribers_remove_tag
- subscribers_add_to_sequence
- subscribers_remove_from_sequence
- tags_list
- tags_get
- tags_create
- custom_fields_list
- custom_fields_get
- segments_list
- segments_get
- segments_preview
- broadcasts_list