FI

FIXParser

Created 6 months ago

A plugin for parsing FIX messages in MCP format.

development documentation public

What is FIXParser?

A modern FIX Protocol engine for AI-powered trading agents

Documentation

FIX Parser Plugin for MCP

Overview

This plugin allows for the parsing of FIX messages in a structured manner.

Installation

To install the plugin, use the following command:

npm install fixparser-plugin-mcp

Usage

Import the plugin and use it to parse FIX messages.

API

  • parseMessage(message: string): ParsedMessage

License

MIT License

Server Config

{
  "mcpServers": {
    "fixparser-server": {
      "command": "npx",
      "args": [
        "fixparser"
      ]
    }
  }
}

Links & Status

Repository: gitlab.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 22, 2025
Updated At: Aug 07, 2025
Author: logotype
Category: official
License: MIT License
Tags:
development documentation public