Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Fix Protocol MCP
Fix Protocol MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 3:00:51 PM

Fix Protocol MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
fix-protocoltradingmessage-validationdeveloper-tools

Parses, validates, builds, and explains FIX 4.4 messages offline with no credentials or network access.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet β€” we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself β€” its README, its docs, or a verified owner. We haven’t found those for slenderongithub/fix-protocol-mcp, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Tool Schemas (4) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

slenderongithub/fix-protocol-mcp MCP server parses, validates, builds, and explains FIX trading messages using a bundled FIX 4.4 dictionary. It accepts SOH-, pipe-, or caret-delimited input and checks message structure, required fields, BodyLength, and CheckSum. Reach for it when an agent needs to inspect or construct session, order, or execution messages without calling an external service. It runs as a local stdio MCP server and requires no API keys.

Use cases

β€’Parse raw FIX session and order messages
β€’Validate FIX headers, required fields, and checksums
β€’Build NewOrderSingle messages from field names
β€’Inspect FIX tag types and enum meanings

Key features

β€’Offline FIX message parsing
β€’BodyLength and CheckSum validation
β€’FIX message construction
β€’Bundled FIX 4.4 field dictionary
β€’Tag and enum explanation
β€’SOH, pipe, and caret delimiter support

Capabilities & Tool Schemas (4) ~148 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fix Protocol MCP.

parse_fix_message

Decode a raw FIX string into tag, field name, value, and enum meaning. Accepts SOH-, `\

validate_fix_message

Check field ordering, the standard header, BodyLength(9) and CheckSum(10) against computed values, and required/conditional fields per message type. Returns `errors` and `warnings`.

build_fix_message

Construct a valid FIX message from field inputs. Accepts tag numbers or field names, and enum codes or labels (`"Side": "Buy"`). BeginString, BodyLength, and CheckSum are computed automatically.

explain_fix_tag

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

How Fix Protocol MCP works

What slenderongithub/fix-protocol-mcp MCP server does

The slenderongithub/fix-protocol-mcp MCP server provides four operations for working with Financial Information eXchange (FIX) messages. It can decode raw tag=value messages, validate their structure and required fields, construct messages from supplied fields, and describe individual dictionary entries.

The bundled dictionary targets FIX 4.4 and covers common session and order-flow messages, including Logon, Heartbeat, TestRequest, ResendRequest, Reject, SequenceReset, Logout, NewOrderSingle, OrderCancelRequest, OrderCancelReplaceRequest, ExecutionReport, and OrderCancelReject. The project describes this as a curated subset rather than a complete FIX repository.

How it works

The server runs locally through stdio. Its processing does not depend on a remote API, network connection, or external credentials. A client sends tool calls to the local process, and the process returns decoded fields, validation results, constructed messages, or tag metadata.

The parser accepts FIX data delimited by SOH, |, or ^. Parsed fields include the numeric tag, field name, supplied value, and any known enum meaning. Validation checks standard header structure, field ordering, required and conditional fields for the message type, and the computed values for BodyLength(9) and CheckSum(10). Errors and warnings are returned separately.

For construction, callers can provide numeric tags or dictionary field names. Enum values may be supplied as codes or labels, such as "Side": "Buy". BeginString, BodyLength, and CheckSum are generated by the builder. Unknown tags and enum values are reported as warnings rather than automatically treated as hard failures.

Setup and configuration

Install the local project with pip install .. Installation provides the fix-protocol-mcp console script, which is the stdio server command. An MCP client configuration can start it with:

config.json
{
  "mcpServers": {
    "fix-protocol": {
      "command": "fix-protocol-mcp"
    }
  }
}

The slenderongithub/fix-protocol-mcp MCP server can also be started from source with python -m fix_protocol_mcp.server and PYTHONPATH set to src, as shown in the project documentation. Development setup uses pip install -e ".[dev]" followed by pytest.

Tools and capabilities

The slenderongithub/fix-protocol-mcp MCP server exposes these tools:

  • parse_fix_message: Decodes a raw message into tags, names, values, and known enum meanings.
  • validate_fix_message: Checks ordering, headers, required or conditional fields, BodyLength, and CheckSum, returning validity, errors, warnings, and checksum details.
  • build_fix_message: Creates a FIX message from field inputs and calculates generated protocol fields.
  • explain_fix_tag: Looks up a tag's name, data type, and enumerated values.

The underlying modules can also be imported as a plain Python library through parse, validate, build, and describe_tag; the MCP wrapper is separate from those core modules.

Limitations and notes

Coverage is limited to the bundled, curated FIX 4.4 dictionary. Messages, tags, or enum values outside that coverage may produce warnings and may not receive full semantic validation. The examples demonstrate Logon parsing, checksum failure detection, NewOrderSingle construction, and tag lookup, but they do not establish support for every FIX message variant.

Because the slenderongithub/fix-protocol-mcp MCP server is offline and self-contained, it does not connect to brokers, trading venues, market-data feeds, or other external systems. It analyzes and constructs message text; the provided material does not describe transmission or order execution features.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Flox MCP logoFlox MCP

    MCP server for the FLOX trading systems framework. 30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: pip install flox-mcp.

    πŸ’° Finance & Fintech3 views
    Compare vs Flox MCP β†’
  • Tasty Agent logoTasty Agent

    Tastyworks API integration to handle trading activities on Tastytrade

    πŸ’° Finance & Fintech4 views
    Compare vs Tasty Agent β†’
  • MCP Server Ccxt logoMCP Server Ccxt

    An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

    πŸ’° Finance & Fintech4 views
    Compare vs MCP Server Ccxt β†’
  • Tradingview MCP logoTradingview MCP

    Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

    πŸ’° Finance & Fintech4 views
    Compare vs Tradingview MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

Last commit
1mo ago
Most recent push to the default branch.
Tools exposed
4
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Fix Protocol MCP

Run `pip install .` in the project directory. This installs the `fix-protocol-mcp` stdio console script.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFix Protocol MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/slenderongithub-fix-protocol-mcp?style=directory)](https://allmcps.com/mcp/slenderongithub-fix-protocol-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/slenderongithub-fix-protocol-mcp"><img src="https://allmcps.com/api/badge/slenderongithub-fix-protocol-mcp?style=directory" alt="Fix Protocol MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingFree
More technical detailsExpand β–Ύ
AuthNo auth required
LicenseMIT
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 17, 2026
48Quality signal: Fair Β· 48/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Fix Protocol MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code