Courier for LangChain
io.github.trycourier/courier
Send notifications, manage templates, and configure integrations with Courier.
client:LangChain
transport:streamable-http
tools:161
Install Courier in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"courier": {
"transport": "streamable_http",
"url": "https://mcp.courier.com",
}
})
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
- list_messages
- get_message
- get_message_content
- get_message_history
- list_notifications
- get_notification_content
- get_notification_draft_content
- create_notification
- get_notification
- replace_notification
- put_notification_content
- put_notification_element
- put_notification_locale
- list_notification_versions
- list_notification_checks
- list_providers
- get_provider
- list_provider_catalog
- get_routing_strategy
- list_routing_strategies
- list_preference_sections
- get_preference_section
- list_preference_topics
- get_preference_topic