commsharbor for LangChain
com.commsharbor/commsharbor
Transactional e-mail and permission-based campaigns, multi-tenant, with a full audit trail.
client:LangChain
transport:streamable-http
tools:139
Install commsharbor in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"commsharbor": {
"transport": "streamable_http",
"url": "https://commsharbor.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
- commsharbor_health
- commsharbor_logout
- commsharbor_me
- commsharbor_context
- commsharbor_organization_get
- commsharbor_audit
- commsharbor_platform_context
- commsharbor_domains
- commsharbor_domain_create
- commsharbor_domain_get
- commsharbor_domain_verify
- commsharbor_domain_smoke
- commsharbor_domain_deliveries
- commsharbor_delivery_get
- commsharbor_delivery_events
- commsharbor_crm_contacts_list
- commsharbor_crm_contacts_create
- commsharbor_crm_contacts_get
- commsharbor_crm_contacts_update
- commsharbor_crm_contacts_delete
- commsharbor_crm_companies_list
- commsharbor_crm_companies_create
- commsharbor_crm_companies_get
- commsharbor_crm_companies_update