Fix Bridge MCP Server
Rank #65,849io.github.CSOAI-ORG/fix-bridge-mcp
FIX trading-protocol bridge — parse, map, govern (MiFID II / MAR).
Fix Bridge MCP Server is a Model Context Protocol (MCP) server published by CSAO-ORG. It ranks #65,849 of 115,591 servers tracked on MCP Toplist. Fix Bridge MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 19, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 49,742 of 115,591 servers on MCP Toplist.
Use Fix Bridge MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fix-bridge-mcp -- uvx fix-bridge-mcp[mcp_servers.fix-bridge-mcp]
command = "uvx"
args = ["fix-bridge-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fix-bridge-mcp": {
"command": "uvx",
"args": [
"fix-bridge-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fix-bridge-mcp": {
"command": "uvx",
"args": [
"fix-bridge-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fix-bridge-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fix-bridge-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fix-bridge-mcp": {
"command": "uvx",
"args": [
"fix-bridge-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fix-bridge-mcp": {
"command": "uvx",
"args": [
"fix-bridge-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CSOAI-ORG%2Ffix-bridge-mcp)<a href="https://mcptoplist.com/server/io.github.CSOAI-ORG%2Ffix-bridge-mcp"><img src="https://mcptoplist.com/badge/io.github.CSOAI-ORG%2Ffix-bridge-mcp.svg" alt="MCP Toplist: #65,849 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
CSAO-ORG
Other servers by CSAO-ORG
- Edi Bridge MCP Server#65,848 · 1 ver
- Gs1 Bridge MCP Server#65,851 · 1 ver
- Hl7 Fhir Bridge MCP Server#65,852 · 1 ver
- Iso8583 Bridge MCP Server#65,854 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 19, 2026 |
Frequently asked questions
- Who maintains Fix Bridge MCP Server?
- Fix Bridge MCP Server is maintained by CSAO-ORG, which publishes 5 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Fix Bridge MCP Server listed on the Official MCP Registry?
- Yes — Fix Bridge MCP Server is listed on the Official MCP Registry.
- How many versions does Fix Bridge MCP Server have?
- MCP Toplist tracks 1 version of Fix Bridge MCP Server, most recently published on Aug 19, 2026.
- Where can I find the source code for Fix Bridge MCP Server?
- The source code for Fix Bridge MCP Server is hosted at github.com/CSAO-ORG/fix-bridge-mcp.