Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

FIXSIM

REMOTE · MCP.FIXSIM.COM · SCANNED SEP 20

Test FIX from Claude, ChatGPT, or Cursor: free sandbox FIX sessions or your own FIXSIM instances.

Available components

+3 this week 67 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2332 tokens (~111/item across 21 items; 21 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage81
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 42% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the FIXSIM MCP server?

FIXSIM is a hosted endpoint at https://mcp.fixsim.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.fixsim.com

# add to Claude Code
claude mcp add --transport http gammathreetrading-fixsim 'https://mcp.fixsim.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "gammathreetrading-fixsim": {
      "url": "https://mcp.fixsim.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "gammathreetrading-fixsim": {
      "type": "http",
      "url": "https://mcp.fixsim.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.gammathreetrading-fixsim]
url = "https://mcp.fixsim.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "gammathreetrading-fixsim": {
      "type": "remote",
      "url": "https://mcp.fixsim.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add gammathreetrading-fixsim --url 'https://mcp.fixsim.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  gammathreetrading-fixsim:
    url: "https://mcp.fixsim.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "gammathreetrading-fixsim": {
      "Transport": "http",
      "Url": "https://mcp.fixsim.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add gammathreetrading-fixsim -t streamable-http -u 'https://mcp.fixsim.com/mcp'
// mcp.json
{
  "mcpServers": {
    "gammathreetrading-fixsim": {
      "type": "http",
      "url": "https://mcp.fixsim.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 0
    • Stability: unverified → 0.03 functional
    • Server version: 0.1.1 → 0.1.2 functional
    • Tool “fixsim_act_on_orders” changed its title: Act on inbound orders cosmetic
    • Tool “fixsim_cancel_order_out” changed its title: Send an Order Cancel Request cosmetic
    • Tool “fixsim_get_order_in” changed its title: Get inbound order cosmetic
    • Tool “fixsim_get_session” changed its title: Get FIX session cosmetic
    • Tool “fixsim_list_executions_in” changed its title: List inbound execution reports cosmetic
    • Tool “fixsim_list_executions_out” changed its title: List outbound execution reports cosmetic
    • Tool “fixsim_list_instances” changed its title: List FIXSIM instances cosmetic
    • Tool “fixsim_list_orders_in” changed its title: List inbound orders cosmetic
    • Tool “fixsim_list_orders_out” changed its title: List outbound orders cosmetic
    • Tool “fixsim_list_securities” changed its title: List securities cosmetic
    • Tool “fixsim_list_sessions” changed its title: List FIX sessions cosmetic
    • Tool “fixsim_send_order” changed its title: Send a New Order Single cosmetic
    • Tool “fixsim_send_raw_fix” changed its title: Send raw FIX messages cosmetic
    • Tool “sandbox_act_on_order” changed its title: Fill, reject, or cancel a sandbox order cosmetic
    • Tool “sandbox_create_session” changed its title: Create sandbox FIX session cosmetic
    • Tool “sandbox_end_session” changed its title: End sandbox session cosmetic
    • Tool “sandbox_get_messages” changed its title: Read sandbox FIX message log cosmetic
    • Tool “sandbox_get_orders” changed its title: List sandbox orders cosmetic
    • Tool “sandbox_get_session” changed its title: Get sandbox session cosmetic
    • Tool “sandbox_get_status” changed its title: Check sandbox connection status cosmetic
    • Tool “sandbox_set_autofill” changed its title: Set sandbox auto-fill cosmetic
  • 12 Sept 26 64

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.fixsim.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_256_GCM_SHA384 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.fixsim.com CN=GeoTrust TLS RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US 6 Sept 2026 6 Mar 2027 RSA 2048 SHA256-RSA d30009350b888bbd1bd32fbb2e47294
SANs: mcp.fixsim.com
CN=GeoTrust TLS RSA CA G1,OU=www.digicert.com,O=DigiCert Inc,C=US (CA) CN=DigiCert Global Root G2,OU=www.digicert.com,O=DigiCert Inc,C=US 2 Nov 2017 2 Nov 2027 RSA 2048 SHA256-RSA d07782a133fc6f9a57296e131ffd179

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.fixsim.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
fixsim.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.fixsim.com/mcp Verified 200
http (plaintext) http://mcp.fixsim.com/mcp HTTPS enforced 301 https://mcp.fixsim.com/mcp
MCP tools · 21 exposed · ~2,182 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
fixsim_act_on_orders ~222

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.

NameTypeReqDescription
actionstringyesOne of: Ack, FullyExecute, PartialExecute, CancelRemaining, DoneForDay, AckCancelOrdReplaceReq, AcceptCancelOrdReplaceReq, RejectCancelOrdReplaceReq, Reject, Delete, Restate, Expire
apiKeystring|null
clOrdIdsarrayyesClOrdIDs (tag 11) of the inbound orders to act on
instancestringyes
lastPxnumber|nullFill price (LastPx) for executions
lastQtynumber|nullFill quantity (LastQty) for a partial execution
sessionstringyes

No output schema declared.

No examples provided.

fixsim_cancel_order_out ~124

Have FIXSIM send an Order Cancel Request (35=F) for an order it previously sent out with fixsim_send_order.

NameTypeReqDescription
additionalTagsarray|null
apiKeystring|null
clOrdIdstringyesClOrdID of the order to cancel (becomes OrigClOrdID, tag 41)
instancestringyes
newClOrdIdstring|nullNew ClOrdID for the cancel request (tag 11); generated if omitted
sessionstringyes

No output schema declared.

No examples provided.

fixsim_get_order_in ~89

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.

NameTypeReqDescription
apiKeystring|null
clOrdIdstringyesClOrdID, FIX tag 11
instancestringyes
sessionstringyes

No output schema declared.

No examples provided.

fixsim_get_session ~59

Get one FIX session's settings and live state (logged in?, sequence numbers, connection details).

NameTypeReqDescription
apiKeystring|null
instancestringyes
sessionstringyesSession name from fixsim_list_sessions

No output schema declared.

No examples provided.

fixsim_list_executions_in ~116

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).

NameTypeReqDescription
apiKeystring|null
execIdstring|nullOptional ExecID (tag 17) filter
instancestringyes
limitintegerMax rows to return, newest first (default 25, max 200)
sessionstringyes

No output schema declared.

No examples provided.

fixsim_list_executions_out ~143

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.

NameTypeReqDescription
apiKeystring|null
clOrdIdstring|nullOptional ClOrdID (tag 11) to narrow to one order
instancestringyes
limitintegerMax rows to return, newest first (default 25, max 200)
sessionstringyes

No output schema declared.

No examples provided.

fixsim_list_instances ~72

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.

NameTypeReqDescription
apiKeystring|nullFIXSIM API key. Omit when the connector sends it as a header.

No output schema declared.

No examples provided.

fixsim_list_orders_in ~151

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.

NameTypeReqDescription
apiKeystring|null
instancestringyes
limitintegerMax rows to return, newest first (default 25, max 200)
orderStatusstring|nullOptional FIX OrdStatus (tag 39) filter
sessionstringyes

No output schema declared.

No examples provided.

fixsim_list_orders_out ~90

Orders FIXSIM sent OUT on a session (created with fixsim_send_order). Pass clOrdId to fetch one.

NameTypeReqDescription
apiKeystring|null
clOrdIdstring|null
instancestringyes
limitintegerMax rows to return, newest first (default 25, max 200)
sessionstringyes

No output schema declared.

No examples provided.

fixsim_list_securities ~53

Securities (symbol, last price, CUSIP, ISIN) configured on an instance. FIXSIM prices fills from these.

NameTypeReqDescription
apiKeystring|null
instancestringyes

No output schema declared.

No examples provided.

fixsim_list_sessions ~69

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.

NameTypeReqDescription
apiKeystring|null
instancestringyesInstance name from fixsim_list_instances

No output schema declared.

No examples provided.

fixsim_send_order ~233

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.

NameTypeReqDescription
additionalTagsarray|nullExtra FIX tags, e.g. [{tag:59,value:"0"}]
apiKeystring|null
clOrdIdstringyesClOrdID (tag 11) to assign; must be unique on the session
instancestringyes
ordTypestringyesOrdType (tag 40): 1=Market, 2=Limit
orderQtynumberyesOrderQty (tag 38)
pricenumber|nullPrice (tag 44), required for limit orders
sessionstringyes
sidestringyesSide (tag 54): 1=Buy, 2=Sell, 5=Sell short
symbolstringyesSymbol (tag 55)

No output schema declared.

No examples provided.

fixsim_send_raw_fix ~144

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.

NameTypeReqDescription
apiKeystring|null
fixMessagesarrayyesRaw FIX messages, e.g. 35=D|11=ORD1|55=IBM|54=1|38=100|40=2|44=150.25|59=0
instancestringyes
sessionstringyes

No output schema declared.

No examples provided.

sandbox_act_on_order ~96

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.

NameTypeReqDescription
actionstringyesfill, partial, reject or cancel
clOrdIdstringyesClOrdID (tag 11) of the order
sessionIdstringyes

No output schema declared.

No examples provided.

sandbox_create_session ~160

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.

NameTypeReqDescription
fixVersionstringFIX.4.0, FIX.4.2, FIX.4.4 (default) or FIX.5.0SP2 (rides FIXT.1.1)

No output schema declared.

No examples provided.

sandbox_end_session ~39

End a sandbox session now instead of waiting for it to expire. Frees the slot for the user's IP.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

sandbox_get_messages ~115

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.

NameTypeReqDescription
afterSeqintegerReturn only messages with seq greater than this
sessionIdstringyes

No output schema declared.

No examples provided.

sandbox_get_orders ~47

Working orders the user's engine has sent into the sandbox session: ClOrdID, symbol, side, qty, filled, leaves, price, status.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

sandbox_get_session ~45

Re-fetch a sandbox session's connection card by id, including whether auto-fill is on and when it expires.

NameTypeReqDescription
sessionIdstringyesSession id from sandbox_create_session

No output schema declared.

No examples provided.

sandbox_get_status ~46

Is the user's FIX engine connected to the sandbox session? Returns state: connected, waiting (nobody logged on yet), disabled, or unknown.

NameTypeReqDescription
sessionIdstringyes

No output schema declared.

No examples provided.

sandbox_set_autofill ~69

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.

NameTypeReqDescription
enabledbooleanyes
sessionIdstringyes

No output schema declared.

No examples provided.

Common questions

What is the FIXSIM MCP server?

FIXSIM is an MCP server listed in the public MCP registry as io.github.GammaThreeTrading/fixsim. Test FIX from Claude, ChatGPT, or Cursor: free sandbox FIX sessions or your own FIXSIM instances. This page covers its hosted endpoint (https://mcp.fixsim.com/mcp).

Is the FIXSIM MCP server safe to use?

FIXSIM scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the FIXSIM MCP server expose?

FIXSIM exposes 21 tools: fixsim_list_orders_out, sandbox_get_status, fixsim_send_order, fixsim_list_orders_in, fixsim_list_executions_in, and 16 more. Their descriptions and schemas cost roughly 2,182 tokens of context every time the server is loaded.

Does the FIXSIM MCP server require authentication?

No. We connected to FIXSIM without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the FIXSIM MCP server still maintained?

FIXSIM is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.