WICK Funded — Trading for LangChain
com.wickfunded/trading
Connect your AI to a funded trading account. Read & trade a simulated funded challenge.
client:LangChain
transport:streamable-http
Install WICK Funded — Trading in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"trading": {
"transport": "streamable_http",
"url": "https://wickfunded.com/api/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs