FIXSIM for LangChain
io.github.gammathreetrading/fixsim
Test FIX from Claude, ChatGPT, or Cursor: free sandbox FIX sessions or your own FIXSIM instances.
client:LangChain
transport:streamable-http
tools:21
Install FIXSIM in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"fixsim": {
"transport": "streamable_http",
"url": "https://mcp.fixsim.com/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
- fixsim_list_orders_out
- sandbox_get_status
- fixsim_send_order
- fixsim_list_orders_in
- fixsim_list_executions_in
- fixsim_act_on_orders
- sandbox_set_autofill
- fixsim_cancel_order_out
- fixsim_list_sessions
- fixsim_list_executions_out
- fixsim_get_session
- sandbox_act_on_order
- fixsim_get_order_in
- sandbox_get_orders
- sandbox_get_messages
- sandbox_create_session
- sandbox_end_session
- fixsim_send_raw_fix
- fixsim_list_instances
- fixsim_list_securities
- sandbox_get_session