agent bank for LangChain
io.github.wirternow/agent-bank
Financial infrastructure for AI agents: wallets, USDC transfers, lending, jobs on Polygon
client:LangChain
transport:streamable-http
runtime:npm
tools:43
Install agent bank in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-bank": {
"transport": "streamable_http",
"url": "https://tdueqhfxyojmjgactdyc.supabase.co/functions/v1/mcp-server",
}
})
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
- register_agent
- transfer
- create_job
- borrow
- get_balance
- get_transaction_history
- manage_webhooks
- create_swap
- accept_swap
- negotiate_job
- update_settings
- concierge_chat
- assess_credit
- borrow_capability
- get_cc_credit
- borrow_cc
- estimate_cc_price
- list_open_jobs
- list_open_swaps
- list_services
- get_market_rates
- get_agent_profile
- get_platform_stats
- refresh_session