Relin for LangChain
io.github.earonesty/relin
Inspect webhook health, investigate delivery failures, configure sources, and replay events.
client:LangChain
transport:streamable-http
tools:52
Install Relin in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"relin": {
"transport": "streamable_http",
"url": "https://relin.app/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
- describe_relin
- list_supported_webhook_shapes
- get_setup_guide
- list_api_keys
- create_api_key
- revoke_api_key
- list_sources
- create_source
- rotate_source_token
- archive_source
- list_destinations
- create_destination
- list_apps
- create_app
- get_app
- list_recipients
- upsert_recipient
- list_endpoints
- create_endpoint
- get_endpoint
- update_endpoint
- delete_endpoint
- rotate_endpoint_secret
- list_messages