Skip to main content
Glama
slenderongithub

fix-protocol-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
parse_fix_messageA

Decode a raw FIX message (SOH, '|', or '^' delimited) into tag/name/value/meaning fields.

validate_fix_messageB

Validate a FIX message: field order, header, BodyLength/CheckSum, and required fields per MsgType.

build_fix_messageB

Build a FIX message from field names/values (e.g. Side='Buy'). BodyLength and CheckSum are computed.

explain_fix_tagA

Look up a FIX tag's field name, data type, and enumerated values.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct FIX operation: building, explaining tags, parsing, and validating. No functional overlap exists.

Naming Consistency5/5

All tool names follow a clear verb_noun pattern with underscores (build_fix_message, explain_fix_tag, etc.), ensuring predictability.

Tool Count5/5

Four tools is well-scoped for a FIX protocol assistant, covering core tasks without excess or deficiency.

Completeness5/5

The set covers the full lifecycle of FIX message handling: construction, parsing, validation, and tag lookup. No obvious gaps for the intended purpose.

Maintenance

ActivityStale
ResponsivenessNo issues