FIXSIM
io.github.GammaThreeTrading/fixsim · v0.1.2 · MCP 2026-07-28
Test FIX from Claude, ChatGPT, or Cursor: free sandbox FIX sessions or your own FIXSIM instances.
Reachability
reachable
checked 2026-09-20 05:32 UTC
Registry status active
Tools pinned 21
e894f10ac799
Tools last changed
unchanged since first capture 2026-09-13
Repo last push 2026-09-13
GitHub stars 0
Provenance
Registry namespace io.github.GammaThreeTrading
(GitHub-account verified by the official registry)
Repository
github.com/gammathreetrading/fixsim-mcp
Website
https://www.fixsim.com/sandbox
Remote endpoints
https://mcp.fixsim.com/mcp (streamable-http)
Observed changes
| When (UTC) | Event | Detail |
|---|---|---|
| 2026-09-13 05:30 | first capture | 21 tools pinned |
Pinned tool definitions (21)
| Tool | Description |
|---|---|
| fixsim_list_orders_out | Orders FIXSIM sent OUT on a session (created with fixsim_send_order). Pass clOrdId to fetch one. |
| sandbox_get_status | Is the user's FIX engine connected to the sandbox session? Returns state: connected, waiting (nobody logged on yet), disabled, or unknown. |
| fixsim_send_order | 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. |
| fixsim_list_orders_in | 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... |
| fixsim_list_executions_in | 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). |
| fixsim_act_on_orders | 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... |
| sandbox_set_autofill | 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. |
| fixsim_cancel_order_out | Have FIXSIM send an Order Cancel Request (35=F) for an order it previously sent out with fixsim_send_order. |
| fixsim_list_sessions | 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. |
| fixsim_list_executions_out | 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. |
| fixsim_get_session | Get one FIX session's settings and live state (logged in?, sequence numbers, connection details). |
| sandbox_act_on_order | 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. |
| fixsim_get_order_in | 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. |
| sandbox_get_orders | Working orders the user's engine has sent into the sandbox session: ClOrdID, symbol, side, qty, filled, leaves, price, status. |
| sandbox_get_messages | 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... |
| sandbox_create_session | 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,... |
| sandbox_end_session | End a sandbox session now instead of waiting for it to expire. Frees the slot for the user's IP. |
| fixsim_send_raw_fix | 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... |
| fixsim_list_instances | 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. |
| fixsim_list_securities | Securities (symbol, last price, CUSIP, ISIN) configured on an instance. FIXSIM prices fills from these. |
| sandbox_get_session | Re-fetch a sandbox session's connection card by id, including whether auto-fill is on and when it expires. |
Get alerted when this changes.
Email the moment io.github.GammaThreeTrading/fixsim drifts, dies, or revives.
Status badge
[](https://toolpin.dev/servers/io.github.GammaThreeTrading/fixsim)
Maintain this server? Add the badge to your README. It links your users to this live status page.