Cofferline for LangChain
com.cofferline/treasury
Treasury and risk controls for agent wallets: policies, quotes, prediction-market orders.
client:LangChain
transport:streamable-http
tools:47
Install Cofferline in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"treasury": {
"transport": "streamable_http",
"url": "https://mcp.cofferline.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
- get_quotes
- get_benchmarks
- screen_address
- list_tokens
- list_feedback
- submit_feedback
- start_siwe_login
- complete_siwe_login
- get_me
- export_account
- offboard_account
- put_policy
- get_policy
- check_spend
- check_pm_order
- poll_events
- get_statement
- create_intent
- get_intent
- list_intents
- cancel_intent
- prepare_delegation
- confirm_delegation
- renew_delegation