FIX Onboarding Validator - MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FIX Onboarding Validator - MCP ServerValidate this FIX message for onboarding compliance"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
# FIX Onboarding Validator - MCP Server
An MCP server for validating FIX protocol onboarding, with a LangGraph agent for automated workflows.
Features
FIX Validator: Validates FIX messages against onboarding rules
MCP Server: Exposes validation tools via Model Context Protocol
LangGraph Agent: Autonomous agent that orchestrates the onboarding flow
LLM-Enhanced Agent: Uses LLMs for intelligent parsing and error explanation
FOM-4: LangGraph + LLM Integration - BETA v0.9
Status: Beta complete - running locally, production-ready architecture
Current Implementation (Beta):
Model: Llama 3.1:8b via Ollama - local, free, no API key required
4-node LangGraph: detect_and_validate -> explain_with_llm -> report_pass/fail
Factory pattern allows provider swapping via LLM_PROVIDER env var
Planned Production (Placeholder - Intentional):
# In get_llm() factory:
elif provider == "anthropic":
# PLANNED - Testing in progress, requires billing
return ChatAnthropic(model="claude-3-5-sonnet-20240620")Why this design:
Avoids API costs during dev while proving LLM integration works
Extensible - same graph works with Anthropic, OpenAI, local models
To switch to production: LLM_PROVIDER=anthropic + ANTHROPIC_API_KEY
Run Beta:
ollama pull llama3.1:8b
python langgraph_agent_with_llm.pyRelated MCP server: langgraph-clean-arch
Project Structure
fix-onboarding-mcp/
fix_validator.py
langgraph_agent.py
langgraph_agent_with_llm.py
.env.example
README.md
requirements.txtTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for AI-assisted trading operations, enabling agents to diagnose and resolve FIX, OMS, and venue incidents through controlled tools and human approval.38MIT
- FlicenseNot gradedqualityCmaintenanceMCP server implementing clean architecture with LangGraph for building and managing agent workflows.-
- AlicenseNot gradedqualityBmaintenanceEnables multi-model leader-worker agent orchestration, workflow execution, and deterministic validation via structured MCP tools.16Apache 2.0
- AlicenseAqualityCmaintenanceMCP server for parsing, validating, building and explaining FIX protocol trading messages — offline, no API keys.4MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/herestolu-rgb/fix-onboarding-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server