{"name":"io.github.GammaThreeTrading/fixsim","slug":"gammathreetrading-fixsim","title":"FIXSIM","description":"Test FIX from Claude, ChatGPT, or Cursor: free sandbox FIX sessions or your own FIXSIM instances.","url":"https://mcp.market/server/gammathreetrading-fixsim","rating":null,"grade":"A","score":89,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-13T03:13:59.000Z","license":"MIT"},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:41:08.175Z","last_ok_at":"2026-09-20T21:41:08.175Z","latency_ms":1497},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/GammaThreeTrading/fixsim-mcp","website":"https://www.fixsim.com/sandbox","version":"0.1.2","remotes":[{"type":"streamable-http","url":"https://mcp.fixsim.com/mcp","headers":[{"description":"Optional. Your FIXSIM API key (portal.fixsim.com, API Keys). Leave blank to use only the free sandbox tools.","isSecret":true,"name":"x-api-key"}]}],"packages":[],"tools":[{"name":"fixsim_act_on_orders","description":"Respond to orders the user's system sent into FIXSIM: acknowledge, fully or partially execute, reject, cancel remaining, expire, done-for-day, restate, or accept/reject a pending cancel/replace. FIXSIM emits the matching execution reports on the FIX session. Give one or more ClOrdIDs; for executions supply lastPx and, for a partial, lastQty.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"action":{"description":"One of: Ack, FullyExecute, PartialExecute, CancelRemaining, DoneForDay, AckCancelOrdReplaceReq, AcceptCancelOrdReplaceReq, RejectCancelOrdReplaceReq, Reject, Delete, Restate, Expire","type":"string"},"clOrdIds":{"description":"ClOrdIDs (tag 11) of the inbound orders to act on","type":"array","items":{"type":"string"}},"lastPx":{"description":"Fill price (LastPx) for executions","type":["number","null"],"default":null},"lastQty":{"description":"Fill quantity (LastQty) for a partial execution","type":["number","null"],"default":null},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session","action","clOrdIds"]}},{"name":"fixsim_cancel_order_out","description":"Have FIXSIM send an Order Cancel Request (35=F) for an order it previously sent out with fixsim_send_order.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"clOrdId":{"description":"ClOrdID of the order to cancel (becomes OrigClOrdID, tag 41)","type":"string"},"newClOrdId":{"description":"New ClOrdID for the cancel request (tag 11); generated if omitted","type":["string","null"],"default":null},"additionalTags":{"type":["array","null"],"items":{"type":["object","null"],"properties":{"tag":{"type":"integer"},"value":{"type":["string","null"]}},"required":["tag","value"]},"default":null},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session","clOrdId"]}},{"name":"fixsim_get_order_in","description":"Get one inbound order by ClOrdID (tag 11), including its raw FIX message and audit trail. Use this to explain why an order was rejected or what state it is in.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"clOrdId":{"description":"ClOrdID, FIX tag 11","type":"string"},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session","clOrdId"]}},{"name":"fixsim_get_session","description":"Get one FIX session's settings and live state (logged in?, sequence numbers, connection details).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"description":"Session name from fixsim_list_sessions","type":"string"},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session"]}},{"name":"fixsim_list_executions_in","description":"Execution reports the user's system sent INTO FIXSIM on a session (when FIXSIM is the order sender and the user's system is the executing side). Optionally filter by ExecID (tag 17).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"execId":{"description":"Optional ExecID (tag 17) filter","type":["string","null"],"default":null},"limit":{"description":"Max rows to return, newest first (default 25, max 200)","type":"integer","default":25},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session"]}},{"name":"fixsim_list_executions_out","description":"Execution reports FIXSIM sent OUT on a session (acks, fills, partial fills, rejects, cancels). Pass clOrdId to see the full execution history of one order: ExecType, OrdStatus, LastPx/LastQty, CumQty, LeavesQty, AvgPx and the raw FIX.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"clOrdId":{"description":"Optional ClOrdID (tag 11) to narrow to one order","type":["string","null"],"default":null},"limit":{"description":"Max rows to return, newest first (default 25, max 200)","type":"integer","default":25},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session"]}},{"name":"fixsim_list_instances","description":"List the FIXSIM instances your API key can access. An instance is a hosted FIX engine; each holds one or more FIX sessions. Start here to learn the instance names other tools need.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"apiKey":{"description":"FIXSIM API key. Omit when the connector sends it as a header.","type":["string","null"],"default":null}}}},{"name":"fixsim_list_orders_in","description":"Orders the user's trading system sent INTO FIXSIM on a session (FIXSIM is the counterparty). Includes ClOrdID, symbol, side, quantity, remaining quantity, order status and the raw FIX message. Optionally filter by FIX OrdStatus code (tag 39): 0 new, 1 partially filled, 2 filled, 4 canceled, 8 rejected.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"orderStatus":{"description":"Optional FIX OrdStatus (tag 39) filter","type":["string","null"],"default":null},"limit":{"description":"Max rows to return, newest first (default 25, max 200)","type":"integer","default":25},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session"]}},{"name":"fixsim_list_orders_out","description":"Orders FIXSIM sent OUT on a session (created with fixsim_send_order). Pass clOrdId to fetch one.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"clOrdId":{"type":["string","null"],"default":null},"limit":{"description":"Max rows to return, newest first (default 25, max 200)","type":"integer","default":25},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session"]}},{"name":"fixsim_list_securities","description":"Securities (symbol, last price, CUSIP, ISIN) configured on an instance. FIXSIM prices fills from these.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"apiKey":{"type":["string","null"],"default":null}},"required":["instance"]}},{"name":"fixsim_list_sessions","description":"List the FIX sessions on an instance with their FIX version, CompIDs, acceptor/initiator role, host/port, enabled and logged-in state, and sequence numbers.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"description":"Instance name from fixsim_list_instances","type":"string"},"apiKey":{"type":["string","null"],"default":null}},"required":["instance"]}},{"name":"fixsim_send_order","description":"Have FIXSIM send a New Order Single (35=D) OUT on a session to the user's system, so they can test how their system handles inbound orders. Follow up with fixsim_list_orders_out and fixsim_list_executions_in to see what came back.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"clOrdId":{"description":"ClOrdID (tag 11) to assign; must be unique on the session","type":"string"},"symbol":{"description":"Symbol (tag 55)","type":"string"},"side":{"description":"Side (tag 54): 1=Buy, 2=Sell, 5=Sell short","type":"string"},"orderQty":{"description":"OrderQty (tag 38)","type":"number"},"ordType":{"description":"OrdType (tag 40): 1=Market, 2=Limit","type":"string"},"price":{"description":"Price (tag 44), required for limit orders","type":["number","null"],"default":null},"additionalTags":{"description":"Extra FIX tags, e.g. [{tag:59,value:\"0\"}]","type":["array","null"],"items":{"type":["object","null"],"properties":{"tag":{"type":"integer"},"value":{"type":["string","null"]}},"required":["tag","value"]},"default":null},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session","clOrdId","symbol","side","orderQty","ordType"]}},{"name":"fixsim_send_raw_fix","description":"Send one or more raw FIX application messages OUT on a session as given (tag=value pairs separated by | or SOH). FIXSIM supplies the session header fields (BeginString, CompIDs, MsgSeqNum, SendingTime) and the checksum. Use for message types the other tools do not cover.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"instance":{"type":"string"},"session":{"type":"string"},"fixMessages":{"description":"Raw FIX messages, e.g. 35=D|11=ORD1|55=IBM|54=1|38=100|40=2|44=150.25|59=0","type":"array","items":{"type":"string"}},"apiKey":{"type":["string","null"],"default":null}},"required":["instance","session","fixMessages"]}},{"name":"sandbox_act_on_order","description":"Play the exchange for one order the user sent in: fill (full execution), partial (partial fill), reject, or cancel (cancel the remaining quantity). FIXSIM sends the matching execution report back to the user's engine.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","format":"uuid"},"clOrdId":{"description":"ClOrdID (tag 11) of the order","type":"string"},"action":{"description":"fill, partial, reject or cancel","type":"string"}},"required":["sessionId","clOrdId","action"]}},{"name":"sandbox_create_session","description":"Create a free, anonymous FIX test session on the FIXSIM Developer Sandbox. No account or API key needed. Returns the connection card: host, port, the SenderCompID the user must put in tag 49, the TargetCompID for tag 56, BeginString, and the expiry (sessions last 4 hours, cap 100 application messages per day). The user's FIX engine connects as the initiator; FIXSIM is the acceptor and acknowledges every order. Keep the returned id; every other sandbox tool needs it.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"fixVersion":{"description":"FIX.4.0, FIX.4.2, FIX.4.4 (default) or FIX.5.0SP2 (rides FIXT.1.1)","type":"string","default":"FIX.4.4"}}}},{"name":"sandbox_end_session","description":"End a sandbox session now instead of waiting for it to expire. Frees the slot for the user's IP.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","format":"uuid"}},"required":["sessionId"]}},{"name":"sandbox_get_messages","description":"The FIX message log for a sandbox session, oldest first: logons, heartbeats, orders in, execution reports out, rejects. Each message has seq, timeUtc, inbound (true = user's engine sent it), msgType, raw FIX, and parsed tag/value fields. Pass afterSeq (the last seq you saw) to fetch only new messages. Use this to explain what happened on the wire.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","format":"uuid"},"afterSeq":{"description":"Return only messages with seq greater than this","type":"integer","default":0}},"required":["sessionId"]}},{"name":"sandbox_get_orders","description":"Working orders the user's engine has sent into the sandbox session: ClOrdID, symbol, side, qty, filled, leaves, price, status.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","format":"uuid"}},"required":["sessionId"]}},{"name":"sandbox_get_session","description":"Re-fetch a sandbox session's connection card by id, including whether auto-fill is on and when it expires.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"description":"Session id from sandbox_create_session","type":"string","format":"uuid"}},"required":["sessionId"]}},{"name":"sandbox_get_status","description":"Is the user's FIX engine connected to the sandbox session? Returns state: connected, waiting (nobody logged on yet), disabled, or unknown.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","format":"uuid"}},"required":["sessionId"]}},{"name":"sandbox_set_autofill","description":"Turn automatic fills on or off for a sandbox session. On: every order the user sends is filled immediately at the security's last price. Off (default): orders are acknowledged and wait for sandbox_act_on_order.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","format":"uuid"},"enabled":{"type":"boolean"}},"required":["sessionId","enabled"]}}],"scan":{"score":89,"grade":"A","scanned_at":"2026-09-19T20:06:14.332Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:06:14.325Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 962ms"]},"poisoning":{"score":15,"max":15,"notes":["21 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":9,"max":10,"notes":["registry namespace matches repository owner","GitHub account older than a year"]}},"findings":[],"inputs":{"probes":[{"url":"https://mcp.fixsim.com/mcp","reachable":true,"authRequired":false,"latencyMs":962,"serverInfo":{"name":"fixsim","version":"0.1.2"}}],"packages":[],"repo":{"found":true,"owner":"GammaThreeTrading","repo":"fixsim-mcp","archived":false,"pushedAt":"2026-09-13T03:13:59Z","stars":0,"forks":0,"openIssues":0,"ownerType":"Organization","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/11064877?v=4","ownerCreatedAt":"2015-02-18T19:21:32Z","license":"MIT"},"icon":{"url":"https://avatars.githubusercontent.com/u/11064877?v=4&s=128","source":"registry","width":128,"height":128},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-13T03:13:59.000Z","score":23}}}},"grade_history":[],"reviews":[]}