# logotype/fixparser [Health: Active]

**Category:** 💰 Finance & Fintech  
**Repository:** https://gitlab.com/logotype/fixparser  
**Views:** 1  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/logotype-fixparser

## Description
FIX Protocol (send orders, market data, etc.) written in TypeScript.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "fixparser": {
    "command": "npx",
    "args": ["-y","logotype-fixparser"]
  }
}
```

## Documentation
This server implements the FIX Protocol in TypeScript, enabling sending and parsing of financial messages such as orders and market data. It is suitable for applications that require integration with financial trading systems using the FIX standard. Use it when you need to programmatically manage FIX messages within a TypeScript environment.

**Use cases:**
- Send financial orders using FIX Protocol
- Parse incoming market data messages
- Integrate trading systems with FIX messaging
- Develop TypeScript-based FIX clients or servers

**Key features:**
- FIX Protocol message parsing and serialization
- Support for order and market data message types
- Implemented entirely in TypeScript

_Summarized from the repository README — see the link above for the full text._

