Back to Browse

Fix Bridge MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

FIX trading-protocol bridge — parse, map, govern (MiFID II / MAR).

About

FIX trading-protocol bridge — parse, map, govern (MiFID II / MAR).

Security Report

4.2
Use Caution4.2High Risk

This FIX protocol bridge MCP server is well-structured with appropriate authentication, clear purpose, and proper permission scoping for a financial trading tool. The codebase is clean with no malicious patterns or credential exfiltration risks. Minor code quality issues (broad exception handling, unsafe file operations) and a local audit log feature that persists to disk are present but do not pose significant security concerns for the stated use case. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

5 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-csoai-org-fix-bridge-mcp": {
      "args": [
        "fix-bridge-mcp"
      ],
      "command": "uvx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

fix-bridge-mcp

mcp-name: io.github.CSOAI-ORG/fix-bridge-mcp

Part of the CSOAI Layer-0 legacy-bridge family. Bridge FIX trading messages to ONE OS — parse, map, govern (MiFID II / best execution / MAR).

Tools: parse_fix · map_to_modern · govern_trade

pip install -e .
python server.py

Reviews

No reviews yet

Be the first to review this server!