foxyio for LangChain
io.usefulapi/foxyio
Read Foxy transactions, subscriptions, customers, carts and coupons; update customers and subs.
client:LangChain
transport:streamable-http
Install foxyio in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"foxyio": {
"transport": "streamable_http",
"url": "https://foxyio.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs